Forum Discussion

mkliba's avatar
mkliba
Occasional Contributor
16 years ago

How to remove assertions on a Groovy by type or name?

Hi: On a previous post I found that to remove assertions we can use: def assertionsList = testRunner.getTestCase().getTestStepByName("Test Request").getAssertionList() for( e in assertionsList){ ...