Example of “while” and “endWhile” Loop Commands In Selenium IDE With Use Of User Extension

How to use “while” and “endWhile” command in selenium IDE software testing tool “while” command is not supported by default in selenium IDE software automation testing tool. Selenium IDE also not supporting any conditional(if condition) commands by default. To get support of “while” loop as a Advanced Selenium IDE feature, You need to attach user … Read more

Selenium assertion “assertChecked” and “assertNotChecked” with example

There are many assertions available in selenium. Here i am going to describe “assertchecked” and “assertNotChecked” assertion in selenium IDE with example. “assertNotChecked” and “assertchecked” commands works with only check box and radio button. Both the commands are used for verifying check status of check box or radio button. Selenium “assertchecked” assertion command You need to provide checkbox or … Read more

Steps Of Running Selenium IDE Test Suite From Command Prompt Using Batch File

Before running selenium script suite from command prompt, you must be aware about How to create and run test in selenium IDE. You can read more articles about selenium IDE different commands with examples from my past posts. Selenium has its own TestRunner and we need to use it for running selenium IDE software test … Read more

Selenium IDE – Understanding General Settings Of Options Window

There are couple of advanced options available in selenium IDE like increasing timeout, attaching user extensions, attaching data file, and few other. Let describe here couple of them for your reference. To open selenium IDE option window, Click on Options > Options from main menu. It will open option window as shown in bellow figure. … Read more