How to test opening all pages on a website?

Hello. I’ve been tasked with testing the loading times of all web pages on a website. I’m new to UI path and website testing. I’m not sure where to begin. I know the basics of how to use UI path to interact with apps and websites, it’s more a question of how to scale efficiently. I can access all the necessary web pages from the home page using the dropdown menu, but I’ve got no idea how to make UI path cycle through the different options without having to set it one by one. Also, I’m wondering if there is an even simpler way to do it, somehow extracting the full list of all web pages on the site and iterating through that instead. Any tips would be appreciated.

Also being new to website testing, I just want to check that UiPath is an effective tool to be using for testing? I’m aware Selenium is a thing, though I have no exposure to it.

Hey @Nick_Reader

Try out Find children activity and loop through each child activities.

Cheers!

1 Like

Hi @Nick_Reader

For calculating the time, you can use timer activities

Hope this helps :slight_smile:

2 Likes

Thanks @pathrudu! Took me a while to figure out how to do it, but I got there.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.