“assertVisible” and “assertNotVisible” Commands Example For Selenium IDE

“assertVisible” and “assertNotVisible” Commands frequently used commands in selenium IDE if you are using selenium IDE for your software web application regression testing. Both “assertVisible” and “assertNotVisible” commands are useful to check element visibility on application software page.You can use “assertVisible” and “assertNotVisible” commands to stop execution on fail and you can use “verifyVisible” and “verifyNotVisible” commands for … Read more