CTFL18 Exam Question 176

You have been asked to write a testing strategy for the company. Which statement best explains how risk can be addressed within the testing strategy?
  • CTFL18 Exam Question 177

    Which of the following statements are TRUE?
    A) Regression testing and acceptance testing are the same.
    B) Regression tests show if all defects have been resolved.
    C) Regression tests are typically well-suited for test automation.
    D) Regression tests are performed to find out if code changes have introduced or uncovered defects.
    E. Regression tests should be performed in integration testing.
  • CTFL18 Exam Question 178

    You need to test the login page of a web site. The page contains fields for user name and password. Which test design techniques are most appropriate for this case?
  • CTFL18 Exam Question 179

    Which statement is most true?
  • CTFL18 Exam Question 180

    You are testing an e-commerce system. The system accepts four different types of Credit Cards; each card has its own rules for valid and invalid numbers.

    The combination of the conditions Valid Card Number (NO) + Purchase Approved (YES) is not feasible. You wish to perform a test which completely covers all the combinations of equivalence partitioning for the different types of credit card, according to the rules shown in the above Decision Table.
    How many test cases do you need?