Mobile testing and screenshots/videos transfer

In my previous post I have described the method with which we take screenshots or videos during the mobile testing. Taking the screenshot or video is only the first step. The next step is transferring the screenshots to your computer. If you use only one mobile device for testing, the best and fastest way is […]

Read more
Recording videos of tests in Java

In Java, we can extend Selenium WebDriver test scripts to record videos by using an open source tool named Monte Media Library. In this blog we will look at how to configure and use the Monte Media Library’s ScreenRecorder class with Selenium, to record movies of tests. ScreenRecoder supports the AVI and QuickTime formats for […]

Read more