Mobile testing -Taking Screenshot on Android

Taking a screenshot while testing on Android phone can be a bit confusing, since the process isn’t the same on every device. There are different ways to take a screenshot. 1 – Ice Cream Sandwich (4.0) and above If you have Android Smartphone with Ice Cream Sandwich or above installed, screenshot option is built-in! Just […]

Read more
Capturing screenshots of failed tests in Selenium Webdriver + JUnit4

Beside the exception / failure information, it is almost always helpful for the developers to provide them with additional screenshot of the failed tests. From JUnit 4.7 the @Rule annotation is introduced which can be used to extend the capabilities of JUnit. With it we can invoke a custom piece of code when a test […]

Read more
How To Make Android Screenshots for testing

When testing Android mobile applications the one of the first things that come up is how to record and document the error that happened. As in desktop testing there are apps that allow you to record the screen. The only thing that you need to do is to make sure the phone is rooted before […]

Read more