“assertTitle” and “assertNotTitle” assertion examples in selenium IDE

Selenium IDE assertions “assertTitle” and “assertNotTitle” are used for asserting title of page. It will be useful when you want to check the title of each and every page. Selenium IDE has facility of Recording assertTitle automatically during recording of selenium script. It will add “assertTitle” command in your script when you navigate from one page to another page. … Read more

Steps for data driven testing with selenium IDE using push command

Parameterization in selenium IDE using data.js file is described with example in my previous post. You must have Advanced Selenium IDE knowladge for Parameterization in selenium IDE. Now Parameterization using “push” command is another way of data driven testing in selenium IDE for your software web application regression of functional testing. Please note, “push” command … Read more

Parameterization in selenium ide – Example of data driven testing with selenium IDE

Data driven testing using selenium IDE software automation testing tool is not much more hard but initially you need to configure selenium IDE before you proceed for Parameterization using Advanced Selenium IDE features. There are 2 methods of Parameterization in selenium IDE software testing tool. Let me describe 1st method of Parameterization in this post. … Read more

Selenium IDE “gotoif” “gotoLabel” and “label” commands with example

As described in my previous post(“while” and “endWhile” commands with example), selenium IDE software testing tool not supporting any conditioning and looping commands and to get support of “gotoif” “gotoLabel” and “label” commands, you have to attach user extension with selenium IDE software automation testing tool. This is Advanced Selenium IDE feature. Click here to download user … Read more