CTFL-Foundation Exam Question 1

To test a function, the programmer has to write a _________, which calls the function to be tested and passes it test data:
  • CTFL-Foundation Exam Question 2

    For the code fragment given below, which answer correctly represents minimum tests required for statement and branch coverage respectively?
  • CTFL-Foundation Exam Question 3

    Which of the following is a key characteristic of informal reviews?
  • CTFL-Foundation Exam Question 4

    Which of the following statements describes a key principle of software testing?
  • CTFL-Foundation Exam Question 5

    Which of the following are the typical defects found by static analysis tools?
    a. Variables that are never used.
    b. Security vulnerabilities.
    c. Poor performance.
    d. Unreachable code.
    e. Business processes not followed.