The document contains questions and answers related to Tosca model-based test automation. Some key points:
- A single-user workspace can be accessed by the user who has access to its local file. A subset is a file containing Tosca artifacts that can be shared with other projects.
- Advantages of Tosca include automatically scanning the system under test to save effort, and automatically filling test data into models to save time and effort.
- Options to identify controls in Tosca include title, properties, parent, URL, view, anchor, and image.
- To launch XScan, right click on a module folder and select "Scan >> Application".
- Once
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
15K views3 pages
Tosca Questions Answers
The document contains questions and answers related to Tosca model-based test automation. Some key points:
- A single-user workspace can be accessed by the user who has access to its local file. A subset is a file containing Tosca artifacts that can be shared with other projects.
- Advantages of Tosca include automatically scanning the system under test to save effort, and automatically filling test data into models to save time and effort.
- Options to identify controls in Tosca include title, properties, parent, URL, view, anchor, and image.
- To launch XScan, right click on a module folder and select "Scan >> Application".
- Once
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3
Question 1: Correct answer
When working in a single-user workspace, who can access this workspace?
As many users as needed The user who has access to the workspace's local file Only a user who is an administrator can be assigned to the workspace No more than 2 users, one of which has to be an administrator, can be assigned to the workspace Question 2: Correct answer What is a Subset? A Subset is a file containing Tosca artifacts that can be shared with other projects A Subset is a file containing Tosca artifacts that cannot be shared with other projects A Subset is a file containing artifacts from outside applications A Subset is a file that can also be used in outside applications like Excel
Question 1: Correct answer
What are the advantages of Tricentis Model-Based Test Automation? (3 correct answers) You can save effort because Tricentis Tosca will automatically scan your System Under Test You can save effort because you can create models from scanning your System Under Test You can read an end-to-end test easily You can save time and effort as Tosca will automatically fill test data into the models You can reduce maintenance due to the models being reusable Question 2: Correct answer What are the 5 options to identify controls? (5 correct answers) Title Properties Parent URL View Anchor Image Index Question 3: Correct answer How do you launch XScan? Right click on a module folder, select "Scan >> Application" Select XScan in the "Go to" ribbon Select the XScan via Tools >> XScan Select the XScan in the Details tab in the Modules section
Question 1: Correct answer
Once all work on a TestCase is done and ready for review, to which Status should the TestCase WorkState be set? Ready Done IN_WORK PLANNED COMPLETED Question 2: Correct answer You can use a TCP to add values for identifiers of various test environments. This statement is... True False Question 3: Correct answer What options are available if you want to run a test in the ScratchBook? (2 correct answers) You can run your objects by selecting them and pressing F6 You can add and arrange objects in the ScratchBook and then run them You need to compile the objects and then run the compiled objects The objects will open the necessary locations you need for testing on the SUT, then you fill in the data
Question 1: Incorrect answer
How often can you use a TestCase in the same ExecutionList? Once Unlimited Twice The number is set in the TestCase properties tab Question 2: Correct answer How do we define the final weight of a Requirement? It is expressed in integers ranging from 1 to 10 It is expressed in integers ranging from 1 to 5 It is calculated using an exponential function that takes into consideration frequency class and damage class It is pre-defined based on the requirement complexity Question 3: Correct answer To which level in the Requirement structure are TestCases linked? Requirement RequirementSet Requirement Folder TestCases are not linked to the Requirement section Question 4: Correct answer In which section of Tosca are libraries used? TestCase Module TestCaseDesign Requirements Question 5: Correct answer What is the correct syntax for using a Test Configuration Parameter in a TestStep? CP[NameOfTheTCP] [CP{NameOfTheTCP}] {CP[NameOfTheTCP]} {TCP[NameOfTheTCP]} Question 6: Correct answer What is the correct expression, if you want Tosca to enter a date that is: the last day of the month, 3 years ago from the testing date, with 4 digits for years and 3 words abbreviation for month? {DATE[31) 08.2020][-3y][MMyyyy]} {MONTHLAST[][-3y][MMMyyyy]} {MONTHFIRST[][-3y-1d][mmmyyyyy]} {MONTHLAST[][-3y][MONTHyear]}
Question 1: Correct answer
When using the command {XB[Value]}, what is the meaning of the value inside the []? The Innertext of the Control The TestStep name The name of the Buffer The value to be verified Question 2: Correct answer How do you define repetitions for TestSteps in a TestCase? Change the repetition setting in Project >> Settings >> Tbox Change the number of repetitions in the properties of a TestStepFolder within the TestCase Set the repetition in the TestCase Properties Set the repetition for the ExecutionEntry in the ExecutionList Question 3: Correct answer What does a red button bar next to an object mean while working in Multi-user environments? (2 correct answers) That object cannot be run in an Execution List If it’s a module, you may still add it to your TestCases You cannot make any changes to that object It means no one is working on that object Question 4: Correct answer What is the difference between a “WHILE” and a “DO” statement? In a “DO” statement, the loop is executed at least once A “WHILE” statement contains a loop, the “DO” does not The “DO” statement is only a loop A “WHILE” statement must only be used in a Recovery Scenario Question 5: Correct answer What’s the best definition of the ActionMode Constraint? It’s a type of ActionMode that allows you to interrupt the execution of the TestCase until the indicated property has the specified value It’s a type of ActionMode used for simple lists such as lists without sub-lists, or for a general verification of lists It’s a type of ActionMode used to identify one specific item in a list of similar items It’s a type of ActionMode that allows you to transf