What are the features of junit?



What are the features of junit?..

Answer / Suraj Singh Chandel

"JUnit is a popular testing framework for Java. Some of its key features include:
1. Easy to set up and use
2. Supports Test-Driven Development (TDD)
3. Provides assertions for verifying test results
4. Allows the creation of parameterized tests
5. Simplifies test case reusability through inheritance
6. Generates test reports and provides code coverage analysis."n

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the meaning of course?

1 Answers  


What is the use of runnable interface?

1 Answers  


How do you remove an object from an arraylist in java?

1 Answers  


Which of the following is not an isolation level in the JDBC

1 Answers   CTS,


Can we write any code after throw statement?

1 Answers  


1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?

3 Answers   TCS,


how to create daemon thread in java?

1 Answers  


What is singleton class?

16 Answers   3i Infotech, 7 Seas, ABC, Amdocs, Cap Gemini, Oracle, Persistent, TCS, Techforza,


List interface?

2 Answers  


What is an 8 bit word?

1 Answers  


what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0

4 Answers   Accenture,


How to implement Singleton

6 Answers   DELL,


Categories