English 中文(简体)
在 Java进行自动化测试是新的。 我喜欢哪一种工具? 日联会或测试小组
原标题:I am new to automated testing in Java. Which tool should I prefer? JUnit or TestNG?

我读到了JUnit的比较,它像全国测验组织一样,有更多的组合选择。 而另一方面,日本国际开发协会更有力地支持了Junnit,其建筑工具有更大的gin。

我没有书面单位测试的经验。 <Which 工具?

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.

最佳回答

如果这是你第一次,我就建议日本。

它是首批最受欢迎的人。 它有很好的文件记录,有巨大的工具支持,并且是至少先译到所有不同语言的马皮(见xUnit implementations)。 它应当对任何项目进行罚款,并且是了解的一个良好工具。 这将是你作为方案方的良好基线。

“替代物”还有其他特点,即为什么存在替代物,但往往比任何其他情况更具有风格。 测验组可能有一些不同的特征,但JUSG也随着说明、替代配对器等特征的发展而演变。

是的,在时机成熟时,Junnit将与Selenium合作。

问题回答

将测试Ng和Uniils结合起来是难以想象的。 这足以满足你们的所有要求。

我总是像其他人一样投票,因为:大多数情况下,这种经验更为宝贵,因为有许多信息,而对于格乌特而言,这种经验是用多种语言传播的。

丛林最受欢迎,它支持gin虫,以便更好利用它。

日美特和试验 国家政府非常相似,一旦知道其中之一,就很容易取而代之。

我使用测试技术的主要原因是测试小组和测试依赖物。 你们可以向不同群体分派测试,然后很容易地在一个群体中操作所有测试,或者排除某个群体的某些测试。 例如,如果我要孤立一些试验,我可以简单地将其添加到一个“fahd”试验组,然后只管理这一组。 如果依赖性测试失败,测试依赖性使你能够进行超时测试。 你可能认为这些特点并不重要,但一旦你使用这些特征,你会问你为什么没有生活。

我担任JavaEE devel。 我们大规模利用Junnit测试我们的业务逻辑模块。 它非常强大、灵活,我们利用他在官方发行的《口号》中的报告作为质量证明。





相关问题
Spring Properties File

Hi have this j2ee web application developed using spring framework. I have a problem with rendering mnessages in nihongo characters from the properties file. I tried converting the file to ascii using ...

Logging a global ID in multiple components

I have a system which contains multiple applications connected together using JMS and Spring Integration. Messages get sent along a chain of applications. [App A] -> [App B] -> [App C] We set a ...

Java Library Size

If I m given two Java Libraries in Jar format, 1 having no bells and whistles, and the other having lots of them that will mostly go unused.... my question is: How will the larger, mostly unused ...

How to get the Array Class for a given Class in Java?

I have a Class variable that holds a certain type and I need to get a variable that holds the corresponding array class. The best I could come up with is this: Class arrayOfFooClass = java.lang....

SQLite , Derby vs file system

I m working on a Java desktop application that reads and writes from/to different files. I think a better solution would be to replace the file system by a SQLite database. How hard is it to migrate ...