Test manager 2

hie ,

i need confirmation on something .. i am creating a test automation project where i need to test 7 url . i am developing 7 url

in one test program. i wanted to know that the screenshot coming as a part of evidence for all 7 url could be associated with test case i

i am creating in UiPath test manager … as in test case with relevent ss for all 7 url test cases?

Hi Pooja,

Yes, you can absolutely associate screenshots from all 7 URL tests as evidence in UiPath Test Manager, but here’s how to manage it properly:

:small_blue_diamond: If you’re running all 7 URLs in one test case, you can:

  • Capture screenshots during each URL check.
  • Upload them as multiple evidence files linked to that single test case.

:small_blue_diamond: If you’re treating each URL as a separate test case, it’s better to:

  • Split the logic in UiPath so each URL has its own test case (or use parameters).
  • Then, upload the screenshot as evidence for each respective test case in Test Manager using the API or manually.

Note : Make sure you’re using Add Evidence activity or Test Manager API to attach screenshots to the right test case ID.

Let me know if you’d like help with attaching evidence automatically using workflows.

Regards,
Utkarsh

yes i do want help .. i m right now in developent phase .. once its done i shall get back to you

Hey @Pooja_Kanwar,

Use separate test cases for each URL by parameterizing the test or splitting the logic. Capture screenshots using “Take Screenshot”activity and save them with unique names per URL. Attach each screenshot to its respective test case in UiPath Test Manager using the
“Add Evidence” activity or Test Manager API.

Hope this will help you