> I cant understand how to use step.webtestProperties.my_property =( > It returns "NaN".. Any suggestions? NaN stands for 'not a number'. Your expression may contain some code that tries to do numerical calculation with a String value. Depending on your language in use you need to explicitely convert it to a number. cheers Mittie