itsmanish_1's avatar
itsmanish_1
Occasional Contributor
8 years ago
Status:
New Idea

Generate testsuite dialog, option to generate one testcase for one method each

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)

No CommentsBe the first to comment