How to Run a test suit for different urls?

Hey Friend,
I have automated 3 test cases for my webpage. What my web page is doing. The user can record a video and submit.
Now, I have different urls for different clients. Currently, I am adding one url in the profiles in katalon studio and run the test cases. Than adding the 2nd and execute again.

What I want to do is:
There should be an option to add all different URLs and run the test cases for once. So, the test cases should run for first url, than for 2nd url and than for 3rd url by generating the reports for each url. Please help

You can create a Test Data file of whatever supported type with the url’s and use a Data Driven test approach.
Please read here:

and here:

1 Like