Selenium IDE “verifyValue” and “assertValue” commands use with Example
In Selenium IDE, “verifyValue” and “assertValue” commands are used with check box or radio button elements. As name suggests, Both are used only for verification of check box or radio button’s ON/OFF(Check/Unchecked) status. Only difference between “verifyValue” and “assertValue” command is “verifyValue” will keep execution continue on fail and “assertValue” command will stop execution of … Read more