Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 365 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 365 Bytes

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