Reputation: 2030
I didn't find such kind of an information in your documentation so I would like to know if there any opportunities/tools for testing API for the whole diagram? like a set of API call one after another? Will it be OK if I put several rest API calls in one test method? Are there better approaches for doing that?
Thanks,
Upvotes: 0
Views: 42
Reputation: 2030
We didn't find any lib for that but we used RestAssured library for testing API calls.
Upvotes: 0