Selenium IDE assertions “verifyNotText” and “verifyNotTitle” Command Examples
This tutorial post of selenium IDE will describe you how to use “verifyNotText” and “verifyNotTitle” commands for your software application to verify text […]
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 […]