Selenium IDE “assertSelectedLabels” and “assertSelectedValues” Commands With Examples
First of all please look at THIS POST where I have described difference between label and value in drop down or list […]
First of all please look at THIS POST where I have described difference between label and value in drop down or list […]
“verifyOrdered” and “assertOrdered” commands in selenium IDE are provided to verify the element’s sort order of same parent node on software web […]
“assertElementHeight” and “assertElementWidth” are assertion commands and useful to verify and assert if expected height and with don’t match with actual height and […]
Assertions are very useful to check your expected result and skip execution if assertion fails on run time. If you are selenium […]
As described in my previous post, assertEquals assertion is useful to compare two string, boolean, byte[], char, double, float, int, etc.. and based […]
There are many assertions available in Selenium WebDriver software testing tool with TestNG framework and we will look at all of then one […]
Selenium IDE has too many assertion commands and “assertTable” and “assertNotTable” are the part of them. “assertTable” and “assertNotTable” are useful to for […]
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 […]
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 […]