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.

Using SOATest APIs

Options
LegacyForum
LegacyForum Posts: 1,664 ✭✭
Looking for an additional testing requirement that we could service just by using Axis (or similar) but if SOATest makes it easier for us with a nice API – I.e. use SOATest APIs as a Façade [GoF Design Patterns].

If SOATest had an API (not the applicaiton automation UI), that simplified the Axis subsystem so that we could do something like...

...instantiate a new instance of a ‘request’, populate it, send it to the end point and collect the response so that we can interrogate the response and perform assertions against the result… all with Java.