A green courier working for an urban delivery service company uses three types of vehicles: normal bicycles, electric cargo bikes and electric vans. The following DMN table provides the rules used to select the type of zero emission vehicle to be used according to the weight (in kg) and the largest dimension (in cm) of the parcel, and the delivery distance (in km)
Which one of the following statements is consistent with this 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?
Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?
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 of the following reasons explains BEST why it makes sense to review test reports?
As an acceptance tester you want to test the $100 withdrawal process described by the following BPMN model.
You would like to achieve decision coverage. Consider the following test cases: Test 1: balance = $100, receipt = YES
Test 2: balance = $99
Test 3: balance = $120, receipt = NO Test 4: balance = $2500, receipt = YES
Which of the following is the minimal set of test cases allowing to achieve full decision coverage?