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

selenium IDE “selectPopUpAndWait” and “Close” commands with example

Selenium IDE is very useful regression testing tool in software industry. Selenium IDE has many built in commands and you can also extend it using extensions files. Let me describe you more 2 commands of Selenium IDE. “selectPopUpAndWait” command You can read my post about “selectPopUp” command before understanding “selectPopUpAndWait” command. As name suggests, “selectPopUpAndWait” … Read more