The whole-team approach:
Which of the following statements about static testing and dynamic testing is TRUE?
Which of the following BEST explains a drawback of independent testing?
Which of the following should be included in a test status report?
I. Estimation details
II. Total number of open and closed defects
III Actual effort spent
IV. Defect reports
V. Number of executed, failed, blocked tests
Consider a program that computes the factorial of a number (n). From the specifications you know that:
• I n < 0. a message "Value out of range" must be issued.
• If 0 < n < 100, the program calculates the factorial and returns the number
• If 100 < n < 200 message "Value out of range" must be issued
Which of the following is a good testing practice which is applicable INDEPENDENT of the software development lifecycle followed?
Which of the following is an advantage of the whole team approach?
During which main group of test activity are the following tasks performed?
•Checking test results and logs against specified coverage criteria.
•Assessing the level of component or system quality based on test results and logs.
•Determining whether more tests are needed.
Select the correct answer:
Which of the following best describes the relationship between a test progress report and a test summary report?
Which of the following correctly represents a test first approach?