Skip to main content

Step By Step Selenium IDE Concepts

§  Selenium IDE Introduction
§  Selenium IDE Installation
§  Fire-Bug for Selenium IDE
§  Features of Selenium IDE
§  Drawbacks of Selenium IDE
§  IDE Menu Overview
§  IDE Options Overview
§  IDE Tools Overview
§  Overview of Test Case Pane
§  Overview of Log Pane
§  Overview of Reference Pane
§  How to create first IDE script
§  Editing the existing IDE Script
§  Understanding Selenium UI-Element
§  Understanding Locators
§  Understanding Verification
§  Exporting IDE script
§  Exporting IDE to Web-Driver

Comments

Popular posts from this blog

Selenium Foundation Program - How to configure Selenium-IDE in Firefox

How to install Selenium-IDE? - Step-1: Firefox installation                 Navigate to: https://www.mozilla.org/en-US/firefox/new/                 Click “ Download ” button                 Install the downloaded .exe file                 Click finish to launch the Firefox browser - Step-2: Install Selenium-IDE in Firefox browser                 Launch Firefox browser                 Navigate to http://www.seleniumhq.org/download/                 Scroll down until you reach the “ Selenium IDE ” section (Click on hyperlink)                 Click on the “Allow” button to proceed with the installation. ...

Selenium Foundation Program - Introduction to Automation Testing

What is automation testing? Automated testing tools are capable of executing tests, reporting outcomes and comparing results with earlier test runs. Tests carried out with these tools can be run repeatedly, at any time of day. The method or process being used to implement automation is called a test automation framework. What is the difference between manual testing and automation testing? Automation Testing Manual Testing Automation testing perform the same operation each time Manual testing is not reliable. Using this method test execution is not accurate all the time. Automation testing is very much helpful regressions in testing where code changes frequently. To execute ...