© Courtney Zhan, Edited by Zhimin Zhan 2024
Z. Zhan (ed.)Selenium WebDriver Recipes in C#https://doi.org/10.1007/979-8-8688-0023-8_26

26. Continuous Testing

Courtney Zhan1  
(1)
Fitzgibbon, QLD, Australia
 

End-to-end (E2E) test automation is only truly useful when we routinely execute the whole suite frequently to obtain rapid feedback. Obviously, it is not practical to execute the whole suite frequently in IDEs such as Visual Studio Code and TestWise. Instead, we run a suite of E2E tests regularly in a Continuous Testing server and make the test reports accessible by all team members.

The term “Continuous Testing” (CT for short) comes from DevOps. According to Wikipedia, Continuous Testing is “the process of executing automated tests as part of the ...

Get Selenium WebDriver Recipes in C#: Practical Testing Solutions for Selenium WebDriver now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.