Java is the most popular programming language, which has been in existence since decades ( first appeared @ May 23rd 1995 , source: Wikipedia ) Java is an object oriented programming language and specifically designed to be written once and then can be run anywhere, to be more precise it is platform independent. In other words…
The entire software development industry depends on programming languages and frameworks, especially programming languages are used to write the business logic and add functionality to the application. Never the less, the test automation industry has gained dependency over programming languages and frameworks. The test automation tools use programming languages to design test scripts, which will mimic the manual…
Once you create the test automation scripts for a project, one of the important task would be to ship these test scripts to customers, so that they can execute them or ask their in-house team(s) to conduct dry runs to check if everything works fine to give a sign off. You also might need to ship…
In continuation to previous articles: How to create a web services test script using Oracle Application Testing Suite & How to parametrize test data for web services script, In this article you will learn how to add a verification point to the Web Services script using Openscript IDE of Oracle Application Testing Suite. There are couple of…
In the previous article you have learnt how to create a web services testing script using OATS, in this article let us see how to parametrize a web services test automation script assuming that you are aware of why test data parametrization is required for a test automation script. There are couple of ways of…
Oracle Application Testing Suite ( a.ka. OATS ) has very user-friendly way of testing Web Services, in this article you will learn how to create a Web Services test script using Openscript IDE of OATS. Just to let you know, web services testing is one of the most hot topic around the globe, due to the pace at…
Cannot get a connection from the browser helper after 30 seconds. Do you want to continue waiting for the browser to load This is one of the most common issue which automation test engineers face when using Oracle Application Testing Suite, in this article you will learn different ways to solve this issue, based on…
Oracle Application Testing Suite (a.k.a OATS) had evolved year on year and had come up with several versions. Each version they have added support for different Browsers, JRE Versions and Windows Operating Systems. Apart from this on each version they have added capabilities, features and increased the stability of the test automation tool. They had a major…
Oracle Application Testing Suite has a unique way of maintaining all its test scripts. In the openscrit IDE it has an option to manage repositories, this is the place where all the scripts are maintained. We can map any desired physical windows folder as a repository in Openscript and when creating or opening any scripts,…
This post lists about the various OATS versions and its compatible versions of Java and Browsers, with respect browsers the article talks about the different browsers supported and respective versions. Regarding Java, it is mainly for automation of Oracle EBS Forms. As you all might be knowing, Oracle Apps admins can configure various versions of…