10 basic syntax in java you should know
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… (0 comment)

Openscript test data parameterization with databanks
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… (30 comments)

New Features and Updates in OATS 12.5.0.3.0
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… (13 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)

Web services testing in SoapUI
Web services testing in SoapUI can be done for both SOAP and REST, in this article you will know how to use SoapUI to test SOA protocol based Web Service. One of the advantages of SoapUI tool is it can be used by any one , they just need to know how an XML looks and how… (6 comments)