Search code examples
testingautomated-testsjetbrains-ideweb-api-testing

JetBrains Aqua - Multiple HTTP Requests


I want to test one HTTP endpoint with thousands of different request bodies which I can generate in Excel. I also want to compare results (or results fields) to expected results which I will have in that Excel file too. Can I do this in JetBrains Aqua or will I need another tool?

I've tried googling and searching for some tools.


Solution

  • My first thought for this scenario would now be tests with Postman. Or with Cypress.