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. ...

Everything You Need To Know About Sikuli A GUI automation tool

Selenium Sikuli for Visual flows automation: Introduction: Selenium Sikuli , A tool to automate the GUI test scripts using image recognition method. Sikuli allows users to automate visual work flows using a screenshots (specific method called “ Visual Image Match ”), in this method all the elements of the webpage are snipped and saved in .png / supported file formats. Sikuli, by using “Visual Image Match” algorithm, it will match the stored image with the image on the web-elements and performs the scripted action. Practical Uses: Ø Useful to automate Flash objects Ø Automating stable GUI components / Objects / Web-elements Ø Automating window based applications Ø Used to automate Audio/Video player, Desktop & Flash games on websites Sikuli Benefits: Ø Free Open Source Automation Tool Ø Automating flash enabled web-elements and objects Ø Can automate web-elements without ID/Name Download Sikuli Jar files: Ø...