Forum Discussion

Raju_Vusirikala's avatar
Raju_Vusirikala
Contributor
16 years ago

Remove Properties of TestCase from Groovy.

Hi I can able to clear the property values of the Test Case by following code snippet Map testCasePropertiesMap = testRunner.getTestCase().getProperties(); Set testCasePropertiesKeySet = ...