Is it possible to display any suite information during the execution?
Hello.
Accepted answer
I don't think there is such feature available in test suite execution.
You may consider put those info in test suite's Description so that the user would see them when open test suite before execution. Or put the guideline etc to [Normative and Informative Documents] section of the test suite and add some Notes to description field to ask the tester go to [Normative and Informative Documents] section to check with guideline before running the execution.
Another possible approach could be using Information step in manual script(v6.0.3 or higher) for those guideline so that the tester would know the info when running the scripts.
Comments
Hi Don,
We found that when running a test script the browser does not stop at Information Steps. For example, in a test script where steps 1, 2, and 4 are execution steps and step 3 is an information step - during execution RQM will stop at step 1, then step 2, then step 4 and Information step 3 may not even be visible to the tester if step 4 is long. Information steps can be useful to document information about the test script - but cannot be relied upon to be seen by the tester during execution so should not be used to contain information the tester must act upon at run time.
You are right that Info step may not be that obvious. if it is the info for tester to act on at run time, that it can be in the execution steps.
One other answer
I would like to add more information related to the use of the Information Step. The experience on our team is that the Information Step rolls right off the screen at the top. If the user/tester doesn't know it is there, they won't see it. They need to be told the step is there so they can scroll up and see it.