Feature Request:
In generate testsuite dialog, we have two options right now.
1. One Testcase for each resource
2. Single testcase with one request for each method
But what I want to generate is one testcase for one method i.e. as many testcase as there are methods. Since a single api call is like a testcase for most of us and we can track performance (response time) for each api call (coz junit report contains time take by each testcase)
Example: almost all my resource has 5 methods (get, put post delete patch), so if I have 3 resource with 5 methods each, so what I need is 15 testcases in total (one for each method)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.