InterviewSolution
Saved Bookmarks
| 1. |
What does XL reference contain in Tosca? |
|
Answer» TestCases MAY SOMETIMES need ACCESS to the name of a TestCase / Instance, such as when storing data in TestDataService, and this can be ACQUIRED with {XL[Instance.Name]} or {XL[Instance]}. You must work with a TestCase template and a TestSheet to gain access to the name of a TestCase / Instance. When you want to MENTION the name of the TestCase in the TestCase template, use XL-reference [XL[Instance.Name]] or [XL[Instance]]. |
|