Update 2025-2026 Actual Exam 110 Questions
with 100% Verified Correct Answers Guaranteed
A+ Verified by Professor
After a Module is rescaned, how to avoid duplication of Modules? - CORRECT
ANSWER: Use "Module Merge", which brings the Attributes you select and their
methods of identification together into one Module and deletes the second Module.
To do this, you first need to select both Modules, then navigate
to the "Modules" tab in the top ribbon, and click on "Merge Modules". After clicking on
"Show", the two Modules will appear as the Target Module and the Source Module.
At what level a TCP can be defined? - CORRECT ANSWER: You can set a TCP on
different levels. These include TestCases, TestCase Folders, and ExecutionLists, just to
name a few.
The TCP set on the ExecutionList will override the one set on the TestCase.
Best Practices for Standard Modules? - CORRECT ANSWER: Use Standard Module
when possible.
Standard modules are created and maintained by Tricentis.
Describe Identification by Property. - CORRECT ANSWER: Identifying controls by their
properties is the
default identification method in Tosca XScan.
If a selected control is not uniquely
identifiable, you can select additional
,properties to identify the control or use a
different identification method.
Describe Identify by Anchor. - CORRECT ANSWER: In Tricentis Tosca, you can use
technical
properties of controls to identify other
controls.
During automation, Tosca will look first for the
anchor control, and then search for the target
control in relation to the anchor control.
It does this using two possible methods:
shortest path or coordinate.
The anchor must be unique.
Describe IF statement. - CORRECT ANSWER: IF will perform a function only once
given a certain condition.
Describe the DO statement. - CORRECT ANSWER: DO is exactly like WHILE, but it will
run the loop at least once before checking whether the condition is met.
Describe the WHILE statement. - CORRECT ANSWER: A WHILE statement is a loop
used for running TestSteps many times. It tells Tosca to repeat a step as long as a
particular condition is met. When the condition is no longer met, the loop stops, and
Tosca will move on to the next step.
How can we manage Requirement Coverage in Tosca? - CORRECT ANSWER: First,
link TestCases to Requirements, drag and drop your TestCases, or Template Instances,
, to the relevant Requirement. As soon as a TestCase is complete, it should be linked
immediately to the corresponding Requirement.
Then, link your ExecutionLists to the relevant Requirements. To do so, just drag and
drop the ExecutionLists, which are related to the TestCases you linked earlier, to the
RequirementSet. In this way, Tosca will automatically link them and display the
Execution Results along with the corresponding Requirements.
How could you use a randomly generated value again? - CORRECT ANSWER:
Buffering the value after its first creation.
How do Tosca defines the final weight of a Requirement? - CORRECT ANSWER: It is
calculated using an exponential function that takes into consideration frequency class
and damage class.
Weight = 2^Damage class * 2^ Frequency class.
How do you define repetitions for TestSteps in a TestCase? - CORRECT ANSWER:
Change the number of Repetitions in the properties of a TestStepFolder within the
TestCase.
How do you launch XScan? - CORRECT ANSWER: Right click on a module folder,
select Scan > Application.
How often can you use a TestCase in the same ExecutionList? - CORRECT ANSWER:
Only once.
How the ActionMode Buffer is used? - CORRECT ANSWER: Tosca uses the
ActionMode Buffer to save any type of value generated during the execution of the
TestCase. It can either be a static or a dynamic value. This value will be temporarily
saved in Tosca and can be used later on in the same TestCase.