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…
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…
The failure rate of test automation implementation project is higher due to several factors, we shall publish a separate article on it, but for the scope of this article you will know in detail about what you need to take care as part of Script Sign Off process. Following these can help you in delivering good and stable…
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,…
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…
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…
While we all know that we can launch command prompt and then use “cd” command to navigate to different folders inside the command prompt. Did you ever felt that, it would have been good if we can launch the command prompt from the folder which is opened on windows machine?? If you are looking for…
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…
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…
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…