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…
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…
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…
Oracle released its new version of OATS i.e 13.1.0.1. Here you can learn about OATS 13.1.0.1 new features and announcements, i.e. the changes which got introduced in to the 3 tools that form the OATS Enterprise Suite, i.e. Oracle Functional Testing ( OFT ) , Oracle Test Manager ( OTM ) and Oracle Load Testing (…
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 /…
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…
Once you create the test automation scripts for a project, one of the important task would be to ship these test scripts to customers, so that they can execute them or ask their in-house team(s) to conduct dry runs to check if everything works fine to give a sign off. You also might need to ship…