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

Differentiate verification and validation processes.

0 Answers  


What are basic, core, practises for a QA specialist?

0 Answers  


How do you audit configuration management

0 Answers   Cap Gemini,


what are the contents in Test plan?

5 Answers   Cap Gemini,


who will give priority and severity for testcases?

5 Answers  






List out the roles of software quality assurance engineer?

0 Answers  


what is testdata ??

3 Answers  


What is cyclomatic complexity?

4 Answers   ISTQB,


what kind of issues do u think a QA team might face if sw is built incorrectly?

3 Answers   TCS,


What are test driver and test stub and why it is required?

0 Answers  


What is the difference between testing and Quality Assurance?

2 Answers  


What is test execution/efficiency metrics?

2 Answers   Covansys,


Categories