QUESTIONS AND ANSWERS
How to create a TestSheet? - ANS Right-click on the TestCaseDesign Folder and select Create
TestSheet.
What is a TestSheet? - ANS 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? - ANS 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.
1 Copyright ©2025 FYNDLAY ALL RIGHTS RESERVED.
,What is an Instance in the TestSheet? - ANS 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. - ANS 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 - ANS Ctrl N T
What is the Shortcut to create a New Attribute - ANS Ctrl N A
What is the Shortcut to create a New Instance - ANS Ctrl N I
Key Points for TestSheets. - ANS 1. TestSheets are the basic framework of TestCaseDesign.
2 Copyright ©2025 FYNDLAY ALL RIGHTS RESERVED.
, 2. Attributes express features of an object, person or functionality.
3. Instances express the different variants of Attributes.
Benefits of using TestCase Template. - ANS 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? - ANS Templates are a blueprint for the TestCases which are built
according to TestSheet.
Best Practice for Templates. - ANS Link a TestSheet to a Template as soon as it is created,
instead of leaving it unlinked.
3 Copyright ©2025 FYNDLAY ALL RIGHTS RESERVED.