Forum Discussion
SKoneru
13 years agoContributor
I think you got my question wrong. No matter whether the test fails or pass, I want to capture the test result(request/response message txt file) of only some test steps in a test case.
For example, we have almost 25 test steps in each test case, of which I want to capture test results of few test steps, like itemid in AddItem API call, transactionid in GetOrders API call etc.
But currently, if I set -a option(or <exportAll> is true) then the test results for all test steps are created and if I don't specify this option only failed test steps are captured.
But I want to have control to say which test steps should be captured. How can I do that?
For example, we have almost 25 test steps in each test case, of which I want to capture test results of few test steps, like itemid in AddItem API call, transactionid in GetOrders API call etc.
But currently, if I set -a option(or <exportAll> is true) then the test results for all test steps are created and if I don't specify this option only failed test steps are captured.
But I want to have control to say which test steps should be captured. How can I do that?