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 “File Logging Plugin” to save log in file

Selenium IDE has built in Log tab where you can see selenium command Execution log of your software application test case but there is not any built in tool to save that log in file. I found one related selenium IDE plugin named “File Logging (Selenium IDE)” developed by Samit Badle. “File Logging (Selenium IDE)” … Read more

Selenium IDE “Highlight Elements” Plugin installation

Highlighting individual element will be done directly by using “highlight” command with selenium IDE. You can see script Example 1, Example 2 and Example 3 for “highlight” command. Now if you want to highlight each and every element of software web application with selenium IDE command execution then you need to install “Highlight Elements” Plugin for selenium … Read more

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