No Screenshot in Testmanager after test failed

If a test fails, I can see in the Orchestrator details where the test failed along with the screenshot.
In TestManager, where I started the test, the screenshot is not displayed. What could be the reason for this ?


@Chris2046,

Can you check this thread helps you.

Hi @Chris2046

Could you please verify if the role assigned to the user or robot executing the tests has the necessary permissions for “Test Case Execution Artifacts” in Orchestrator.

This permission is crucial for capturing and storing screenshots during test execution.

Permissions are in place. When I add an assertion to the test and enable screenshots, the assertion is displayed with the screenshot.

However, there are no assertions in my current test, which means the test simply gets stuck somewhere and doesn’t proceed.
In that case, screenshots are still taken and shown in Orchestrator.
But these screenshots are not created by the assertions, rather by the ‘job recording’.

Hello @Chris2046

Have you defined the properties TakeScreenshotIfFailed or TakeScreenshotIfSucceeded on your verify activities?

I believe what you are showing is the Job Recording within Orchestrator which is something else than screenshots in Test Manager, but I could be misunderstanding the requirement.

Regards
Soren

Screenshots with verify is working.
Screenshots from the Job Recording is not Showing in TestManager, but showing in Orchestrator.

I dont believe it should be showing in Test Manager, but I could be wrong.
Perhaps take a look at the documentation on Recording.

Hi @Chris2046

Per my understanding, only screenshots from assertions would show up in test manager.

Screenshots from job recording are only meant for orchestrator.