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
How to use Windows registry value from Selenium WebDriver

The WindowsUtils class provides various methods to interact with the registry on the Windows operating system. While running tests on the Windows operating system and Internet Explorer, the test might need to read and modify IE settings or there may be a need to get some settings related to the web server or database from […]

Read more
Browserstack integration with junit and webdriver

The purpose of this article is to show how easy is to integrate webdriver with architectures on the cloud, in this case with Browserstack. For every new tool the first thing to do is to check out and examine the documentation. The basic steps are very well documented, the examples and the thorough explanations give […]

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