Roadmap to becoming a developer in 2022
 
 
 
 
 
Arpit Bhardwaj edd7a7c31d
Added jdbi3, cucumber, ebean content (#2209)
3 years ago
..
100-mocking.md Fix broken build 3 years ago
101-cucumber-jvm.md Added jdbi3, cucumber, ebean content (#2209) 3 years ago
102-cukes.md Adds JavaScript roadmap (#1537) 3 years ago
103-jbehave.md Added jbehave,testng and rest-assured content (#2166) 3 years ago
104-junit.md Add some JUnit resources (#1543) 3 years ago
105-testng.md Added jbehave,testng and rest-assured content (#2166) 3 years ago
106-rest-assured.md Added jbehave,testng and rest-assured content (#2166) 3 years ago
107-jmeter.md Fix broken build 3 years ago
readme.md Added content for java-testing-cucumber-jvm (#2218) 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