Q: Which of the following is not a static testing technique?
- 1Inspectionsfalse
- 2Data flow analysisfalse
- 3Error guessingtrue
- 4Walkthroughfalse
- Show Answer
- Workspace
- Discuss
Answer : 3. "Error guessing"
Explanation :
Answer: C) Error guessing Explanation: Static Testing, a software testing technique in which the software is tested without executing the code. This Techniques provide a powerful way to improve the quality and productivity of software development by assisting engineers to recognize and fix their own defects early in the software development process. It has two parts as listed below: Review - Typically used to find and eliminate errors or ambiguities in documents such as requirements, design, test cases, etc. Static analysis - The code written by developers are analysed (usually by tools) for structural defects that may lead to defects. In this software is tested without executing the code by doing Review, Walk Through, Inspection or Analysis etc. Hence, Error guessing is not a static software testing technique.
Similar Questions
Since Nithya and Suganya exchange places, so Rita’s new position is the same as Monika’s earlier position. This position is 17th from the right and 10th from the left. Therefore Number of girls in the row = (16 + 1 + 9) = 26.