livevox084Occasional Contributor9 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 nmrao9 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.
nmrao9 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.
nmrao9 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 DiscussionsBug in LoadTest context.RunCount / TotalRunCountLicense/manager questionUnable to authenticate license in Ready API Login button unresponsive
Related ContentGet testcase name and testsuite name via property expansion?Operating with TestCase properties"Run TestCase" and use properties of target TestSuite