Forum Discussion
nmrao
7 years agoChampion Level 2
Would you mind showing the current script which leading to the mentioned error?
kishore530
7 years agoOccasional Contributor
Hello Rao, Thanks for your promptness.
this is groovy script i have:
import com.eviware.soapui.*;
// Identify test step
def workspace = testRunner.testCase.testSuite.project.workspace
def testCase = workspace.getProjectByName("project2").testSuites["test suite2"].testCases["test case2"]
def testStep = testCase.testSteps["test step2"]
// Run test step
context.x="5";
testStep.run( testRunner, context)
i have the above groovy script in project1 and i am launching testrunner on test suite1(present in project1)
Related Content
- 9 years ago
- 2 years ago
Recent Discussions
- 2 days ago
- 5 days ago
- 16 days ago