Forum Discussion
1 Reply
- Jasper175Frequent ContributorDepends 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:testCase.getTestStepByName("DataSink").setPropertyValue( "field1", "" )
That will set the field named "field1" to blank
Rob