
Test Design Patterns: Applying Design Patterns To Test Automation
Welcome to the next episode in our new series “Integrating testing into your development flow”. Today we are going to be looking at “Test Design Patterns: Applying Design Patterns To Test Automation”. In our last presentation, we went over using Selenium in TestNG. Specifically, how to test web applications in TesgNG using Selenium. Along with some hands-on examples with the Selenium IDE and Webdriver. This also included, how the Page Model pattern can be used to build a reusable code base that reduces the overhead of duplicating page elements and actions throughout our tests. In this presentation, we are going to be breaking away from the hands-on approach for a while. By looking at a more abstract view of design... Read more