3 Months Free Update
3 Months Free Update
3 Months Free Update
Which one of the following statements regarding the quality of requirements is MOST correct?
Which one of the following statements regarding the graphical representation of business processes is true?
Which of the following pillars of UX requirement analysis is described BEST?
Which of the following statements about test approaches and test techniques for acceptance testing is MOST correct?
Which of the following sentences explains BEST how acceptance test cases can be derived from the acceptance criteria
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 one of the following test design techniques fits accepting testing purposes BEST?
Which one of the following combinations between high-level security requirements and security testing techniques matches BEST?
As an acceptance tester you are analyzing the following user story for a computer web-based mass multiplayer role-playing game:
As an unregistered player
I want to be able to register myself by defining my e-mail, login and password in a registration form so that I become a registered player
Consider the following propositions of the acceptance criteria:
i.a registration form is displayed on the screen.
ii.the form is written in the Groovy language; the cursor is initially set on the ‘login’ field; after pushing the TAB button the cursor switches to ‘password’, ‘repeat password’, ‘mail’, and ‘repeat mail’ forms.
iii.I cannot register myself if the login I choose is used by another player.
iv.after successful registration process I am informed about it by an e-mail.
Which of the above statements would you consider as well-written acceptance criteria?
Which one of the following statements about the relation between business goals, business needs and requirements is true?
Which one of the following combinations of given perspective and statement matches BEST?
As a part of a travel expense reimbursement management system, the following business process is defined:
• After receipt of the expense report, a new account must be created if the employee does not already have one. The report is then reviewed.
• Amounts less than $200 are automatically approved, while amounts equal to or greater than $200 must be approved by the supervisor. If the request is rejected, the employee is informed. The employee is reimbursed by payment to his of her bank account.
• If the request is not processed within 7 days, the employee receives an "ongoing" e-mail. If the request is not completed within 30 days, then the process is stopped, and the employee receives a cancellation e-mail asking her/him to resubmit the refund request
The following BPMN model has been submitted for review
Which of the following comments is MOST Likely to have been made on this BPMN model?
Which one of the following statements describes the relation between business goals, business needs and requirements BEST?
Which one of the following statements regarding acceptance criteria is true?
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?
As a tester you are part of a development team for a health monitoring system to record and synchronize various health parameters, calculate health score and provide practical advice on how to maintain and improve health Consider the following User Story and related acceptance criterion:
US 34: As a user of the system, I can measure my blood sugar by using a blood glucose meter connected device, in order to adjust my diet and medication dosage if I am diabetic
Acceptance criteria # 1 - Once a blood sugar measurement using the blood glucose meter is done by logged-in user, the measurement result is displayed in less than four seconds.
Which of the following test cases written in Gherkin language is BEST for this user story and acceptance criterion?
During acceptance test execution, testers and business analysts closely work together during test execution. Of the following statements, which two statements are MOST likely?