viswaguru3
11 years agoNew Contributor
[R]Resource Rest TestRequest Properties using groovy script
Hi
Any one could please help me How to update Resource property in Rest TestRequest Properties using groovy script
Resource Path has aa/bb/dd
update to aa/bb/cc/dd
for Custom properties we have below one (for Tab Rest TestRequest Properties using groovy script how can we can update Resource path )
String[] PropertyNames = testCase.getTestStepAt(i).getPropertyNames()
for( int a=0; a<PropertyNames.length;a++){
alert.showInfoMessage("Hello World.... !"+PropertyNames[a]);
thanks
ven
Any one could please help me How to update Resource property in Rest TestRequest Properties using groovy script
Resource Path has aa/bb/dd
update to aa/bb/cc/dd
for Custom properties we have below one (for Tab Rest TestRequest Properties using groovy script how can we can update Resource path )
String[] PropertyNames = testCase.getTestStepAt(i).getPropertyNames()
for( int a=0; a<PropertyNames.length;a++){
alert.showInfoMessage("Hello World.... !"+PropertyNames[a]);
thanks
ven