Selenium IDE Example- Disabling or enabling JavaScript when running your test

JavaScript is the most important component of software web application. Developers generally using JavaScript to generate alert, to generate confirmation message, to handle client side validation etc.. If you will disable JavaScript of your browser then you will not get alert message or confirmation message or client side validation message on your action. Let we … Read more

Selenium IDE- Using “openMultipleWindow” command and handle multiple windows

I hope you all are already aware about “selectWindow” command and all other previously published selenium IDE examples. If you have not viewed them then visit this link to view all examples step by step. I thinkĀ “openMultipleWindow” command will be new for most of selenium IDE users. Yes because “openMultipleWindow” is not built in command … 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

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