what is JUNIT
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
What is role and responsibility of a senior software testing engineer in the company?( Day to day activities)
In an example of a Bank Teller requesting that her computer program should include an addition that shows the full Customer Profile on her main screen, what would a Waterfall vs. Agile approach include and/or look like for such a request?
What is the difference between system integration testing and end-to-end testing? With examples pls
How the deployment phase of SDLC differs in product based company and in service based company ?
create a daily status report or list the items you will cover in a status report
whatis the diff. between Tracebility matrix and Bidirectional Tracebility matrix?
What test strategy followed in your project?
An automated bank teller system?
What is defect management in QA?
How do you know when your code has met specifications?
how cani do requirement testing using some testcase
What is difference between Object Repository and Shared Repository?