livevox084Occasional Contributor10 years agoSolvedHow to i clear the property values of a TestCase or TestSuite using groovy script? Hi Support, I am using Ready API 1.3.1 How to i clear the property values of a TestCase or TestSuite using groovy script? Thanks, Rajendra nmrao10 years agoBelow 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.
nmrao10 years agoBelow 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.
nmrao10 years agoBelow 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.
sertoNew Contributor6 years agoHow i have to change the code for deleting values from TestStep Properties?
nmraoCommunity Hero to serto6 years agoCreate new topic with details, please. Original question is already marked answered.
Recent DiscussionsManaging Failures - New vs. Expected/Known Issues403 forbidden issueDate as a Global property
Related ContentGet testcase name and testsuite name via property expansion?Operating with TestCase properties"Run TestCase" and use properties of target TestSuite