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
Creating a data-driven test with JUnit

We can create data-driven Selenium WebDriver tests using the JUnit parameterization feature. This can be done by using the JUnit parameterized class runner. In this blog, we will create a simple JUnit test case to test Facebook registration. We will specify the test data within our JUnit test case class. We will use various JUnit […]

Read more