Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Katalon Studio 定义测试用例变量时,如何将其默认值设置为全局变量值?
因此,如果您GlobalVariable.test设置为"something",以下代码将在控制台打印“某事”:
GlobalVariable.test
"something"
def a = GlobalVariable.test println a