0

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,

Alex
  • 1,940
  • 2
  • 18
  • 36

1 Answers1

0

We didn't find any lib for that but we used RestAssured library for testing API calls.

Alex
  • 1,940
  • 2
  • 18
  • 36