You should be aware of several things when working on test automation of Oracle EBS applications using OATS. One important thing among them is to capture value from oracle forms and use it later. Let me explain it with an example here. Assume that you are automating an order to cash end to end business…
Every automation engineer working with OATS needs to know how to execute oats scripts in command line. It is inevitable when working in real time projects one wishes to run scripts in batch mode. In this article you will know how to do the same. OATS team had provided us with a bat file called…
Automation scripts are built with reusable libraries in order to improve scripting efficiency, productivity and stability in scripts. Java and its huge community base had built a lot of libraries and kept them as opensource. Java users are benefited with these libraries and jar files. Similarly users of OATS can take advantage of these jar…
valIn one of our previous articles “Openscript test data paramterization with databanks“, we learnt to modify a script, so that it can iterate for a given number of test data records. The databank used was of type CSV Files. Now in this article, we will look at Openscript test data parameterization using Excel files. As…
Assuming that you are aware of test data parameterization in OpenScript using databank, in case you are not aware, request you to go through the following article Openscript test data parameterization with databanks Now when we execute scripts for multiple iterations, it is highly possible that one of the test data iteration might fail /…
Assuming that you are aware of triggering OATS test automation script execution in Oracle Test Manager, in a specific associated system. The system which you might have added @ Oracle Test Manager’s Tools>Systems menu => Add option. In the initial stages of building the scripts and want to make sure that everything is working fine,…
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…