-1

I want to learn quickly like in an few hours an automated testing tools. Does somebody know any automated testing tool which is very easy and how can we do same automation in java. I want to use Junit

JimmyKaushal
  • 9
  • 1
  • 8

2 Answers2

0

For preparing test dataset, consider Beanmother

Jaehyun Shin
  • 1,562
  • 14
  • 25
0

I think you are on the right track, JUnit is definitely your best bet for Java testing automation. You can learn more about JUnit and even build a quick example application here.

Other tools to look at:

  1. Cactus
  2. EasyMock
  3. Fit

Others that can be viewed here.

Kyle
  • 4,202
  • 1
  • 33
  • 41