easiest Automated testing tool in Java

社会主义新天地 提交于 2019-12-25 18:20:22

问题


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


回答1:


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.




回答2:


For preparing test dataset, consider Beanmother



来源:https://stackoverflow.com/questions/5982606/easiest-automated-testing-tool-in-java

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!