How to create some GlobalVariable

How to create manual some global Variable???
like

def GlobalVariable.URL = “www.google.com

Normally global Variables are set in Profile… why would you want to create a global Variable through the script?

I need temperal globalVariable in executing current testSuit or testSuitCollection

I think you are taking the wrong aproach to what you are trying to do…

You can call a test case in another test case and pass normal variables over to the other test case maybe this could help you in your case: