Selenium

Home/Selenium

Selenium IDE Tutorial For Beginner

In this article we will go through the basic steps on how to install and use the Selenium IDE pluginĀ for testing your website. Article Agenda: Install the Selenium IDE Record your first test case run your first test case and see the results Create and edit test cases manually Save test cases & test suits [...]

By |June 30th, 2015|Selenium|1 Comment

Selenium Screenshot Comparison in Java

To verify that a web application really does what it is supposed to do, sometimes it is not enough to use the built in functions of Selenium. In some cases you don't just want to know whether Text "xyz" exists or HTML-element-abc is present. You really want to know whether your website looks like you [...]

Go to Top