Once the installation of Oracle Application Testing Suite ( a.k.a OATS ) is complete, make sure that the following check list is met. For each of the below Items to check, we have enclosed detailed steps as part of the same article for your reference. Following steps are the ones which you need to do one…
Many a times when working with Oracle EBS forms, automation test engineer wants to bring forms to base state and continue with next steps, this can be achieved very easily using OATS. There is an api given as part of forms object, which is getAllOpenWindows(), this method in forms returns List of AbstractWindows, you can…
In this article you would learn how to create a Object Library in OpenScript IDE which is useful for creating Functional Test automation scripts in OFT of OATS. Steps to create Object Library Once you create a new Project in OpenScript. Click on Assests Tab Select Object Libraries Click “Add” button You would be prompted…
Object Library is a file which contains the list of objects that are associated with a test script. When we say it contains the list of objects, it also stores the list of attributes and the values of these attributes w.r.t each object that is being stored as part of the Object Library. Does it…
As you all know the main purpose of creating automation test scripts is to run the scripts for multiple sets of data and increase the test coverage with several combinations of test data, while there are several ways to parameterize scripts in Oracle Application testing suite, let us look at Openscript test data parameterization with databanks…
Oracle had released Oracle Application Testing Suite 12.5.0.3 in the month of August 2016, i.e. just before Oracle Open World @ San Francisco. As any other releases, it comprises of new features and updates, the following article would give you the insights of the same. New Features & Updates on Oracle Functional testing perspective Now…
There are several purposes why you might want to uninstall Oracle Application Testing Suite ( a.k.a OATS ), It is very important for you to make sure OATS is uninstalled properly and make the proceedings. Here are some of the purposes why you might want to uninstall You want to install latest version of OATS and…
Now that you understood what is openscript? and its capabilities around automation testing, lets dive in to actual process of creating automation scripts. In this article you will learn simple steps to get started with your first script in OFT – OATS ( Oracle Application Testing Suite ) using its OpenScript IDE. Once you know to create…
As an enhancement in OATS(Oracle Application Testing Suite) 12.5, Oracle has given a setting in OpenScript to enable screen recording during the script playback and saves a file with “.cap” as file extension. The movie file name is generally “playback_movie.cap” We have also published an article which describes 5 reasons why you should record your script playback…
Oracle Test Manager (OTM) is a web based test management tool for both manual and automated tests, it is an integral part of Oracle Application Testing Suite ( OATS ). OTM is used to manage multiple testing projects with different levels of user roles and access privileges. Each role in OTM has a specific function to…