How-to-avoid-using-multiple-TestNG-suite-XML-files-and-Jenkins-configuration How to avoid using multiple TestNG suite XML files and…

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..
get-started-with-test-automation A 10-point Checklist to get started with Test Automation

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 Appium Tests Parallelly On Multiple Android Devices

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..