Steps to create your first script in OpenScript – OATS
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… (2 comments)

OATS 12.5 New Feature – Video record your script playback
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… (14 comments)

OTM – Oracle Test Manager
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… (73 comments)

In this article you will know some of the test automation best practices we recommend for Oracle Functional Testing of Oracle Application Testing Suite (a.k.a OATS). Best practices for test automation with OATS are typically identified from the test engineer’s experiences and challenges. In a real time scenarios,for example: situations where multiple teams work on similar kind of test automation tasks,… (42 comments)

It is observed quite frequently that OpenScript of Oracle Application Testing Suite would not capture the steps performed on a browser when you try to record the test scenario on an Internet Explorer browser. Some of the issues faced are: Openscript records only one statement which is closing of browser, irrespective of what ever operations you perform on… (6 comments)