Topic starter
18/06/2013 8:18 am
An expression can be embedded in a manual step simply by enclosing the statement inside a set of curly braces in the step instructions:
Input the FirstName: {DataStore.Query (‘FieldEditData[TestCaseID=”{sTestCaseID}”].RequestFormData.FirstName’)}
Note that the quotes around {sTestCaseID} are two single quotes due to a defect that will soon be addressed (if you make them double quotes you get a runtime error)
Contact Our Team