How do I change href on different profiles?

Depending on which profile is selected my href changes? This is my object.

So for UAT its exampleg
but in DEV its exampleb

How do I do that?

Thanks,

Liezl

href_example.jpg

Fortunately you can do this. Follow this guide: http://docs.katalon.com/pages/viewpage.action?pageId=13697476

It is easy to understand like:
1. You create a new profile
2. Add href to this profile. (So more profile, more href ?! )
3. Change the variable of these test case to global variables.
3. Execute test case/test suite with profile you choose.

Hope it useful for you.