1.

______________ are the first type of tests any application should have.(a) Functional Tests(b) Unit Tests(c) Integration Tests(d) Stress TestsThis question was posed to me in an interview for job.My doubt is from Functional Software Testing in chapter Software Testing Principles of JUnit

Answer»

Right answer is (B) Unit Tests

The EXPLANATION is: The main goal of unit testing is to verify that your application works as EXPECTED and to catch BUGS EARLY.



Discussion

No Comment Found

Related InterviewSolutions