Forum Discussion

mgupta1405's avatar
mgupta1405
Occasional Contributor
13 years ago

MultipleCompilationErrorsException: startup failed

I tried to execute the following code def project = context.testCase.testSuite.project def testSuite = project.getTestSuiteAt(0) def testCase = testSuite.getTestCaseAt(0) def sourceTestStep ...