InterviewSolution
Saved Bookmarks
| 1. |
What is dynamic software testing? |
|
Answer» In contrast to static TESTING, dynamic software testing tests the software when it’s executing. The TESTER runs the software in a test ENVIRONMENT and goes through all the steps involved, entering the inputs and verifying the actual output with the expected result. |
|