InterviewSolution
Saved Bookmarks
| 1. |
What Is The Difference Between Static And Dynamic Testing? |
|
Answer» Static testing: During Static testing METHOD, the code is not executed and it is performed using the software DOCUMENTATION. Dynamic testing: To perform this testing the code is REQUIRED to be in an executable FORM. Static testing: During Static testing method, the code is not executed and it is performed using the software documentation. Dynamic testing: To perform this testing the code is required to be in an executable form. |
|