Tuesday, October 12, 2010

Describe your experience with code analyzers?


Code analyzers generally check for bad syntax, logic, and other language-specific programming errors at the source level. This level of testing is often referred to as unit testing and server component testing. I used code analyzers as part of white box testing.

No comments:

Post a Comment