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 […]
Sometimes you need random numbers in your regression test case of software web application. Let me give you examples. 1. searching records […]
“How to Store and Reuse Information in Selenium IDE ?” This question is asked by one of my blog reader through Ask A […]
“assertElementHeight” and “assertElementWidth” are assertion commands and useful to verify and assert if expected height and with don’t match with actual height and […]
“storeElementIndex” and “verifyElementIndex” Commands are used for store and verify index of an element node respectively. If you want to verify the […]