Identifying the Need When we have a large number of automation test suites to be supported across each profile/test environment (browsers, OS, regions, etc.), we end up creating multiple TestNG suite XML files. The process reduces the code readability and increases maintenance efforts, especially when two or more automation engineers…
Read More..1. What is Selenium 4.0? Selenium 4 is the latest version of selenium; Simon Stewart founder of selenium has announced Selenium 4 at the Selenium Conference in Bangalore which consists of few major updates and its planned to release after October 2019 (even though official announcement yet to get). Let’s…
Read More..Test automation came into prominence with the agile development movement, but with CI/CD and DevOps, its importance has only increased. Tools and Frameworks have also matured over time, resulting in the emergence of promising automation tools in multiple languages and platforms. Having a large set of tools to choose from…
Read More..Executing automated tests simultaneously in a distributed fashion is a great way to optimize execution time. This article illustrates how to use Appium test automation tool on multiple physical devices simultaneously. Appium uses TestNG and Selenium Grid for Parallel test execution on multiple mobile devices. Note: Currently Parallel test execution on…
Read More..