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 …