Prev Next

Testing / Junit Interview questions

What is JUNIT?

Junit is an open source testing framework developed for unit testing Java based applications.

An API that enables developer to writes and executed repeatable automated test cases.

More Related questions...

Show more question and Answers...


Comments & Discussions