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 Contributor7 years agoHow i have to change the code for deleting values from TestStep Properties?
nmraoChampion Level 1 to serto7 years agoCreate new topic with details, please. Original question is already marked answered.
Recent DiscussionsRun ReadyAPI Projects in TestEngineReadyAPI crash sometimes after upgrade to 3.60.0ReadyApi error running in Azure Devops
Related ContentGet testcase name and testsuite name via property expansion?Operating with TestCase properties"Run TestCase" and use properties of target TestSuite