Generate multiple global variables to switch between Test/Dev/UAT environments

How i can make multiple global variable files such that this variable accepts Test/dev/UAT enironment URL

How to call the function if i enter the value into text field if i go out from the text field just loading value return something i mean if i comeout from the textbox it will call another function how can i do it in katalon automation recorder … Thanks in advanced…

@Tarun You can create empty global variable and the pass the url at runtime. This way you only need to create one global variable for three environments. OR if you don’t want to pass at run time then create a global variable of type list and add url as string then call them in the script like you call simple list with index.

@rajeev Hi, can you please be more clear with your question?

THANKS