InterviewSolution
Saved Bookmarks
| 1. |
What is static software testing? |
|
Answer» Static testing is a technique in which you test the software without ACTUALLY executing it. It INVOLVES doing code walkthroughs, code reviews, peer-reviews, or using sophisticated tools such as eslint, StyleCop to PERFORM static ANALYSIS of the source code. Static testing is typically PERFORMED during software development. |
|