开发者

I am getting No such property while giving target step in soapui

I am taking the value from the one response and coamparing that value with one integer and based on the boolean i am navigating to the other step.

It is showing No such开发者_运维知识库 property: testrunner. Please let me know why this is happening..

if (cardScheme == '20172')

testRunner.runTestStepByName( "Submit Order 1" )

else

testRunner.runTestStepByName( "Submit Order" )


Groovy is case-sensitive language. You are using somewhere testrunner instead of testRunner.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜