How to capture images and evidence of running an AUTOMATED TEST in TEST MANAGER?

I need help!!!

When trying to run a test case in the test set menu, within a project in Test Manager, I noticed that only for manual testing there is the TASK CAPTURE option to capture the evidence and .img of the automatic tests performed. How do I get images of an automatic test run? Could you help me, I’ve already searched in several places.

Thank you so much.

@joseph.r.santos

Welcome to the community

in your test cases xaml you can include a verify activity which has an inbuilt option to take screenshots and upload both for success and failed cases

cheers

2 Likes

@Anil_G Hello friend, thank you very much.

Can you tell me where this evidence is saved? which default folder? and are they saved as .png or .jpeg or .pdf?

Thanks again…

@Anil_G Another question via TEST Manager on the web, can I also have this takescreenshot too?

@joseph.r.santos

  1. Ideally it ia a png and uploaded to the attachments section of your test manager
  2. This is a activity…that you include in the test.xaml you would create which can be uploaded or published to test manager…test manager is a place where you can execute it

cheers

@Anil_G Okay friend. Thank so much again.
Could you take a screenshot and attach it here? How do I configure this so that the screenshots appear in TEST MANAGER?

I made the configuration in my testcase.xaml with VerifyExpression → “TakeScreenshotOnFailed” = True and “TakeScreenshotOnSucceeded” = True. Would there be any other configuration?

cheers

@joseph.r.santos

The configuration you made should be enough

cheers