Forum Discussion

PriyeshS's avatar
PriyeshS
New Member
11 years ago

Loop extending in the last run

I am facing issues with a script i have created for looping through the test steps. The script -    def count = context.expand( '${RequestData#Count}' ) //log.info count import java.math.*; def ...