Forum Discussion
SmartBear_Suppo
12 years agoSmartBear Alumni (Retired)
Hi,
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
Related Content
- 12 years ago
- 2 years ago
Recent Discussions
- 6 days ago
- 10 days ago