ISTQB CTFL-2018 Practice Test - Questions Answers, Page 35
List of questions
Related questions
The following checklist has been produced to help reviewers detect defects with user stones:
User Story Checklist:
1. The user story must have a unique identifier
2 The user story must contain the user/customer
3 The user story must contain the need
4. The user story must contain the reason.
5. The user story must contain testable acceptance Criteria-Using the checklist above what is wrong with the following user story?
User Story US2018
As a bank account customer, I would like to transfer money from one account to another using the mobile banking application by using the drag and drop feature.
This is acceptable when
* I can drag and drop from one account to another and select any of the pre-defined amounts
* I can drag and drop from one account to another and type in any positive amount
* Once I confirm the details the amount is debited from the first account and credited to the second account
An airline's frequent flyer's club awards benefits depending on which tier a customer is in. The software must determine which tier to allocate a customer to based on an input value of total Credits Earned to date
Customers initially join the Silver Tier and remain in that tier for the first 400 Credits Earned The next 400 Credits Earned moves the customer into the Gold Tier. The next 600 Credits Earned moves the customer into the Platinum Tier Further Credits Earned moves the customer into the Concierge Tier.
Test Cases have been written with the following total Credits Earned input values:
TC1 -400 Credits
TC2 - 500 Credits
TC3 - 800 Credits
TC4-1500 Credits
Applying the Equivalence Partitioning test design technique, what percentage of valid Equivalence Partitions have these 4 test cases collectively achieved?
A supermarket rewards its customers with discounts on certain products depending on how much the customer spends over a twelve-month period. The discounts are:
* 5% discount - once 500 has been spent.
* 10% discount - once a further 500 has been spent.
* 15% discount - once a further 1000 has been spent.
* 20% discount - once a further 2000 has been spent.
The following test cases have been written: TC1 -500 spent TC2 - 2000 spent
How many more test cases must be written to achieve 100% 2-pomt boundary value analysis for the discount scheme?
Which one of the following is an example of how product risk analysis can influence the testing approach?
Tests have been specified for the latest software release and users have prioritised these
However, there are some dependencies between tests as shown in the table below (e.g. Test ID. X cannot be run until Test ID. Y has been successfully completed).
Which test execution schedule best meets the prioritisation and dependency conditions?
Which one of the following would you typically expect to find in a test completion report for a test level?
You are testing a mobile app that displays a person's status in respect of Covid-19. There are five possibilities: Fully Vaccinated, Partly Vaccinated, Infected & Recovered. Last Tested Positive or Last Tested Negative. You have found that, after receiving data about successful administration of a second injection, the person's status has not changed from Partly Vaccinated to Fully Vaccinated, although it should have done. The project uses a popular proprietary defect management tool where you have drafted an incident report with the following information:
* Test id., test environment used and date/time of run
* Expected and actual results with steps to reproduce.
* Severity level 4 (Critical - an entire functional area is unusable)
* Version data for the application under test and the testware that was used
Which one of the following important items of information is missing?
What one of the following would be a typical objective of running a pilot project when introducing a new tool into an organisation?
Which of the following statements about test estimation approaches is CORRECT?
Which of the following BEST describes a test summary report for executive-level employees?
Question