Who Should Use JUnit, Developers or Testers?
JUnit Questions and Answers
(Continued from previous question...)
Who Should Use JUnit, Developers or Testers?
I should say that JUnit is mostly used by developers.
JUnit is designed for unit testing, which is really a coding process,
not a testing process.
But many testers or QA engineers, are also required
to use JUnit for unit testing. For example, I found this
job title on the Internet: Lead QA Engineer - Java / J2EE / whitebox / SAP / Junit
(Continued on next question...)
Other Interview Questions
|