Roadmap to becoming a developer in 2022
 
 
 
 
 
code-with-rajeev 4ec00277a1
Minor typo fix (#2423)
2 years ago
..
100-integration-testing.md Minor typo fix (#2423) 2 years ago
101-unit-testing.md Add content for Unit Testing (#1037) 3 years ago
102-functional-testing.md Add content for Functional Testing (#1038) 3 years ago
readme.md Add content for Testing (#1035) 3 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