Category «Selenium»

Selenium – Understanding Object Identification

In previous two posts I have explained how to setup a sample web application, recording and playing back tests with Selenium IDE.  Now, we will understand how Selenium identifies the objects on the Application Under Test. To identify the objects such as Links, Buttons, Edit boxes, Drop downs, etc on the application Selenium uses a …

Recording tests with Selenium

Let us record some tests with Selenium IDE: Test – 1: Open the browser and navigate to SugarCRM Login page Login to application with username – admin and password Click on Accounts tab Click on Create Account link Fill all the necessary fields Click Save button Click View Accounts link Verify the Account created Following …

Introduction to Selenium

Selenium is a Test Automation tool used for automating Web Applications testing.  Before starting to learn this tool, I strongly recommend downloading any of the Open Source web application from sourceforge.net.  I will be using Sugar CRM for demonstration purposes.  I have chosen this application mainly because this has a free edition.  We can just …