Which of the following statements about independent testing is WRONG?
Which of the following statements about independent testing is WRONG?A . Independent testing is necessary because developers don't know any testing.B . Independent testing is best suited for the system test level.C . A certain degree of independence makes the tester more effective at finding defects.D . Independent test teams...
Which of the following is NOT a common objective of testing?
Which of the following is NOT a common objective of testing?A . Finding defects in the softwareB . Preventing defectsC . Debugging the software to find the reason for defectsD . Providing information on the status of the systemView AnswerAnswer: C Explanation: Debugging the software to find the reason for...
Which of the following is a failure related to the specified requirement?
A system has a self-diagnostics module that starts executing after the system is reset. The diagnostics are running 12 different tests on the systems memory hardware. The following is one of the requirements set for the diagnostics module: 'The time taking the diagnostics tests to execute shall be less than...
How many test cases are necessary in order to achieve 100% branch coverage of the process flow?
The following part of a business process flow is specified; REPEAT (book a bill) UNTIL (User presses Cancel). How many test cases are necessary in order to achieve 100% branch coverage of the process flow?A . 4B . 1C . 2D . InfiniteView AnswerAnswer: C Explanation: To achieve 100% branch...
Which one of the following bugs can be caught by Static Analysis?
The following requirement is given “Set X to be the sum of Y and Z”. All the following four implementations have bugs. Which one of the following bugs can be caught by Static Analysis?A . int x = 1. int y = 2. int y = 3. X = y=z;B...
A test manager decided to skip static testing since he believes bugs can be found easily by doing dynamic testing. Was this decision right or wrong?
A test manager decided to skip static testing since he believes bugs can be found easily by doing dynamic testing. Was this decision right or wrong?A . The decision was wrong. Ensuring quality mandates that static testing is performed after performing the dynamic testing.B . The decision was right. Static...
Who of the following has the best knowledge to decide what tests in a test project should be automated?
Who of the following has the best knowledge to decide what tests in a test project should be automated?A . The developerB . The customerC . The development managerD . The test leaderView AnswerAnswer: D Explanation: The test leader is the person who is responsible for planning, monitoring, and controlling...
Which sentence is correct?
The following sentences refer to the 'Standard for Software Test Documentation' specification (IEEE 829). Which sentence is correct?A . Any deviation from this standard should be approved by management, marketing & developmentB . Most test documentation regimes follow this spec to some degree, with changes done to fit a specific...
Which of the following is NOT a deciding factor m determining the extent of testing required?
Which of the following is NOT a deciding factor m determining the extent of testing required?A . Level of risk of the product or featuresB . Budget to do testingC . A particular tester involved in testingD . Time available to do testingView AnswerAnswer: C Explanation: The extent of testing...
Which of the following should be included in a test status report?
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 testsA . III, VB . II, IIIC . I, II, IVD . II, III,...