Detail list of SOA Test Steps and possibly assertors
Is the a script or export method that can show the individual test steps (tree list or such) along with assertors? We are looking to be able to pass our API test info to our manual or front end automation testers, so they are not duplicating our work, but also to be able for them to see what possible gaps we may have from the API side, which manual or front end automation testers may find.
Comments
-
Use the structure report? It includes detail about tests and their configuration, including assertors.
Creating a Report of the Test Suite Structure0 -
If your goal is to have an understanding of which services are covered by tests and which services are not covered, you should also consider calculating API Coverage which will show up in the normal SOAtest HTML reports. See https://docs.parasoft.com/display/SOA9108/API+Coverage+-+Overview.
0 -
thanks @benken_parasoft - this is a good start
@jakubiak - sorry this wasn't stated initially, but since we are looking to use this information to help in our move from rest to graphql and ensure full coverage between API, front end and manual testers. API coverage, I don't believe will help in this case.0 -
Since you mentioned GraphQL, I just wanted to highlight this nice blog post that was recently posted about GraphQL and SOAtest:
What is GraphQL and How to Test it?1 -
Thanks. That is what started us on the move to testing these services in Parasoft.
1