Ready api groovy script 参数化
2021-07-13 18:08
阅读:696
def token_type =context.expand (‘${#Project#token_type}‘)
def access_token = context.expand(‘${#Project#access_token}‘)
def Authorization=token_type+" "+access_token
//testRunner.testCase.setPropertyValue( token_type+" "+access_token, context.expand(‘${#Project#Authorization}‘) )
//def timestamp = String.valueOf(System.currentTimeMillis());
return Authorization
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Ready api groovy script 参数化
文章链接:http://soscw.com/index.php/essay/104748.html
文章标题:Ready api groovy script 参数化
文章链接:http://soscw.com/index.php/essay/104748.html
评论
亲,登录后才可以留言!