SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of the following artifacts can be examined by using review techniques?
A
Software code
B
Requirements specification
C
Test designs
D
All of the options
Explanation: 

Detailed explanation-1: -Which of the following artifacts can be examined by using review techniques? D. Software code, requirements specification and test design. A static analysis tool gives quality information about the code without executing it.

Detailed explanation-2: -Static analysis and reviews are appropriate methodologies for maintainability testing, and they should begin as soon as the design documents are available and continue throughout the process of building the application.

Detailed explanation-3: -Static testing relies on the manual examination of work products or tool-driven evaluation of the code or other work products. Static analysis is essential for safety-critical computer systems (e.g., aviation, medical, or nuclear software), but static analysis has also become necessary and common in other settings.

There is 1 question to complete.