How to create a TestSheet? correct answers Right-click on the TestCaseDesign Folder and select
Create TestSheet.
What is a TestSheet? correct answers A TestSheet is the basic framework of TestCase-Design. It
consists of Attributes and Instances which have their own values.
These elements, in a structured way, specify the different combinations of the different
TestCases.
What is an Attribute in the TestSheet? correct answers Attributes express the features of a
specific person or thing.
For example, the Attributes of a laptop might be design or price, the Attributes of a person might
be hair color, or height.
Attributes are represented by a red square icon.
What is an Instance in the TestSheet? correct answers Instances are the different variants of those
Attributes.
For example, Instances of the Attribute hair color could be blond, brown or black.
Instances, on the other hand, are represented by a flat white box containing a capital "I".
Difference between invalid Instances and a failed TestCase. correct answers A TestCase fails
when the values we are trying to verify are different from the values expected in the System
Under Test.
An Invalid Instance just indicates that the TestCase should be verifying that the correct error
message is shown when an invalid value is entered.
What is the Shortcut to create a New TestSheet correct answers Ctrl N T
, What is the Shortcut to create a New Attribute correct answers Ctrl N A
What is the Shortcut to create a New Instance correct answers Ctrl N I
Key Points for TestSheets. correct answers 1. TestSheets are the basic framework of
TestCaseDesign.
2. Attributes express features of an object, person or functionality.
3. Instances express the different variants of Attributes.
Benefits of using TestCase Template. correct answers TestCase Template is used to automatically
create a number of TestCases, using the Test Data contained in the TestSheet.
Templates are used to speed up and simplify the creation of TestCases.
Templates are of great help when trying to cover all risk areas of our SUT in a time-efficient
way.
What are Templates? correct answers Templates are a blueprint for the TestCases which are built
according to TestSheet.
Best Practice for Templates. correct answers Link a TestSheet to a Template as soon as it is
created, instead of leaving it unlinked.
Each TestSheet should be used for one template only.
Best Practice for linking TestSheet to TestCase. correct answers Drag and Drop Values from the
TestSheet onto the TestSteps of the relevant Template in order to link them to the TestStepValues.