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
- Host: GitHub
- URL: https://github.com/sachuverma/software-testing
- Owner: sachuverma
- Created: 2021-03-05T09:11:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-01T15:25:53.000Z (over 4 years ago)
- Last Synced: 2024-12-31T10:32:46.393Z (10 months ago)
- Topics: black-box-testing, software-testing, testing-tools, unit-testing, white-box-testing
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Software-Testing
### Requirements & Commands
Equivalance Testing, OO Testing
- python
- pytest
- pytest testFile.py -vBoundary Value Testing
- node.js
- mocha, chai.js
- npm run testPair-Wise
CA Gen
Test Cover
- use their websitesMutation Testing
- mut.py library needed
- mut.py --target original.py --unit-test mutated.py -m --runner pytest