Which of the following test cases will ensure that the statement ‘Print ‘Hold’’ is exercised? [K3]
Refer to the exhibit
Which of the following, select the best description of the fundamental test process:
What is the main reason for using a pilot project to introduce a testing tool into an organization? [K1]
Which of the following is a valid reason for writing test cases based on experience and intuition? [K1]
Which of the following is a white box testing design characteristic?
A bank is developing a new service that will be delivered via the web. The user interactions are defined as a set of use cases and the service is designed to be available continuously 24/7. In view of the challenging characteristics of the service the test manager has decided that the code should be thoroughly tested at component level.
Which of the following test types will be required during the development? [K2]
Which of the following risks represents the highest level of risk to the project?
Which of the following statements is the best explanation why software failures can be caused by environmental conditions?
Which of the following BEST describes a Test Case?
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?