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
Recent DiscussionsCVE-2024-7565 and CVE-2017-16670 vulnabilitiesVulnerabilities found in SoapUI 5.9.1Invalid Content-Type for attachments
Related ContentHow to import custom groovy script library inside TestCase TeardownRun a TestSuite TearDown Script from testrunnerrun testcase from different testsuite from CLI