Selenium IDE “verifyElementNotPresent” and “waitForElementNotPresent” Commands With Examples
In any software application regression test case, you need to verify and wait for different conditions as per test scenario requirement. Selenium […]
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 […]
“verifyNotAlert” and “assertNotAlert” are assertion commands of selenium IDE. Both are works opposite to “verifyAlert” and “assertAlert” commands. First of all you […]
Before learning “storePrompt” and “verifyPrompt” commands, you should be aware about the difference between alert, confirmation and prompt. You will see 3 buttons […]
Before reading this post about “verifyConfirmation” and “assertConfirmation” Command example, you must have to look at other verification Command and Assertion Command examples. “verifyConfirmation” and […]
Published many tutorial articles of selenium IDE related to verification commands with examples. “verifySelectedValue” and “verifySelectedValues” are verification commands and useful to verify the […]
This tutorial post of selenium IDE will describe you how to use “verifyNotText” and “verifyNotTitle” commands for your software application to verify text […]
Selenium IDE has many commands related to text for software web application. Few of them are “assertText“, “assertTextPresent“, “storeText“, “waitForTextPresent” etc. You […]
“verifyOrdered” and “assertOrdered” commands in selenium IDE are provided to verify the element’s sort order of same parent node on software web […]
“verify” and “assert” are same in function but difference between both of them is when “verify” command fails selenium will not stop […]