条件Goto如何在Soap UI上运行

时间:2012-02-20 17:13:37

标签: soapui

这是我的要求。

我将运行检索问题请求。它会提出问题ID和问题。

根据问题ID,我需要在第二次请求时传递答案。

如何实现这一目标?

这是一种转变。但我不知道如何在这个肥皂用户界面中使用。请告诉我。

此致 钱德拉

1 个答案:

答案 0 :(得分:0)

我通过groovy脚本实现了这一点..如果有人通过conditionalgoto找到答案,请告诉我..

def qid = context.expand( '${Retrieve the Question#ResponseAsXml#declare namespace ns1=\'host/mrs/1/security/credential/challenge'; //ns1:Response[1]/ns1:challenge[1]/ns1:e[1]/ns1:questionID[1]}' )
log.info(qid)
if (qid=='1')
{
testRunner.testCase.testSuite.project.setPropertyValue("answer","Nothing")
//log.info(answer)
}
else
{
testRunner.testCase.testSuite.project.setPropertyValue("answer","Motorola")
//log.info(answer)
}
//log.info(testRunner.testCase.testSuite.project.getPropertyValue