Use Of “storeSelectedValue” and “storeSelectedValues” In Selenium IDE With Example

We already learnt “storeSelectedIndex” and “storeSelectedIndexes” commands with examples in my earlier post. “storeSelectedIndex” is storing index of currently single selected option from list box and  “storeSelectedIndexes” command is useful to store index of multiple selected options from list box. Same way, “storeSelectedValue” and “storeSelectedValues” are used with current selected label or labels of list box located … Read more

Tutorial For Selenium IDE “getEval” Command To Get Alert During Script Execution

There are many advanced selenium IDE tutorial posts available about different commands, methods and selenium IDE plugins and i think that all of them will help you to make your software testing process easy using selenium IDE. Now let me tell you one more interesting and most useful command to include in your main commands directory list and … Read more

“assertVisible” and “assertNotVisible” Commands Example For Selenium IDE

“assertVisible” and “assertNotVisible” Commands frequently used commands in selenium IDE if you are using selenium IDE for your software web application regression testing. Both “assertVisible” and “assertNotVisible” commands are useful to check element visibility on application software page.You can use “assertVisible” and “assertNotVisible” commands to stop execution on fail and you can use “verifyVisible” and “verifyNotVisible” commands for … Read more

Open Selenium IDE On Single Click By Adding It On Bookmark Tool Bar

If you are using Selenium IDE regularly for software web application testing then it is important for you to access selenium IDE on single click. Click here to read more Selenium IDE tutorials. In general we are accessing selenium IDE window from Mozilla Firefox à ‘Tools’ Menu àSelenium IDE. Now let me tell you one … Read more