Test Automation project

i have a requirement where i need to test various url which keeps changing … inside that url i need to test few header details ,steps and capture ss in that .can i get the logic of entire program on how can i design this process?

1 Like

@Pooja_Kanwar

Url can change but if the structure of the website remains same then you can get the header or any other details

Use a loop on urls datatable or array and inside loop use app/browser activity and inside that perform all yours steps and screenshot

If pages different then only screenshot might be possible extracting data might not be possible

Cheers

can you provide me exact logic for this ? and also the url data is in asset in UiPath orchestrator not in config file

@Pooja_Kanwar

if url in asset then how will you ahve multiple urls?

cheers

You can design this by creating a script that dynamically fetches URLs, verifies headers, executes test steps, and captures screenshots. Use a test automation framework like Selenium or Playwright for web interaction, and integrate it with a reporting tool for results. Do you have specific tech stack preferences?