srinivas_das_lContributor16 years agoHow 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
Related ContentHow to import custom groovy script library inside TestCase TeardownRun a TestSuite TearDown Script from testrunnerrun testcase from different testsuite from CLIGet testcase name and testsuite name via property expansion?[Resolved] running testCase from testSuite teardown
Recent DiscussionsWhat is purpose if inspector pane in SoapUI?How do I change password and Username on every call in a Test Case in SoapUI?Content-Length calculation wrong when posting UTF-8 contentError exception in phase 'semantic analysis' with java 21Generate positive long integer?