Performance testing SOA
I have done performance testing for J2EE & .NET Applications and I have done the statistical workload modeling and capacity planning for these applications. But when it comes to SOA applications, there are a lot of constraints in applying them. Can you provide me with a few tips to strategize my performance test approach?

    Requires Free Membership to View

    When you register, you'll receive targeted emails designed to keep you informed of the most relevant information on Agile development, application security, testing & QA, software requirements, and more.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSoftwareQuality.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSoftwareQuality.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Performance testing SOA is quite a buzz, but in reality it's easier than performance testing most applications, because the simple answer is that you just don't performance test the SOA part unless your team wrote it.

If you are performance testing an application that simply uses a service, all you can do is stub it out (or use the "secret test data" from the service provider), performance test "around it," then add the performance numbers from the service-level agreement (SLA) into your results. If that results in unacceptable performance numbers, you have four choices:

  1. Renegotiate the SLA (which typically means paying the provider more).
  2. Get a new provider.
  3. Tune the part that your team build enough to make up for it.
  4. Build a replacement service in-house.

Software performance testing:
Why do we test for performance?

How to test Web services

What is performance testing?

If it so happens that your company actually built the service, that team should be doing performance testing at a component level -- possibly using one of the many tools currently on the market that support SOA protocols. Even if this is the case, assuming you're in charge of performance testing the system end-to-end, treat the service just like any other component you're used to testing, such as a database or application server.

Hope that helps!

This was first published in June 2008