Selenium IDE “Test Results” plugin to export test case and test suite result

Selenium IDE has a built in functionality to exporting recorded test case and test suite of web software application but it has not any built in functionality to export test case results and test suite results. Solution for exporting test case and test suite result is “Test Results (Selenium IDE)” plugin and it is developed by … Read more

Selenium IDE “Screenshot on fail” plugin to capture screenshot when command execution fails

“Screenshot on fail” plugin for selenium IDE “Screenshot on fail” plugin is developed by Samit Badle for advanced selenium IDE. Same as selenium IDE, “Screenshot on fail” plugin is Firefox add on. It is very useful plugin for selenium IDE to capture screenshot of page when your command execution fails due to the any reason like targeted … Read more

Selenium IDE – Generating random number using javascript with example

Sometimes you need random numbers in your regression test case of software web application. Let me give you examples. 1. searching records with record id on web application 2. Creating and accessing URLs for random record ids. In this kind of conditions, you need to generate random numbers to feed data.Selenium IDE has not any … Read more

Set Locator Builders Preference in Selenium IDE

Locator in selenium IDE are used for locating an element on page. Selenium IDE support many types of locators like name, id, CSS and  XPath, dom, ui etc.. and from all of them, mostly used locators are name, id, CSS and XPath. Selenium IDE has a facility to set your preferred locator to record it. That means during recording, which locator … Read more