MultipleChoice
The following state transition diagram describes the functionality involved in a system using fingerprint and password authentication to log onto a system.

How many distinct states of the system are visible in the above diagram?
OptionsMultipleChoice
A virtual service emulating a real third-party service and the automated test scripts (aimed at testing the system under test) that interact with that service, are test work products that are typically created during:
OptionsMultipleChoice
Which option best characterizations applies to a test tool used for the analysis of a developer's code prior to its execution?
OptionsMultipleChoice
To be able to define testable acceptance criteria, specific topics need to be addressed. In the table below are the topics matched to an incorrect description. Match the topics (the left column) with the correct description (the right column)
Topic Description
A: Functional behaviour A: How the system performs the specific behaviour.
8: Quality characteristics B: A sequence of actions between an external actor and the system, to accomplish a specific goal or business task.
C: Scenarios C: The externally observable behaviour with user actions as input operating under certain configurations.
D: Business rules D; Description of the connections between the system to be developed and the outside world.
E: External interfaces E: Activities that can only be performed in the system under certain conditions defined by outside procedures and constraints.
OptionsMultipleChoice
Which of the following work products cannot be examined by static analysis?
OptionsMultipleChoice
Which two of the following statements describe the advantages provided by good traceability between the test basis and test work products?
I . Analyzing the impact of changes.
ii . A measure of code quality.
iii . Accurate test estimation.
iv . Making testing auditable.
Select the correct answer:
OptionsMultipleChoice
The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referred to as TAS).
If the TAS is between 50k and 80k, the bonus is 10%. If the TAS exceeds 80k by a value not greater than 40k, the bonus is 15%. Finally, if the TAS
exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.
Consider applying equivalence partitioning to the TAS (Note: 1k = 1000 euros).
Which one of the following answers contain only test cases that belong to the same equivalence partition?
Options