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 – Complete List of Commands With Examples Part – 2

This guide provides a complete list of Selenium IDE commands with descriptions and usage examples. You’ll learn how each command works and how to use them effectively in test automation to create reliable and maintainable test cases. Pending commands list in part 1 with tutorial link are listed in bellow given table. Click on command … Read more