Which defect below is MOST likely to be found by a review during static testing?
Which defect below is MOST likely to be found by a review during static testing?
Static testing involves reviewing and analyzing the software documentation without executing the code. This process is effective for identifying issues with documentation, such as incorrect interface specifications. Unlike performance bottlenecks or broken links, which typically require dynamic testing or running the code, incorrect interface specifications can be spotted through careful examination of the design documents. Thus, incorrect interface specifications are most likely to be found during a review in static testing.
This information is found on Page 46 of the syllabus. So, the defect that is MOST likely to be found by a review during static testing is: A. Incorrect interface specifications.
A is correct
A is correct