Output action numbers in testreport

Ranorex Studio, Spy, Recorder, and Driver.
michael.wowro
Posts: 10
Joined: Thu Feb 10, 2022 2:03 pm

Output action numbers in testreport

Post by michael.wowro » Fri Apr 28, 2023 8:04 am

I would like the action number:
Screenshot 2023-04-28 090322.png
to be outputted in the test report, in order to determine faster an error-causing action.

I learned that you can create event handlers in program.cs. E.g. in this example how-to-execute-a-piece-of-code-for-all- ... tml#p20093 you can execute your own code for each test case, which I tried successfully.

Is it possible to create such an event handler for actions as well?
You do not have the required permissions to view the files attached to this post.

michael.wowro
Posts: 10
Joined: Thu Feb 10, 2022 2:03 pm

Re: Output action numbers in testreport

Post by michael.wowro » Mon May 08, 2023 10:38 am

Here is the solution of displaying the action numbers in the test report with a different approach: https://stackoverflow.com/a/76080260/1777526