Static Testing & Dynamic Testing

Static Testing:
Finding the errors in the application without executing the code is known as static testing.Examples of static testing include reviews of documents and code walk through.
1.Reviews:
  • Review of requirements
  • Review of design documents
  • Review of test strategy,test plan etc. 
2.Code Walkthrough:
Inspection of the code is called code walk through.

Dynamic Testing:
Testing the software application by installing and executing it in a test environment.