Continuous Testing
Continuous testing requires a shift in thinking. Learn the techniques for each stage in the pipeline to improve quality and increase velocity.
1. Introduction to continuous testing
Learn where the term "continuous testing" comes from and get familiar with its key tenets.
2. Introduction to test types and methods
There are numerous ways to test software. Learn about the most common methods and how to be effective with them.
3. Exploring test frameworks and automated testing
Learn test automation fundamentals from guides and real-world tutorials using various tools and features that enable faster, more reliable testing.
4. API Testing
Now that APIs are playing an ever more important role in software trends (such as mobile applications, the Internet of Things, etc.), proper automated testing of these APIs is becoming indispensable.
5. Testing and CI
Continuous testing requires a consistent run of regression and other automated tests at code check-in. Continuous integration provides this ability. Learn more about how testing benefits from CI and continuous deployment strategies.
6. Test reporting metrics
It's not just about pass vs. fail. Learn the key metrics and reporting tools that make your test results useful.