Most of the times, we end up triggering script executions from command prompt, in this situation it is very important that we are aware of the most important command line options for OATS. In this article we are going to cover 11 most important options related to functional test automation only. In case you are…
Now that we have successfully installed OATS, the next step is to create some automated functional test scripts. In this article as a first step we will look at how to record and playback OATS scripts. We also refer OATS as openscript. Openscript is basically the IDE portion of OATS. In case you have not…
We mentioned several times in our articles or responses to user queries that we need to run OATS or run command prompt as administrator, It becomes quite annoying if you have to do it every time. So we are sharing with you as how to set it for good and need not do it repeatedly.…
In this article you will learn how to solve an issue because of which we are unable record and playback scripts in a firefox browser with OATS / Openscript. Most of the times the issue is because we are unable to enable “OATS browser addon for firefox”. I recommend you to refer the article and…
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…
In order to automate Oracle EBS Application, we should be aware of some intricacies, out of which one of them is “How to automate Oracle EBS Forms table – iterate between rows”. You can view that a table has 8 / 9 / 10 / etc.. rows filled with data, but in real you have…
It is strange some times, that Oracle Application Testing Suite identifies Oracle EBS Forms objects with VTextField instead of the actual name attributes, people get crazy when this happens and they wouldn’t be able to fix it, unless they know that they need to set a value for a profile “ICX: Forms Launcher”. Remember that,…
Oracle Application Testing Suite Tool – OATS is one of the most sought automation testing tool in the oracle ebs application automation testing industry. It supports automation of oracle ebs applications, oracle ebs forms, web applications, SOAP web services and many more. We designed this OATS Training Course suitable for both novice and experienced people…