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…
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…
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…
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,…
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…
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…
In continuation to previous articles: How to create a web services test script using Oracle Application Testing Suite & How to parametrize test data for web services script, In this article you will learn how to add a verification point to the Web Services script using Openscript IDE of Oracle Application Testing Suite. There are couple of…
In the previous article you have learnt how to create a web services testing script using OATS, in this article let us see how to parametrize a web services test automation script assuming that you are aware of why test data parametrization is required for a test automation script. There are couple of ways of…
Oracle Application Testing Suite ( a.ka. OATS ) has very user-friendly way of testing Web Services, in this article you will learn how to create a Web Services test script using Openscript IDE of OATS. Just to let you know, web services testing is one of the most hot topic around the globe, due to the pace at…
Cannot get a connection from the browser helper after 30 seconds. Do you want to continue waiting for the browser to load This is one of the most common issue which automation test engineers face when using Oracle Application Testing Suite, in this article you will learn different ways to solve this issue, based on…