Submit and vote on feature ideas.

Welcome to the new Parasoft forums! We hope you will enjoy the site and try out some of the new features, like sharing an idea you may have for one of our products or following a category.

How do I build and test robust Web Services with Jtest

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
edited December 2016 in Jtest
Testing any and all Java components that depend on the presence of web containers,
application servers, or messaging layers can be very complex. To ensure that these
components are operating properly, a two-fold testing approach is recommended.

1. Test your implementation layer:
Use Parasoft Jtest to analyze this code-- as well as any other Java code that sits in the
source control repository. During this analysis, Jtest will find bugs that represent bad patterns throughout the code, flow dependent errors, or errors exposed by automatic unit testing.

2. Test your web service and its messaging layer:
Use Parasoft SOAtest to automate all phases of web service testing, from WSDL
validation, to unit and functional testing of the server (service provider) and the client
(service consumer), to performance testing. SOAtest addresses key Web service
issues such as interoperability, security, change management, and scalability.