I'll answer some of my own "don't knows" here

on 13/07/06 11:56 Rob Manthey said the following:
    // I can't get groovy's print to appear - some classpath dilemma no doubt
    // print "${testCustomerId} - ${testCustomerName}"
  
I should have said - pretty sure this is to do with debug levels and log4j, but i can't find the culprit that's overriding the standard log4j.properties file.

if I set the following line to:
    step.setWebtestProperty('test_customer_name', testCustomerName, step.PROPERTY_TYPE_ANT)   
  
then this line reports "property not defined" -
<verifyProperty name="test_customer_name" text="Canoo WebTest Customer 1" />
  
but then this line works, as the property is now an ANT property, not a webtest one:
<echo message="Test Customer Name = ${test_customer_name}" />
(I read   http://webtest.canoo.com/webtest/manual/properties.html   again and it made more sense)



Reply via email to