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 DiscussionsInvalid Content-Type for attachmentsMalfunction changing between multiple screensHow do I add a REST query string without the 'name='
Related ContentHow to import custom groovy script library inside TestCase TeardownRun a TestSuite TearDown Script from testrunnerrun testcase from different testsuite from CLI