While loop in selenium IDE
. The Loop statements are used to run the statements for multiple iterations Different loop statements.
. In software automation testing some test cases need to run multiple times in selenium IDE script, at the time we need loop statements,we are using "while" loop .
. There will not be while command in the selenium IDE Tool,we have to add separate file to get while command .
. I shared extension while commend file. Click hear to download extension file for while loop commends and it is save your system only in ".js" format , example "while.js" like that .
. once download the file if is attache to selenium IDE Tool
click the tools bar ---->Open the selenium IDE Tool---->click the operations----> Browse the Selenium core extensions(user-extensions.js)---> click ok Button
1) How to write while loop script in selenium IDE ?
Example :- check boxes select with using while loop in selenium IDE