Replies: 1 comment
-
Going through some existing test cases and again, the same thought occurred to me and I just realized I had created a request for this. There are cases where the system under test generates information that needs to be re-used at other places. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am playing more and more with the manual testing features (which are great and very powerful by the way). In some cases, manual testers need to record information that is generated at execution time (for instance an order ID) which they would need to use later. This information could also be populated by automated fixtures.
It would be good to be able to store that information as part of a run. When a problem is encountered, a link to the failing test could be provided, which in turn could provide direct access to say a problematic order.
I was thinking of perhaps declaring variables in the front matter section for which the UI would provide an input field used to store values. something like
Then if a test case needs access to the order ID they could do something like
Beta Was this translation helpful? Give feedback.
All reactions