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?
nmraoCommunity Hero to serto7 years agoCreate new topic with details, please. Original question is already marked answered.
Recent DiscussionsAI-based API test generationSolvedChange the UI style of ReadyAPi 4.0?JDBC fails with "org.apache.xmlbeans.impl.values.XmlValueDisconnectedException" error in TestEngine
Related ContentGet testcase name and testsuite name via property expansion?Operating with TestCase properties"Run TestCase" and use properties of target TestSuite