I need to be able to run the same tests on different webpages. The webpage urls are organized differently, and as follows:
webpage.com/product/version/type
product-version.webpage.com/type
The problem that I run into is the pages and panels make incorrect urls under the hood when I use a BaseUrl, and I'm not sure how to fix it.
I've read about everything I could find on how BaseUrl works, but haven't been able to make anything work yet.
On a similar topic, I'm also shortly going to be using currently created tests on a different webpage then they were created on. These tests were created without any form of BaseUrl, and my fear is that they will be incompatible without going through every element and individually changing certain fields. Is that analysis correct?
Thank you very much for your help,
Chris