Chapter 3: Top Web Test Automation Frameworks
When it comes to end-to-end test automation frameworks, frontend developers have a variety of choices to pick from. The open source community continues to innovate, as well as leverage, existing technologies to enhance testing frameworks and offer more coverage and depth to practitioners.
This chapter focuses on the top four leading open source frameworks in the market and provides an intermediate tutorial on how to get started with each of these. Since web developers have so many choices around testing their application code, it is very important that they understand the architecture and fundamentals of the top frameworks out there, so they can make guided decisions.
After reading this chapter, you will know how to get started with the four leading JavaScript open source test automation frameworks and run a basic test scenario on a web browser.
This chapter is specifically designed to cover the following:
- An overview...