1.

Which testing tool does a simple job of enforcing standards in a uniform way of many programs?(a) Static Analyzer(b) Code Inspector(c) Standard Enforcer(d) Both Code Inspector & Standard EnforcerI got this question during an online exam.My question comes from Testing Tools topic in portion Software Testing and Quality Management of Software Engineering

Answer»

Correct ANSWER is (d) Both Code INSPECTOR & Standard Enforcer

To explain I would SAY: A standard enforcer is just like a code inspector, EXCEPT that the rules are generally SIMPLER. Standard enforcer looks at only single statements while the static analyzer looks at whole programs.



Discussion

No Comment Found

Related InterviewSolutions