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… (0 comment)

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… (14 comments)

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… (9 comments)

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… (0 comment)

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… (12 comments)

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… (11 comments)

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… (6 comments)