An open API service indexing awesome lists of open source software.

https://github.com/sachuverma/software-testing


https://github.com/sachuverma/software-testing

black-box-testing software-testing testing-tools unit-testing white-box-testing

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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