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

Selenium IDE assertAlertNotPresent and assertAlertPresent commands examples

This guide will show you how to use the assertAlertNotPresent and assertAlertPresent commands in Selenium IDE. You’ll learn how to validate the absence of JavaScript alerts in your test flow and understand the difference between assert and verify commands with practical examples. “assertAlertNotPresent” and “assertAlertPresent” are assertion commands of selenium IDE. Both are works with … Read more

How and where to use “Rollup” command in selenium IDE

“Rollup” command is used as a bunch of commands in selenium IDE. “Rollup” command is very useful feature in selenium IDE to reduce size of test case. Let me tell you one example for better understanding. Suppose we are testing any mail login software application features considering bellow given scenarios. Software Test Scenario1 : Login … Read more