Static Analysis of Groups Question:
The defects found in static testing and dynamic testing are same.
Answer:
False.
During static analysis, program is not executed yet so defects such as missing requirements,programming standard violation etc. can be found while during dynamic testing, program is actually executed so failures can be found.
During static analysis, program is not executed yet so defects such as missing requirements,programming standard violation etc. can be found while during dynamic testing, program is actually executed so failures can be found.
Previous Question | Next Question |
Static analysis is not useful & cost effective way of testing. | Who generally uses static analysis tools? |