We have captured list of software testing tools in the following areas of testing: Manual testing tools to manage and maintain the testing manual testing processes and testing artifacts. UI test automation tools i.e. to automate functional,Integration, regression, system, sanity and User Acceptance testing of software applications. Performance and security testing aspects of software and… (10 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)

How to add web services Assertions in SoapUI
In the article web services testing in SoapUI you have seen how to create a SOAP project add WSDL and give input to a request and submit to get the response of the SOA Web service. In this article you will know how to add request to a test suite, executing a test case and then add… (0 comment)

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)

SoapUI is the world leading Open Source Functional Testing Tool, mainly used for API Testing. It supports multiple protocols: SOAP, REST, JMS, HTTP, JDBC & AMF . Over the last few years the need to test web services has become multi fold with the technological expansion and increase in integrations between multiple apps like cloud, on… (0 comment)

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)

Java – Getting started with First Program
In this post you will learn about how to get started with Java and How to write your first program? For the first time, you need to do make your machine ready to compile and run Java programs, lets go through Steps to configure your machine or laptop Download & Install Java Set path variable in… (0 comment)