2026 FULL QUESTIONS AND ANSWERS 100%
CORRECT
◉ What is a TestSheet? Answer: 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? Answer: 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? Answer: 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. Answer:
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 Answer: Ctrl N T
◉ What is the Shortcut to create a New Attribute Answer: Ctrl N A
◉ What is the Shortcut to create a New Instance Answer: Ctrl N I
◉ Key Points for TestSheets. Answer: 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. Answer: 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? Answer: Templates are a blueprint for the
TestCases which are built according to TestSheet.
◉ Best Practice for Templates. Answer: 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. Answer: Drag and
Drop Values from the TestSheet onto the TestSteps of the relevant
Template in order to link them to the TestStepValues.
◉ What is Instantiation? Answer: On the Instantiation, Tosca creates
TestCases according to the TestSheet and the Conditions placed on
different objects in that Template.