An iPhone application identifies and counts all purchases of a particular product from a shopping website. The application incorrectly counts purchase attempts by including both failed attempts, and also those where the purchase was terminated by the user before completion. Testing has identified that the problem was located in the ‘purchase identification’ module, where the first stage in the purchasing process was counted, rather than a successful confirmed purchase.
Which of the following statements correctly identifies what has happened? [K2]
Equivalence Partitioning is best defined as:
Which of the following would typically be identified using static analysis by tools? [K1]
Which of the following is a white box testing design characteristic?
Which of the following statements is the MOST valid goal for a test team?
Which of the following is not decided in the test-planning phase..?
Which list of levels of tester independence is in the correct order, starting with the most independent first?
Security falls under..?
Which of the following statements are true?
(i) Defects are likely to be found earlier in the development process by using reviews rather than static analysis.
(ii) Walkthroughs require code but static analysis does not require code.
(iii) Informal reviews can be performed on code and specifications.
(iv) Dynamic techniques are generally used before static techniques.
(v) Dynamic techniques can only be used after code is ready to be executed.
What do static analysis tools analyze?