selenium IDE “storeAlertPresent” and “storePromptPresent” Commands
After very long time, New post about selenium IDE. If you are new user of selenium then you can learn selenium IDE […]
After very long time, New post about selenium IDE. If you are new user of selenium then you can learn selenium IDE […]
Setting wait condition in Selenium IDE or webdriver means pausing your test case execution till expected wait condition match with actual wait […]
In any software application regression test case, you need to verify and wait for different conditions as per test scenario requirement. Selenium […]
Earlier we had seen how to verify selected value of drop down or list box using LABEL, VALUE and INDEX. In selenium […]
Selenium IDE is free, easy and simple record and play regression testing tool and it is very easy to prepare regression testing […]
Check box is very essential element of any software web application page and you will find it on many pages so obviously […]
In Selenium IDE, “assertNotSelectedIndexes” and “assertNotSelectedIndex” commands are nearest same. Both are working with drop down or list box of software web […]
Selenium IDE has too many assertion commands and “assertTable” and “assertNotTable” are the part of them. “assertTable” and “assertNotTable” are useful to for […]
“waitForTable” and “storeTable” are html table related commands. Both have different functions. As name suggest, “waitForTable” is useful to waiting for table […]
“verifyOrdered” and “assertOrdered” commands in selenium IDE are provided to verify the element’s sort order of same parent node on software web […]