Selenium IDE – Generating Random Alpha Numeric Or Numeric String

We already learnt about random number generation and concatenation of random number with other string like email id in Selenium IDE – Generating random number using javascript with example post. Now let me give you few examples for generating random alpha numeric string, generating only random numeric string of specified length using javascript to use in your … Read more

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