MartinSpamer's avatar
MartinSpamer
Frequent Contributor
5 years ago
Status:
New Idea

[Suggestion] "Generate Test Suite" Should use HTTP Method not sequence numbers

Given the following interface

 

When the Generate TestSuite menu option is used

Then the Request are numbered with sequence numbers.

 

However the request will actually be unique if the HTTP method is used for the label and clarity would be enhance with multiple of single requests. e.g.

 

 

1 Comment

  • MartinSpamer's avatar
    MartinSpamer
    Frequent Contributor

    Furthermore this would be even better if one testcase was generated for each request type with some ubiquous language.  There is a strong rational for this, when automated testing, each scenario (testCase) should be testing one objective only.  It is far easier to reuse single objective tests for integration testing.