0
16kviews
What is the difference between static & dynamic testing tool ?
1 Answer
| written 6.8 years ago by |
| Static testing tool | Dynamic testing tool |
|---|---|
| These tools are used by developers as part of the development and component testing process | These tools require the code to be in a “running state” |
| code is not executed or run but tool itself is executed | They analyse rather than testing |
| It is … |