srinivas_das_lContributor17 years agoSolvedHow to remove testcase using testSuite Teardown script ????Hi All, Can anyone tell me how to remove testcases using testSuite teardown script ? I can able to add a testcase using the following code , def pname = testRunner.testCase.testSuite.a...Show Moreomatzura17 years agoHi!you need to specify the actual testcase, ietestSuite.removeTestCase( testSuite.getTestCaseByName( "TestCase 1" ))regards,/Oleeviware.com
omatzura17 years agoHi!you need to specify the actual testcase, ietestSuite.removeTestCase( testSuite.getTestCaseByName( "TestCase 1" ))regards,/Oleeviware.com
omatzura17 years agoHi!you need to specify the actual testcase, ietestSuite.removeTestCase( testSuite.getTestCaseByName( "TestCase 1" ))regards,/Oleeviware.com
omatzuraSuper Contributor17 years agoHi!sure.. use testRunner.testCase.testSuite.removeTestCase( pname )regards!/Oleeviware.com
Recent DiscussionsMalfunction changing between multiple screensHow do I add a REST query string without the 'name='Rest step assertions written in SoapUI 5.5.0 are failing in SoapUI 5.8.0
Related ContentHow to import custom groovy script library inside TestCase TeardownRun a TestSuite TearDown Script from testrunnerrun testcase from different testsuite from CLI