Surefire and Failsafe: Benefits of parallel execution
Why split the test execution in the build process for different types of tests? By default, all unit tests written with JUnit and Mockito will be categorised as Unit tests whereas all other types of tests integrate one or more pieces or units of the syste...
Accelerate Your Android App Testing with Appium and Java (Part 2)- Hybrid App Automation
Welcome back! In this blog post, we will explore Appium, a powerful tool for automating Hybrid Android apps. Firstly, we will discuss locating Hybrid app elements in Appium, which involves identifying and interacting with specific elements within the app'...
Accelerate Your Android App Testing with Appium and Java- A Beginner’s Guide (Part 1)
Manual testing is an essential part of Android application testing that involves a tester manually going through an application to ensure that it meets the desired specifications and quality standards. However, this process can become monotonous and repet...