computer-scienceangular-roadmapbackend-roadmapblockchain-roadmapdba-roadmapdeveloper-roadmapdevops-roadmapfrontend-roadmapgo-roadmaphactoberfestjava-roadmapjavascript-roadmapnodejs-roadmappython-roadmapqa-roadmapreact-roadmaproadmapstudy-planvue-roadmapweb3-roadmap
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kamran Ahmed
bcff470225
|
2 years ago | |
---|---|---|
.. | ||
100-unittest-pyunit.md | 2 years ago | |
101-pytest.md | 2 years ago | |
102-doctest.md | 2 years ago | |
102-nose.md | 2 years ago | |
readme.md | 2 years ago |
readme.md
Testing
A key to building software that meets requirements without defects is testing. Software testing helps developers know they are building the right software. When tests are run as part of the development process (often with continuous integration tools), they build confidence and prevent regressions in the code.
Free Content What is Software Testing? Testing Pyramid