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)

Openscript is an IDE for Oracle Application Testing Suite, this IDE had been built on top of Eclipse as a plugin to support creation and maintenance of Functional and Load testing automated scripts. Functional automation testing tool: Openscript can be used to create test scripts for different purposes like functional automation testing, web services testing, load testing, database… (0 comment)

In this article we can understand what are the major advantages of openscript in software test automation. I hope this article can give an insight why a client or a test automation engineer or a IT manger need to chose openscript for their software test automation. I am trying to put forward few of the… (19 comments)

Openscript has started from an internal release 8.5 and currently available to public with release 12.4.0.2. It has evolved a lot. with respect to number of applications it supports for test automation. with respect to number of browsers and versions it supports for test automation. with respect to number of enhancements and features it added across… (4 comments)

In this article we shall understand what are the different entities which are part of Oracle Flow Builder testing automation framework, how are they connected and learn more insights of all the entities. Oracle Flow Builder has got the following entities which makes it a robust automation framework to test Oracle EBS Application. Framework tool.… (0 comment)