Blog - Selenium, Web Automation & Co

Blog - Selenium, Web Automation & Co/

Selenium IDE for Chrome?

  Many users that have been using the Selenium IDE with Firefox to test their web applications are now looking for the Selenium IDE for Chrome. This is of course for a good reason. Every browser renders web pages slightly different. So it is not enough to test with the Selenium IDE whether a web [...]

By |August 3rd, 2015|Selenium|Comments Off on Selenium IDE for Chrome?

Selenium WebDriver Tutorial (Java)

...with Java in Eclipse This Tutorial will guide you through the first steps of how to code your own automated tests in Selenium using Java in Eclipse. This tutorial will also work with any other Java-Development-Environment besides Eclipse, but all screenshots and basic instructions will be for Eclipse. Tutorial Sections: Prerequisites Download Selenium Create your [...]

By |July 6th, 2015|Selenium|Comments Off on Selenium WebDriver Tutorial (Java)

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