Forum Discussion
SmartBear_Suppo
Alumni
12 years agoHi,
for what you are trying to do, a Groovy console plugin may be helpful: http://olensmar.blogspot.se/2013/02/a-g ... oapui.html
You can see an example of a step creation there:
testSuite = project.addNewTestSuite( "TestSuite" )
testCase = testSuite.addNewTestCase( "TestCase" )
testCase.addTestStep( "httprequest", "HTTP Request" )
Thanks,
Michael Giller
SmartBear Software
for what you are trying to do, a Groovy console plugin may be helpful: http://olensmar.blogspot.se/2013/02/a-g ... oapui.html
You can see an example of a step creation there:
testSuite = project.addNewTestSuite( "TestSuite" )
testCase = testSuite.addNewTestCase( "TestCase" )
testCase.addTestStep( "httprequest", "HTTP Request" )
Thanks,
Michael Giller
SmartBear Software