Forum Discussion
Jasper175
13 years agoFrequent Contributor
Depends where your script is located so you may need to change the path...
Example In a TestCase TearDown Script for a DataSink within:
Syntax: testCase.getTestStepByName("<DataSinkName>").setPropertyValue( "<fieldName>", "<value>" )
Example:
That will set the field named "field1" to blank
Rob
Example In a TestCase TearDown Script for a DataSink within:
Syntax: testCase.getTestStepByName("<DataSinkName>").setPropertyValue( "<fieldName>", "<value>" )
Example:
testCase.getTestStepByName("DataSink").setPropertyValue( "field1", "" )
That will set the field named "field1" to blank
Rob