Question tips - https://forum.katalon.com/discussion/9337/tip-my-test-is-broken-nothing-works-please-help-me. Looking for solution: https://stackoverflow.com/search?q=%23katalon-studio Register a bug: https://github.com/katalon-studio/katalon-studio/issues
Is there a possibility to use global variable inside other global variable
i.e. my URL is changing with different servers so first part of it is global variable + static part + ID which is changing again.
Can I have this as global variable in which I can define parts of URL as per my other global variables and static text
i.e. GlobalVariable.URL which contains --> GlobalVariable.1 + static text + GlobalVariable.2
GlobalVariable.URL = GlobalVariable.1 + static text + GlobalVariable.2