Forum Discussion
Yoav_Seroussi
16 years agoOccasional Contributor
Hi McDonald,
I tried witout the single quotes and it prints out an empty string:
As you can see, the project level property gets expanded fine, but lower level ones don't (yes, I put values in them
).
Regards,
Mike
I tried witout the single quotes and it prints out an empty string:
Wed Apr 14 14:14:30 IDT 2010:INFO:msisdn=${#TestCase#testCaseProp2}
Wed Apr 14 14:14:30 IDT 2010:INFO:msisdn=
Wed Apr 14 14:14:30 IDT 2010:INFO:operator_id=${#TestSuite#testSuiteProp1}
Wed Apr 14 14:14:30 IDT 2010:INFO:operator_id=
Wed Apr 14 14:14:30 IDT 2010:INFO:set_as_default=${#Project#projectProp}
Wed Apr 14 14:14:30 IDT 2010:INFO:set_as_default=project property (expands ok)
As you can see, the project level property gets expanded fine, but lower level ones don't (yes, I put values in them
).Regards,
Mike