initialize properties
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007
09:08 PM
09-25-2007
09:08 PM
initialize properties
when i try to access empty properties with groovy script i get a null pointer error and groovy fails - what is the easiest way of initializing a bunch of properties to say "null"
def targetStep = testRunner.testCase.getTestStepByName( "Props" );
def timestamp = targetStep.getPropertyValue("timestamp");
def targetStep = testRunner.testCase.getTestStepByName( "Props" );
def timestamp = targetStep.getPropertyValue("timestamp");
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2007
10:23 PM
09-25-2007
10:23 PM
Hi!
is this the latest snapshot or the 1.7.5 release? (this should have been fixed by now..)
regards!
/Ole
eviware.com
is this the latest snapshot or the 1.7.5 release? (this should have been fixed by now..)
regards!
/Ole
eviware.com
