Fetching Test Manager Screenshots through APIs or Other Means

Hi Everyone,

I’ve built around 13 test cases which feeds assertion screenshots back to Test Manager.
I was hoping if anyone could guide me on how to fetch and compile these screenshots into a Word/HTML document.

I am aware that this question has been asked before, but the responses I’ve seen so far are to use the Take Screenshot Activity and then compile them into word.

I didn’t want to do this because I already had the assertions in place, and adding another activity seemed redundant, so I headed over to swagger and discovered that there was an API that lets us fetch screenshots.
image
Unfortunately, this only lets us fetch screenshots one at a time, and it also requires us to figure out what the ID for each assertion is i.e.

If you run a test case with 10 assertions, that translates into 10 screenshots.
Each screenshot comes with a unique id like so:

I was hoping that there is a way to fetch a list of IDs, after which I can simply loop through them and hit the API for fetching the screenshots.

Maybe something though OData(not to aware of it so I just threw it out there hehe)?

Last but not the least, is there any retention policy in place for test results?

Your help is most appreciated, thanks in advance.

Kind Regards,
Ashwin A.K

@Hashim_Shamsudeen @amrutha.saseendran @nikhil.girish @suraj.setty @athira.somasekharan @Nithinkrishna @Shubham_Dutta @loginerror

2 Likes

Hello @ashwin.ashok!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff