Enterprise Java
Creating effective UI system tests with Selenium
In this video, I’m showing how to create effective UI system tests with Selenium. In my previous video course on effective testing, I’ve introduced the coffee shop application, which we now enhanced with some basic HTML views.
Selenium is a powerful web driver technology, to programmatically simulate user behavior in a browser, and helps us to create UI system tests.
You can check out the coffee-testing project on GitHub.
Published on Java Code Geeks with permission by Sebastian Daschner, partner at our JCG program. See the original article here: Creating effective UI system tests with Selenium Opinions expressed by Java Code Geeks contributors are their own. |