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 |
I want to run a simple hello world java (HelloWorld.java) program using a batch file. How can i run it and how to construct a batch file.
what is difference between set and list in collection?
what is difference between excute query ()and execute update ()?
What is a parameter used for?
How does class forname work in java?
What is collection sort in java?
What are java methods?
What is dynamic dispatch in java?
Explain the difference between abstract classes and interfaces in java?
I have 2 objects inside one object(vector). how can i serialize one of them. I dont want to serialize the second one
What is a singleton in genetics?
Can we create constructor in abstract class ?