what is JUNIT

Answers were Sorted based on User's Feedback



what is JUNIT ..

Answer / satish

JUnit is a unit testing framework for the Java programming
language. Created by Kent Beck and Erich Gamma, JUnit is one
of, and arguably the most successful of, the xUnit family of
frameworks that originated with Kent Beck's SUnit. JUnit has
spawned its own ecosystem of JUnit.

Is This Answer Correct ?    11 Yes 1 No

what is JUNIT ..

Answer / alok kumar ranjan

* It is a software testing framework to for unit testing.
* It is written in Java and designed to test Java
applications.
* It is an Open Source Software maintained by the
JUnit.org community.

JUnit is a simple, open source framework to write and run
repeatable tests. It is an instance of the xUnit
architecture for unit testing frameworks. JUnit features
include:

* Assertions for testing expected results
* Test fixtures for sharing common test data
* Test runners for running tests

JUnit was originally written by Erich Gamma and Kent Beck.

Is This Answer Correct ?    4 Yes 0 No

what is JUNIT ..

Answer / avinash panwar

JUnit is a unit testing framework for the Java programming
language. Created by Kent Beck and Erich Gamma, JUnit is one
of, and arguably the most successful of, the xUnit family of
frameworks that originated with Kent Beck's SUnit. JUnit has
spawned its own ecosystem of JUnit.

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More QA Concepts Interview Questions

what sort of things what u put in Bug Report ?

5 Answers   HCL, TCS,


What is the Capability Maturity Model (CMM)? At what CMM level were the last few companies you worked?

1 Answers   IBM,


can you explain the software testing life cycle?

0 Answers  


In the Test Plan,Features to be tested and Features not to be tested are there.Can u explain these in Detail?

3 Answers   Wipro,


what is validation and verification

9 Answers   Oracle,






What are the contents of test plans and test cases?

0 Answers  


How do you determine which piece of software require how much testing?

0 Answers  


What is workflow testing?

0 Answers  


What is Severity and Priority and who will decide what?

5 Answers  


What actually a SQA Tester do in His/ Her first (entry level) Job?

0 Answers  


How to design test cases?

0 Answers  


What are the functions of the Quality Assurance Group (QAG)?

0 Answers  


Categories