corki
16 years agoContributor
HOW TO REMOVE test PROPERTIES via groovy script
Hi All,
I cant find out how to use something like this: (to remove all properties on testCase level)
for(prp in testCase.getPropertyList()) {
testCase.removeTestProperty( prp );
}
---> except this get PropertyList() function does not work too, and it has declaration in SOAP API 2.5.1 that I use. Can someone help me. Very greatfull.
I cant find out how to use something like this: (to remove all properties on testCase level)
for(prp in testCase.getPropertyList()) {
testCase.removeTestProperty( prp );
}
---> except this get PropertyList() function does not work too, and it has declaration in SOAP API 2.5.1 that I use. Can someone help me. Very greatfull.