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 […]
Before learning “storePrompt” and “verifyPrompt” commands, you should be aware about the difference between alert, confirmation and prompt. You will see 3 buttons […]
“assertNotSelectedLabel” and “assertNotSelectedLabels” are very useful assertions in selenium IDE software for drop down and list box type elements. However you can […]
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 […]
“verifyEditable” and “verifyNotEditable” commands are verification commands in selenium IDE and useful to check targeted element is editable or not. You need […]
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 […]
“verify” and “assert” are same in function but difference between both of them is when “verify” command fails selenium will not stop […]
Selenium IDE has built in Log tab where you can see selenium command Execution log of your software application test case but […]
“verifySelectOptions”, “verifySelectedLabel” and “verifySelectedIndex” commands works with drop down list box or multi select list box. Let me explain all of three […]
Here let me describe you main difference between assert and verify in selenium IDE software testing tool and selenium RC software testing tool. […]