ISTQB CTAL-TTA Practice Test - Questions Answers, Page 2
List of questions
Related questions
You are defining the test approach for an Agile project developing a system to control traffic lights at busy road junctions. The system will use sensors to measure traffic density and flow rates, optimizing traffic flow. While safety-critical, a risk assessment has deemed the project's risk level as low due to the team's expertise.
Which option below represents the BEST test approach for this project?
Key to symbols:
+ (highly recommended)
(recommended)
o (neutral/optional)
* (not recommended)
- (not to be used)
SELECT ONE OPTION
In order to create a shareable testing service from server or network traffic log data, which of the following types of tool would you use?
SELECT ONE OPTION
Which statement correctly describes service virtualization''
SELECT ONE OPTION
Which statement about test automation being applied to a reactive test approach, is CORRECT'
SELECT ONE OPTION
You are planning an exploratory test session for the current sprint which includes the following user stories:
User Story AA-008
As a booked customer of Alpha Airways
I want to access an open flight reservation
So that I can update the booking details
User Story AA-012
As a booking clerk for Alpha Airways
I want to access a customer's flight reservation
So that i can view their reservation details
what three things should be considered when creating the session's test charter?
a) What are the user roles specified in the two user stories?
b) What level of coverage and efficiency was should be achieved by the session'
c) Will the session fit within a 60 to 120 minutes time box'
d) Do Will the findings from the exploratory sessions need to be documented?
e) What actions are performed by the user roles according to the acceptance criteria for these user stories'
f) Should the exploratory session be automated'
g) Has the Definition of Done been met for both user stories'
SELECT ONE OPTION
As a technical test analyst, you are involved in a risk analysis session using the Failure Mode and Effect Analysis technique. You are calculating risk priorities. Which of the following are the major factors in this exercise?
Which option correctly states the sequence of tasks to be undertaken when re-factoring test cases?
SELECT ONE OPTION
An enhancement to a Social Media application allows for the creation of new Groups. Any number of existing application members can be added to a Group. An attempt to add a non-existent member of the application to a Group will result in an error, as will an attempt to add the same member twice. Members can be removed from an existing Group. An existing Group can be deleted but only if there are no current members attached to it.
Which one of the following Keyword-driven input tables provides the BEST test coverage of this enhancement?
Table 1
Keyword Group Id Member Id
Create.Group Group3
Add_Member Group3 @Member1
Add.Member Group3 (a)Member2
Delete_Group Group3
Remove.Member Group3 @Memberl
Remove_Member Group3 @)Member2
Delete.Group Group3
Result
Group created
Member added to Group
Member added to Group
Error - Group not empty
Member removed from group
Member removed from group
Group deleted
Table 2
Keyword Group Id Member Id Result
Create.Group Groupl Group created
Add.Member Groupl Member4 Error - member does not exist
Add.Member Groupl (Memberl Member added to Group
Delete.Group Groupl Error - Group not empty
Remove_Member @Member 1 Member removed from group
Delete.Group Groupl Group deleted
Table 3
Keyword Group Id Member Id Result
Create.Group Group3 Group created
Add.Member Group3 Member9 Error - member does not exist
Add.Member Group3 (Memberl Member added to Group
Add_Member Group 3 (Memberl Error - member already in group
Delete.Group Group3 Error - Group not empty
Remove-Member Groups (Member 1 Member removed from group
Delete.Group Groups Group deleted
Table 4
Keyword Group Id Member Id Result
Create.Group Groupl Group created
Add.Member Groupl @Member3 Member added to Group
Add.Member Groupl @Member3 Error - member already in group
Delete.Group Groupl Error - Group not empty
Remove.Member Groupl @Member1 Member removed from group
Delete.Group Groupl Group deleted
SELECT ONE OPTION
Why could test cases need to be refactored in an Agile project?
SELECT ONE OPTION
Your Agile team is developing a web-based system that will allow users to browse and buy online from a store's shopping catalogue. Continuous Integration has been implemented and technically it is working well, running several times per day, but each run is taking almost as much time as the team is prepared to allow. It is clear that after a few more iterations, as the number of tests needed grows with the product, it will be taking too much time.
Which of the four options contains a pair of solutions that will BOTH help to solve this problem?
a. Only include unit and component integration tests in the automated Cl runs.
b. Schedule low priority tests to be the first ones executed in each run, in order to provide rapid build verification.
c. Reduce the extent to which the automated tests go through the user interface, using technical interfaces instead.
d. Reduce the number of Cl cycles run each day.
e. Select a subset of automated tests for the daytime Cl runs, and run as many of the other tests as possible in an overnight cycle.
SELECT ONE OPTION
Question