CTAL-TTA Exam Question 1

Consider the pseudo code provided below regarding a customer request for cash withdrawal from an ATM.
If the customer has sufficient funds in their account
OR the customer has the credit granted
THEN the ATM machine pays out the requested amount to the customer
Which of the following test cases would be the result of applying multiple condition testing, but would NOT be the result of applying modified condition/decision testing?
  • CTAL-TTA Exam Question 2

    Consider the code fragment provided below:

    The comment frequency of the code fragment is 13%.
    To which non-functional quality characteristic does a good level of comment frequency especially contribute?
  • CTAL-TTA Exam Question 3

    You are asked to provide a practical and pragmatic testing solution for a commercial system where the main user interface is via the Internet. It is critical that the company's existing good name and market profile are not damaged in any way. Time to market is not a critical issue when appropriate testing solutions are identified to mitigate business risks.
    A product risk assessment has revealed the following product risk:
    * Abnormal application termination due to connection failure of the main interface.
    Which of the following is the appropriate test type to address this risk?
  • CTAL-TTA Exam Question 4

    Which of the following is a valid reason for including security testing in a test approach?
  • CTAL-TTA Exam Question 5

    At which test level would performance efficiency testing most likely be performed?