0

I'm trying to test a REST API using Rest Client and I'm wondering if it is possible to perform multiple request in a single rcq file.

Documentation is outdated :(

If it is not possible, do you know some good testing frameworks or tools to test a REST API?

Thanks!

cgajardo
  • 364
  • 1
  • 2
  • 17

1 Answers1

0

I couldn't figured out, so I finally decided to use Jmeter by Apache, it's well documented (in contrast to Rest Client) and I could find lot of example over the internet.

It's a little rough at first, but eventually I managed to build my test on it.

I recommend it.

cgajardo
  • 364
  • 1
  • 2
  • 17