how u do unit testing?
Answers were Sorted based on User's Feedback
Answer / davis
every single entity of a software is tested individually in
unit testing before they r integrated together...
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / gajendra
We can use the following tool for unit testing
i.e JUnit.
It is an opensource framework .Check with junit.org
| Is This Answer Correct ? | 2 Yes | 1 No |
How many bits are in a sentence?
Write a program to print 15 random numbers using foreach of java 8?
Is finalize() similar to a destructor?
How to implement Singleton
Can a constructor be protected?
What are different types of control structures?
Why map is used in java?
What are static blocks in java ?
Explain different forms of polymorphism?
What do you mean by Function Overloading in java?
What are constants?
Explain about procedural programming language or structured programming language and its features?