Exam4Training

Which type of software development product can undergo static testing?

Which type of software development product can undergo static testing?
A . Any software development product can undergo static testing, including requirements specifications, design specifications and code.
B . Static tests should be performed on the installation and user guide documents as these documents are used by the end user.
C . Static testing is done only on the code as part of the "code review" sessions Other documents are reviewed, but not by static testing.
D . Static testing is done only on the requirements You need to execute the software in order to find defects in the code.

Answer: A

Explanation:

Static testing is a form of testing that does not involve executing the software, but rather analyzing it for defects, errors, or violations of standards. Static testing can be applied to any software development product, including requirements specifications, design specifications, code, test cases, test plans, user manuals, etc. Static testing can be done by using various techniques such as reviews, inspections, walkthroughs, checklists, static analysis tools, etc.

Verified Reference: A Study Guide to the ISTQB® Foundation Level 2018 Syllabus – Springer, page 7.

Exit mobile version