Selenium for testing alert on page using “verifyAlertPresent” and “verifyAlertNotPresent” command

“verifyAlertPresent” Command Alert testing with selenium is not very hard. In the Selenium IDE plug-in, there are many commands available related to verification. One of them is “verifyAlertPresent” for verification of alerts on the page. Sometimes, when you take some action on the page, it shows an alert message in a popup. If you want … Read more