SOA Testing

Define SOA testing? Is it done manually or via automation tool?

Questions by rolimohanty   answers by rolimohanty

Showing Answers 1 - 15 of 15 Answers

Traditional software testing focused on testing business logic through the Application's user interface. In SOA need to test business logic still exists but SOA services will not have user interface which is a challenge some SOA testing include

- Services that do not have a user interface
- Data driven business logic within services
- External services to the organization
- Predicting the future usage of services to assist with performance, load, stress, scalability

  Was this answer useful?  Yes

SOA tester

  • Aug 26th, 2011
 

SOA testing is done through automation tools like parasoft SOA,soapUI Pro,HP Service Test,HP QTP,etc
You can write scripts or their are tools which automatically create the default request when uploading the WSDL on the tool.

mithr17

  • Nov 17th, 2011
 

SOA - Service Oriented architecture.
An application may have to communicate with multiple other applications and so uses services as a mode of communication. As QA you need to test these (communications) services. As the above two answers suggest, testing is done via automation only as manual cannot test the logic behind the interfaces/services.

SOAP UI Pro is the popular tool among the lot if the service is SOAP.

  Was this answer useful?  Yes

satish

  • Jan 18th, 2017
 

Can you please give me some expamples like how to do SOA testing through SOAP UI TESTING

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions