Selenium – Recording and Test Creation Using IDE

The following steps are involved in recording, creating, saving and executing Selenium tests using IDE:

  • Recording and adding commands in a test
  • Saving the recorded test
  • Saving the test suite
  • Executing the recorded test

Recording and Adding Command in a Test

Step 1. Open Firefox Browser Read More

Selenium – IDE Interface

Step 1. To launch the selenium IDE, open Firefox browser and select Tools > Selenium IDE

Selenium_IDE_From_Tools

Step 2. It opens with an empty script-editing window and a menu for loading or creating new test cases. Read More

Selenium – Installing Firebug and Firepath plug-in

Now we will install  Firefox add-on  Firebug and FirePath.In Selenium, Firebug helps in inspecting UI elements and finding its associated properties and values.

Installing Firebug plug-in

Step 1 – To install Firebug add-ons, open Firefox browser, launch www.google.com and search for Firebug. Click on Firebug link. Read More

Selenium – Installing IDE

The Selenium Integrated Development Environment (IDE) is an easy-to-use Firefox plug-in to develop Selenium test cases. It provides a Graphical User Interface for recording user actions using Firefox which is used to learn and use Selenium, but it can only be used with Firefox browser as other browsers are not supported.

Installing Selenium IDE –

Step 1– Launch Firefox browser and open URL http://seleniumhq.org/download/  to download selenium IDE from the SeleniumHQ download page. Read More

Selenium – Introduction

Selenium is a free (open source) and a portable automated software testing tool for testing web applications. It has capabilities to operate across different browsers and operating systems. It is quite similar to HP Quick Test Pro (QTP) only that Selenium focuses on automating web-based applications.

Selenium is not just a single tool but a set of tools that helps testers to automate web-based applications more efficiently. It has four components. Read More

Selenium – Home

Selenium is open source automation testing tool for web applications across different browsers and platforms. It is licensed under Apache License 2.0. Selenium is a suite of tools that helps in automating only web applications.

These Selenium tutorials is designed for beginners as well as experienced users of Selenium. Here we are starting from Selenium basics you will learn advance scripting all with practical examples for your easy understanding. Read More