sakthivel
8 years agoContributor
SOAP Request not able create using Groovy
Hi All, I am getting error while I am creating SOAP Request using below code. Could someone assist on this. 1. Create a Project->Test Suite->Test Case->Properties Files-> I am able to create ti...
- 8 years ago
You have defined a new project so operation would be
def operation = project.getInterfaceAt(0).getOperationList()[0]
Test step must be added to test case
testStep = tc.addTestStep(config)