Forum Discussion
Related Content
- 4 years ago
Recent Discussions
- 2 hours ago
- 16 days ago
Below can be used for test case
context.testCase.properties.each { context.testCase.properties[it.key].value = '' }
for test suite
replace context.testCase with context.testCase.testSuite in the above code snippet.