Forum Discussion
Shashavali
9 years agoContributor
Thanks for the reply.
I think the below lines will execute the test case. I can see the response value in the HTTP Log
def tc =testSuite.getTestCaseByName( "VerifyPOSTAuthApi_Returns200OK" )
def properties = new com.eviware.soapui.support.types.StringToObjectMap ()
tc.run(properties, false)
nmrao
9 years agoCommunity Hero
Shashavali,
change below statement from:
def response = context.expand( '$VerifyPOSTAuthApi_Returns200OK#Response}' )
to:
def response = context.expand( '${VerifyPOSTAuthApi_Returns200OK#Response}' )
and see if that helps.
change below statement from:
def response = context.expand( '$VerifyPOSTAuthApi_Returns200OK#Response}' )
to:
def response = context.expand( '${VerifyPOSTAuthApi_Returns200OK#Response}' )
and see if that helps.