Quantcast
Channel: New board topics in SmartBear Community
Viewing all articles
Browse latest Browse all 20990

(SoapUI freeVersion) For loop in groovy.

$
0
0

Help please.

 

(SoapUI freeVersion) For loop in groovy to make a data loop. But only one value ( last cell value) is taken.

 

for( x=1 ; x<sizeR ; x++)
 {
 bucket=sheet1.getCell(1,x).getContents()
 log.info bucket 
 propTestStep.setPropertyValue("bucket",bucket) 
 }


Viewing all articles
Browse latest Browse all 20990

Trending Articles