Some thoughts on Sauce

We’re started using this service a long time ago, and I can say they improved a lot in the recent years. It became a reliable cloud system for running automated tests and for manual testing with a wast amount of virtual machine/browser combinations and what I love about them that almost everything is documented. It […]

Read more
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
Android/iPhone application testing – online services

In my previous post I have mentioned mobile application testing on simulator/emulator. This time I will describe the manual mobile application testing using online services. I have searched for online testing tools in Google and found many sites/services. Some of them only allow some devices listed and you can check only a website, by entering […]

Read more
Android/iPhone application testing – simulator/emulator

Testing the application made for Android/iPhone can be a real nightmare for developers. There are many models and types of Android/iPhone smart devices and it is very hard to ensure that the application will run without having problems on various hardware, various screen sizes and various OS version. To ensure that application will work correctly, […]

Read more
Mobile testing – Screen recording on Android – non-rooted device

In my previous post Mobile testing – Screen recording on Android – rooted device I was talking about screen recording on rooted Android devices. The easy way to get a screencast app is by installing the app directly on the device(requires rooted device and in 99% with rooting users will void the warranty). Here, we’ll […]

Read more
Mobile testing – Screen recording on Android – rooted device

Along with the spreading of the Android smart phones, more and more Android applications have been published. These apps should be thoroughly tested before they appear for download in the Play Store. When testing a mobile application, you will need to take screenshots and record a video to document the error that happened. There are […]

Read more
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
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