Forum Discussion

dingram's avatar
dingram
New Contributor
4 years ago
Solved

Dynamically call REST endpoints

Hello. I have an API that needs to be tested and it looks something like this...   /animals /animals/{type} /animals/{type}/species /animals/{type}/species/{speciesId}   and so on. In total I ...
  • nmrao's avatar
    4 years ago
    To create test steps, one have to either someone code to generate or create them manually.