Summary and Next Steps
Summarize the course contents.
Course contents summary
At the beginning of the course, we looked at the roadmap for the course:
Now that we have completed the journey, let's review what we’ve learned.
Understanding Modern Testing Practices
This chapter taught us the different approaches to building and testing software development projects. We started with a brief overview of the waterfall approach, which is still used in some organizations. Next, we learned about the modern agile development methodology for building software and the mindset of a tester in agile environments. Finally, we learned the drawbacks of the heavy user interface approach to automated testing.
Understanding the Test Pyramid
This chapter taught us ...