“storeChecked” and “verifyChecked” Commands Tutorials For Selenium IDE
“storeChecked” and “verifyChecked” are check box related commands and are useful to verify current (checked or not checked) condition of check box. […]
“storeChecked” and “verifyChecked” are check box related commands and are useful to verify current (checked or not checked) condition of check box. […]
“waitFor” commands of selenium IDE are very useful for your software application regression testing. There are many waitFor commands available in selenium […]
Selecting new opened window using “selectWindow” command in selenium IDE is very easy if new window has title or name. Click here […]
“assertSelectOptions” and “assertNotSelectOptions” commands are useful to assert that required values in list box are selected or not. Few days back, I had […]