SOFTWARE ENGINEERING

SOFTWARE ENGINEERING TOOLS AND ENVIRONMENTS

AUTOMATED TESTING TOOLS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
If Static Testing is done prior to Dynamic Testing, it would be beneficial.
A
True
B
False
C
Either A or B
D
None of the above
Explanation: 

Detailed explanation-1: -If static testing is done prior to dynamic testing, it would be beneficial. True or false. Comment: Static testing happens early in life cycle. If defects are found and corrected during early phase, dynamic testing will find fewer problems.

Detailed explanation-2: -Static testing covers more areas than dynamic testing in shorter time. Static testing is done before the code deployment whereas dynamic testing is after the code deployment. Static testing is done in verification stage whereas dynamic testing is done in validation stage.

Detailed explanation-3: -Static analysis finds all faults. With static analysis, defects can be found that are difficult to find with dynamic testing.

There is 1 question to complete.