Java test treasure chest

xiaoxiao2021-04-05  297

Java test treasure chest

Junit, too classic, don't say

ANTHTTP: //ANT.Apache.org/ant, a highly praised Java build tool. It is easy to use, not related to the platform, catering to the needs of today's automatic testing and automatic deployment, becoming an important part of many project construction processes. It is currently all independent tools used by all major open source Java projects and has become a fact.

SQLUnit http: //sqlunit.sourceForge.netsqlunit is a unit test framework for reacting data stocks. Developed with Java / JUnit / XML.

JunitPerfhttp://www.clarkware.com/software/junitperf.htmljunitperf is a collection of JUnit test renderer that can be used to measure the performance of the already existing JUnit test case.

Easymock www.easymock.orgeasymock provides an interface for Mock Objects and generates them in Junit tests. Easymock is best suited for test driver development.

XmlUnit http://xmlunit.sourceforge.net/

XMlUnit offers two JUnit extensions XMLASSERT and XMLTestCase, and a group of supported classes. These classes can be used to compare the differences between the two XMLs, showing XML with XSLT, check XML, and obtains the value of XPath expression in XML, traversing a node in XML.

JFcUnitttp: //jfcunit.sourceforge.net/ A test framework for testing Swing.

Coberturahttp: //cobertura.SourceForge.Net/cobertura is a free Java tool based on JCOVERGE, which can display which part of the code covered by your test and generates HTML or XML reports.

Coverlipsehttp: //coverlipse.sourceForge.Net/index.phpcoverlipse This Eclipse plugin can overwrite the code of JUnit test. Its uniqueness is to seamlessly combine with the Eclipse development platform. Coverlipse can display override results immediately after a JUnit run and can be cary of the results into an XML file.

CruiseControl http://cruisecontrol.sourceforge.net/cruiseControl is a framework for continuous integration processes, including mailing notifications, ANTs, ANT, and plugins for various source control tools. And provide a web interface for viewing the results of current and previous creation.

Findbugshttp: //findbugs.sourceforge.net/ Java Code Analysis Tool, open source project, which can help you find some errors hidden in your code, enhance your code capability and system security reliability.

JMeterjakarta.apache.org/jmeter/jmeter is an open source project of Apache organization, which is a tool for functionality and performance testing, 100% implementation with Java. JMeter can be used to test the performance of static or dynamic resources (files, servlets, perl scripts, Java objects, databases, queries, FTP servers, or other resources). JMeter is used to simulate a high load on servers, networks, or other objects to test their compressive capacity to provide services, or analyze the total performance of their services under different load conditions. You can analyze performance metrics with graphical interfaces provided by JMeter or run in high load conditions.

Transfer from: http://blog.9cbs.neet/moneyice/archive/2006/06/21/819641.aspx

转载请注明原文地址:https://www.9cbs.com/read-132083.html

New Post(0)