This is one of the error that we encountered during the installation process of Oracle Application Testing Suite, below is the error message that we got: “OUI-10133:Invalid staging area. There are no top level components for Windows NT, Windows 2000 available for installation in this staging area.” The case is when we zipped an existing OATS…
Steps to install OATS – Oracle Application Testing Suite had been same until OATS 12.5.0.3 had come in to existence, i.e. by downloading OATS software and follow the GUI instructions to complete the installation. But as part of the latest version OATS 12.5.0.3 there is a slight modification, which is to first install Oracle XE…
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…