1.

During ___________ testing, code is not executed.(a) Unit(b) Dynamic(c) Static(d) EquivalenceI got this question in unit test.My query is from Stubs topic in chapter Coarse-grained Testing with Stubs of JUnit

Answer»

The correct ANSWER is (c) STATIC

Easiest EXPLANATION: Static TESTING does not require the CODE to be executed to test its components.



Discussion

No Comment Found

Related InterviewSolutions