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?
Which one of the following combinations of given perspective and statement matches BEST?
Which one of the following statements regarding the relationship between acceptance testing activities and business analysis activities is true?
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 describes BEST a non-functional quality attribute that is relevant for accept testing?
Which one of the following combinations between high-level security requirements and security testing techniques matches BEST?
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?
On a project to develop an event booking platform, a review session is being conducted on acceptance test cases written in Ghenkin's language. Consider the following test case:
1. GIVEN I am logged in on the event booking platform
2. AND I have selected an event from the list displayed for the "live concert" category
3. WHEN I click "Buy Tickets" buttom
4. AND I enter "3" into "Ticket quantify" field
5. AND I agree on terms and conditions
6. THEN The system should display the checkout page
7. AND I should provide my personal data for payment and eticket delivery
Which of the following sentences MOST closely corresponds to a comment that could be made on this test case during the review?
Which of the following techniques is most likely applied to ensure the quality of acceptance testing activities?
How does ISTQB CTFL test activities relate to the IQBBA FL business analysis and requirements engineering activities?
Which one of the following answers lists characteristic of quality in use according to the quality in use model defined in ISO 25010?
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 of the following relations between business rule modeling and ATDD is correct?
Which one of the following statements regarding performance testing is MOST correct?
Which of the following sentences explains BEST how acceptance test cases can be derived from the acceptance criteria
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?