Hi,
I've got question if is there a way when I'm importing test execution results and when some test run is passed then it would update the test steps status to pass? It works like that from UI now.
For example I have manual tests which have defined steps in test run
I will import execution results with status passed (with NUNIT xml) and when I view the test execution I see that this test has passed in that execution what I want more is when I go to execution details I wish to see my steps are updated to passed as well.
Hi trionospawel,
It is only possible to have steps if using Manual or Cucumber Test Types.
The other Test Types don't have steps and so the update of the Test Steps does not apply.
When using Manual or Cucumber, in the report it has a status for each step so this status will represent the step status.
After the import is also possible to update the step status using the REST API:
https://confluence.xpand-it.com/display/public/XRAY/Test+Step+Results+-+REST#TestStepResults-REST-Status
Best regards,
Xray Team
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.