Skip to content

Deepthibr28/software-testing

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

Setup Unit Test Environment

  • Install pip in Koding.com VM: kpm install pip

  • Install nose: sudo pip install nose

  • Install coverage: sudo pip install coverage

Run all tests

  • Change directory to the location of source and test code
  • Run tests: nosetests
  • Run tests with coverage report: nosetests --with-coverage --cover-package=. =======

Software Test Automation Tutorials

Requirements for DEV/TEST environment

Install dependencies

  • From this repository's root directory run: ./install

55505537fe999529bb044ab791d5a614ea63240f

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 80.4%
  • Shell 10.4%
  • Gherkin 9.2%