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…
It is a very common requirement in automated testing to get the list of all links, the instance when this is generally required is: To see if all desired links are present in a web page. In case of multiple links having same text, there would be necessity to click on a specific link though the…
DOM is an acronym for Document Object Model, in this article we shall understand some details about DOM. DOM is basically tree based representation of all UI elements in a web page that gets rendered in client’s web browser or it can be for a XML document too. It is a cross platform and language…
One of the basic advantage in Automation testing is the re usability of commonly performed actions or code snippets required as part of the Automation Framework. Automation engineers have separate function libraries based on the purpose, for example: for automation testing of Oracle EBS applications, following is a non exhaustive list of function libraries: For OAF…
We have been receiving queries if we can add custom function libraries to Oracle Flow Builder, the answer would be a straight yes. In this article we will walk you through the steps as how we can add custom function library to Oracle Flow Builder. Steps: Create function library and export the function library Create a function…
Oracle Application Testing Suite (a.k.a OATS) has a wide variety of capabilities in the area of test automation, let us understand in more detail in the following perspectives: Types of testing in software development life cycle. Kinds of automated testing. Types of applications it can test. Types of testing in software development life cycle Regression…