Skip to content

sachuverma/Software-Testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Software-Testing

Requirements & Commands

Equivalance Testing, OO Testing

  • python
  • pytest
  • pytest testFile.py -v

Boundary Value Testing

  • node.js
  • mocha, chai.js
  • npm run test

Pair-Wise
CA Gen
Test Cover

  • use their websites

Mutation Testing

  • mut.py library needed
  • mut.py --target original.py --unit-test mutated.py -m --runner pytest