Every programming language will have a huge list of keywords so that the respective compiler or interpreter can understand to perform the actions accordingly, similarly we have 50 keywords in Java and it is very important that you should know to write programs in java. Most of you fear its a huge list, but by just giving…
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…
You have to follow strict syntax of Java, only then Java Compiler can understand and compile the program properly. In this tutorial you will learn the basic syntax that you need to know to write java programs There will be several keywords & terminology used as part of java syntax, you can first give a read…
As you all know the main purpose of creating automation test scripts is to run the scripts for multiple sets of data and increase the test coverage with several combinations of test data, while there are several ways to parameterize scripts in Oracle Application testing suite, let us look at Openscript test data parameterization with databanks…
Oracle had released Oracle Application Testing Suite 12.5.0.3 in the month of August 2016, i.e. just before Oracle Open World @ San Francisco. As any other releases, it comprises of new features and updates, the following article would give you the insights of the same. New Features & Updates on Oracle Functional testing perspective Now…
There are several purposes why you might want to uninstall Oracle Application Testing Suite ( a.k.a OATS ), It is very important for you to make sure OATS is uninstalled properly and make the proceedings. Here are some of the purposes why you might want to uninstall You want to install latest version of OATS and…
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…
Test automation project implementation is mostly misunderstood assuming everything is done by tool and nothing else to be done, but in reality there are several things to be taken care as part of test automation project implementation. In this article you will know what are the 5 reasons to video record your test automation scripts…