[ 本帖最后由 小米啊 于 2010-6-18 19:05 编辑 ]作者: goal1860 时间: 2010-6-21 08:14
I am encouraging to use testNG, which is much convenient than JUnit in organizing your java based test cases:
</classes>
</test>
</suite>作者: goal1860 时间: 2010-6-21 08:16
BTW, testNG is capable to generate JUnit reporting as well. Look at official site for more details.作者: 47385024 时间: 2010-6-22 09:50
thanks