I want to skip some steps and proceed as they didn't exist




Create a "Test Step Status"  (e.g. "SKIP"), mapped to the Test Status "PASS".




I want to fail a Test Run but I don't want to mark the requirement as being NOK because this failure can be discarded



  1. create a "Test Status" (e.g. "FAIL_DISCARD") , non-final and map it to the requirement status "UNKNOWN” (or “OK”); setting the status as non-final will give priority to other Test Runs you may have for that Test, if “Final Statuses have precedence over non-final” flag is enabled
  2. create a "Test Step Status" (e.g. "IRRELEVANT_FAIL") and map it to the Test Status created in the previous step

I want to always see, for a given Test, the status of Test based on the last run scheduled for it, no matter if it was completed (i.e. in a final status) or not



Just uncheck the setting “Final Statuses have precedence over non-final”; the latest Test Run created, based on the creation date of corresponding Test Execution is considered



I want to execute some steps, set them as failed or passed, but I don't want them to reflect immediately in the status of the Test Run



  1. create custom, non-final, Test statuses for passing and failure (e.g. "MYPASS", "MYFAIL"), and map them to the OK and NOK requirement statuses, respectively
  2. create your own custom Test Step statuses for passed and failure (e.g. "PASS_CONTINUE" and FAIL_CONTINUE"), and map them to the previously created Test statuses 




  • No labels