Forum Discussion

sakthivel's avatar
sakthivel
Contributor
7 years ago
Solved

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...
  • PaulMS's avatar
    7 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)