“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

Open Selenium IDE On Single Click By Adding It On Bookmark Tool Bar

If you are using Selenium IDE regularly for software web application testing then it is important for you to access selenium IDE on single click. Click here to read more Selenium IDE tutorials. In general we are accessing selenium IDE window from Mozilla Firefox à ‘Tools’ Menu àSelenium IDE. Now let me tell you one … Read more

Selenium IDE “verifyNotLocation” and “assertNotLocation” Commands with examples

“verifyNotLocation” and “assertNotLocation” Commands works in opposite way of “verifyLocation” and “assertLocation” commands in selenium IDE software. All four commands are assertion commands in selenium IDE and useful for verification of current web page URL verification. Let me explain both  commands with example for better understanding. “verifyNotLocation” Command “verifyNotLocation” command will fail if current page URL match … Read more

Working And Handling Multiple Windows In Selenium IDE

Working with the multiple windows in selenium IDE is not hard. Many selenium IDE users asking me for this question so let me try to explain it. You need to handle multiple windows many time of software applications regression testing using selenium IDE or any other tools. As you all knows, selenium IDE is not too much … Read more