srinivas_das_lContributor16 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 Moreomatzura16 years agoHi!you need to specify the actual testcase, ietestSuite.removeTestCase( testSuite.getTestCaseByName( "TestCase 1" ))regards,/Oleeviware.com
omatzura16 years agoHi!you need to specify the actual testcase, ietestSuite.removeTestCase( testSuite.getTestCaseByName( "TestCase 1" ))regards,/Oleeviware.com
omatzura16 years agoHi!you need to specify the actual testcase, ietestSuite.removeTestCase( testSuite.getTestCaseByName( "TestCase 1" ))regards,/Oleeviware.com
omatzuraSuper Contributor16 years agoHi!sure.. use testRunner.testCase.testSuite.removeTestCase( pname )regards!/Oleeviware.com
Recent DiscussionsSoapUI - Apache Commons FileUpload (CVE-2025-48976)(High)Log4j vulnerability (CVE-2025-68161)Signature\Encryption tags missing in Security Header
Related ContentHow to import custom groovy script library inside TestCase TeardownRun a TestSuite TearDown Script from testrunnerrun testcase from different testsuite from CLI