Support params to individual test cases #29
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
input_sheet_restructure
At the moment we will not be able to pass parameters for individual test apis and the parameters are available only at the level of test scenarios.
This has a limitation when we have to reuse a single api definition with different parameters under a given scenario. For ex, when testing a delete user scenario,
get_user
has to expect 200 response code before deletion and 404 after deletion of the user. To enhance the support, there were a couple of discussion that happened and we planned to go ahead with the below approach,scenario_test_mapping
).test_apis
column inTest_scenarios
will continue to exists for simple use cases and the users will use the mapping only if they have to control params at individual test level.Test_Scenarios
andscenario_test_mapping
, the one inscenario_test_mapping
takes precedence.The text was updated successfully, but these errors were encountered: