ISTQB-CTFL · Question #33
Which type of software development product can undergo static testing?
The correct answer is A. Any software development product can undergo static testing, including requirements. 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…
Question
Which type of software development product can undergo static testing?
Options
- AAny software development product can undergo static testing, including requirements
- BStatic tests should be performed on the installation and user guide documents as these
- CStatic testing is done only on the code as part of the "code review" sessions Other documents
- DStatic testing is done only on the requirements You need to execute the software in order to find
How the community answered
(29 responses)- A86% (25)
- B3% (1)
- C7% (2)
- D3% (1)
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.
Topics
Community Discussion
No community discussion yet for this question.