QUESTIONS AND VERIFIED ANSWERS
GUARANTEED PASS
What are the types of workspace in Tosca?
Single User Workspace.
Multi-User Workspace.
When working in a single-user workspace, who can access
this workspace?
The user who has access to the workspace's local file.
Which are the available counts in Tosca?
ResultCount
ColumnCount
RowCount
How to use Repetition?
,Repetition is a parameter that instructs Tosca to repeat the
steps within a particular level, a specified number of times.
You can define the Repetition only on the TestStepFolder
level, which tells Tosca to repeat the steps within the folder.
You can actually instruct Tosca how many times to repeat that
action.
Where does the Repetition property exist by default?
In the TestStepFolder.
How do you define repetitions for TestSteps in a TestCase?
Change the number of Repetitions in the properties of a
TestStepFolder within the TestCase.
What is the best definition of the ActionMode Constraint?
It's a type of ActionMode used to identify one specific item in
a list of similar items.
What is a subset?
A subset is a file containing artifacts that can be shared with
other projects.
,A subset can be exported from one workspace and then
imported into another workspace.
How the ActionMode Input is used?
ActionMode Input is used to enter values like a name on the
object or apply an action such as clicking on the object.
How the ActionMode Insert is used?
The ActionMode "Insert" as it is only used for non-UI
Automation such API Testing.
How the ActionMode Select is used?
"Select" is a passive ActionMode used for navigating tables or
dropdown menus but without engaging with the application.
For example, you can use this ActionMode to select the table
that you want Tosca to focus on.
How the ActionMode Verify is used?
, "Verify" is used to check on the value to validate against
expected results in the TestCase. For example, it might be
important to verify that a particular shipping method you
chose for a product you had ordered adds the correct amount
to your total.
How the ActionMode WaitOn is used?
You select "WaitOn" when you want to perform a dynamic
wait for a control property to reach a specified state.
Alternatively, you use "WaitOn" to wait for an entered value
before continuing the execution. Once the condition is
satisfied, Tosca reacts and continues the automation
workflow.
This is Best Practice over inserting a static wait, as this
decreases the overall execution time.
How the ActionMode Buffer is used?
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.