What is static analysis?
Component testing may include:
Which type of review has the following main purposes:discussing, making decisions, evaluating alternatives, finding defects, solving technical problems and checking conformance to specifications, plans, regulations, and standards?
Consider the following pseudo code:1. Begin2. Input X, Y3. If X > Y4. __Print (X, is greater than, Y)5. Else6. __Print (Y, is greater than or equal to, X)7. EndIf8. EndWhat is the minimum number of test cases required to guarantee both 100% statement coverage and 100% decision coverage?
Which of the following best describes the Black-box technique?
The four test levels defined for a common V-model testing approach are: