Trying to test in multiple environments example our DEV and UAT environments using same test cases? Any ideas how I could do it?
Multiple environments is just different URL’s.
Trying to test in multiple environments example our DEV and UAT environments using same test cases? Any ideas how I could do it?
Multiple environments is just different URL’s.
Hello,
try to look at https://docs.katalon.com/pages/viewpage.action?pageId=13697476
idea behing is that you store all your environment specific values in global variables and they can be changed based on profile you choose.
Thank you so much