A Complete Guide To Exception Tests In TestNG [With Examples]While automating critical applications like banking apps, it's important to implement error handling and validation checks to ensure that the application is secure and reliable for the bank's customers. Additionally, clear error messages and notifica...Aug 26, 2023·17 min read
How To Handle Modal Dialog Box In Selenium WebDriver JavaWebsites nowadays are frequently implementing the usage of pop-ups, alerts, or modal dialog boxes for various use cases like accepting cookies, asking for permissions, entering data, warning alerts, etc. Although there are a few valid use cases for t...Feb 1, 2023·19 min read
How To Automate Using TestNG In Selenium?Automation testing is a fast-growing industry, and every tester tends to opt for tools and frameworks that are self-sufficient and offer useful features out of the box. Though there are a number of test automation frameworks like Selenium, Cypress, e...Jan 31, 2023·29 min read
How To Use Java Event Listeners in Selenium WebDriver?While working on any UI functionality, I tend to aspire for more and more logs and reporting. This happens especially when performing test automation on web pages. Testing such websites means interacting with several web elements, which would require...Jan 30, 2023·15 min read