Once you have created the project in android studio by following the article: how to create project in android studio, your next step is to configure the android project with selenium libraries, in order to work with selenium WebDriver based test automation script. We are focusing more on Java code as reference. Steps to configure…
Once you have successfully installed Latest Android Studio software, you can get started with creating a project in android studio. It is quite simple to create a project using the latest versions of Android studio. Step by Step instructions to create project in Android Studio: Open Android studio tool from Start Menu. It might take…
This is one of the exciting areas for all testers and had picked up a lot of value in the recent past. A huge number of opportunities are available now in the market for test automation of mobile app testing, especially using Appium, Android Studio & Selenium WebDriver. The very first time when I explored this area, I…
When working on customer projects in software companies, customer shares url(s) with vendors and vendors get a message saying unable to access url, in spite within customer network, i.e. VPN connected or plugged in to customer network using a WiFi or a LAN cable. This article is a small tip and provides as a solution. The steps…
If you are working on test automation of enterprise application or applications with huge functionality and various combinations of test data or you need to verify authorization for different roles and responsibilities, you would surely end up in to situations where you must close the entire application and start from clean state. Especially if you are testing…
There are many environmental changes when working on Test automation related projects, years pass on things might change with Automation tools or the even with the applications under test or JRE Versions or Browser Versions or Operating Systems etc… We keep tampering the environment by making some changes in settings, preferences, privileges or configuration s,…
Oracle Application testing suite has become quite popular these days and number of searches are increasing to learn about Oracle Application Testing suite, in this article we attempted to bring all important points to remember when working with OATS – Oracle Application Testing suite. 21 Notes to work with Oracle Application Testing Suite ( a.k.a…
Especially when you are working with web applications supported by JRE, they will always refer to cached (i.e. in java deployment folder ) JRE dependencies @ your machine / laptop, but in case nothing is cached, all the dependencies will be loaded in to cache and then referred for usage. In case there is no…
Assuming that you are aware of triggering OATS test automation script execution in Oracle Test Manager, in a specific associated system. The system which you might have added @ Oracle Test Manager’s Tools>Systems menu => Add option. In the initial stages of building the scripts and want to make sure that everything is working fine,…
Traditional and time consuming approaches of automation script development are snubbed, new generation techniques are being looked up for multiple reasons and benefits. Automation teams and organisations want to improve the productivity of their test automation engineers there by result in early completion of test automation script development phase with minimal efforts. They have embarked in to code…