I am new to automated testing in Java. Which tool

2020-07-18 07:25发布

I have read some comparisons of JUnit and TestNG and it looks like TestNG has more configuration options. On the other hand JUnit is more supported by IDEs, building tools, has more plugins.

I have no experience in writing unit tests. Which tool should I prefer?

P.S. I think my question is more like: Should I give TestNG a try, or just stick with JUnit as everybody else?

P.S. We develop web applications, so I think the choice should also consider that we will use Selenium later for functional testing.

7条回答
倾城 Initia
2楼-- · 2020-07-18 08:07

Combination of TestNg and Unitils is unbeatable..It would suffice all your requirements..

查看更多
登录 后发表回答