Selenium IDE “Stored Variables Viewer” plugin to view value of variable

In Selenium IDE test cases, we often using variables to store values like numbers, string, URL etc.. in it to use it in other commands. If you don’t know, let me tell you one thing that with the help of “echo” command, we can view current stored value of variable in execution log during software … 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