Which of the following are good candidates for manual static testing?

  1. Requirement specifications, test plan, code, memory leaks

  2. Requirement specifications, test cases, user guides.

  3. Requirement specifications, user guides, performance

  4. Requirement specifications, website, code, use cases


Correct Option: B
Explanation:

To answer this question, the user needs to understand the concept of static testing. Static testing is a form of software testing that involves reviewing documentation or code without executing the actual program. It is done manually and aims to find defects early in the development process.

Option A includes code and memory leaks, which are not good candidates for manual static testing. Code is typically tested through dynamic testing, while detecting memory leaks requires the use of specialized tools.

Option B is a good candidate for manual static testing. Requirement specifications, test cases, and user guides can all be reviewed manually to identify defects and improve the quality of the software.

Option C includes performance, which is not well-suited for manual static testing. Performance testing is typically done dynamically and requires the use of specialized tools to measure and analyze the software's behavior under different conditions.

Option D includes a website, which is not a good candidate for manual static testing. Websites are typically tested through dynamic testing, using specialized tools to simulate user interactions and test the website's functionality.

Therefore, the correct answer is:

The Answer is: B

Find more quizzes: