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?
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
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?