In: Computer Science
Discuss the advantages and disadvantages of dynamic analysis technique over static analysis techniques.
Advantages of dynamic analysis technique:-
Disadvantages of dynamic analysis technique:-
– Application must be footprinted to find the test area
– That can cause areas to be missed
– You can only test what you have found
- Tool is exercising the application
- Pattern matching on requests and responses
Advantages of static analysis technique:-
– No need to guess or interpret behavior
– Full access to all of the software’s possible behaviors
Disadvantages of static analysis technique:-