Assume you would like to create a model describing a loan request process in a bank.
The loan request process starts when the customer submits a loan application. The bank then reviews the application. Regardless of whether the loan request is approved or not, a letter is sent to inform the customer of the decision. If the request is approved, the loan contract is created.
You have drawn the following business process model using BPMN 2.0.
Which one of the following sentences is true with respect to this process model?
Your company wants to establish a new human resources management application. As tester, you propose to use an ATDD approach and to use business process models for test case design.
Which of the following statements is the LEAST meaningful argument for this approach?
Consider the following BPMN model and the related DMN model describing the decision rules associated to the "Check of delivery" activity
What is the minimum number of test cases required to cover all paths without repeated loops in the BPMN model AND all decisions in the DMN table?
Assume you are testing functionality of the interface of an elevator. One of the requirements is that the elevator can work only if the total weight of the passengers does not exceed 200 kg. The elevator can reach the following floors: Ground Floor, 1st floor and 2nd floor. You want to create an acceptance test using the Gherkin language. You can use the following phrases for this purpose:
i.the total weight of passengers is greater than 200 kg
ii.the elevator is on the Ground Floor
iii.a button ‘1st floor’ was pressed
iv.the elevator goes to the 1st floor
v.a passenger standing at the 2nd floor calls the elevator
vi.a message ‘too many passengers’ is displayed on the screen
Which of the following statements correctly matches constructs of Given/When/Then with a relevant phrase in order to create a correct test case for the given requirement?
As an acceptance tester you want to test the $100 withdrawal process described by the following Business Process Model and Notation (BPMN) model.
You would like to achieve the following coverage criterion “execute all possible process tasks”. Consider the following test cases:
Test 1: balance = $100, receipt = YES
Test 2: balance = $120, receipt = NO
Test 3: balance = $85
Test 4: balance = $20, receipt = YES
Which of the following is the minimal set of test cases allowing to achieve required coverage?
As an acceptance tester, you are stuck between two stakeholders that demand contradicting acceptance criteria
Which one of the following actions is MOST promising to resolve the conflict?
Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?
You recently became an acceptance tester in a cross-discipline project, because your predecesor left the company over nogth. The 15 project team members are located in different time zones. Everybody seems to work hard on their tasks, but nobody can give you with an overview on the project.
What one of the following actions is BEST to encourage the team members to work closer together?
As a tester on an Agile project, you have to perform an exploratory test session for a new feature developed. Which of the following actions is the LEAST likely to be carried out for the purpose.
As a tester you are part of a development team for health monitoring system to record and synchronize various health parameters, calculate health score and provide practical advice on how to maintain and improve health. You are asked to review the acceptance criteria for the following user story:
US23; As a user of the system. I can monitor my blood pressure and obtain alerts in case of excessive pressure, in order to prevent the risk associated with hypertension.
Which of the following is NOT a good example of an acceptance criterion for this requirement?
Which one of the following scenarios is MOST likely to be encountered in the context of performance testing?
The standard ISO 25010 defines a quality in use model with characteristics and subcharacteristics. Which elements of the following list is a characteristic of quality in use according to this standard?
Which one of the following statements describes correctly how acceptance testing may be augmented with other test techniques or approaches?
Which of the following sentences explains BEST how acceptance test cases can be derived from the acceptance criteria
Which one of the following statements describes an exploratory test charter BEST?
Which one of the following combinations between high-level security requirements and security testing techniques matches BEST?