test tools

xiaoxiao2021-03-06  13

Unit test: (more useful for developers) J-Unit tools.

Functional test: e-test is a good choice, which is very powerful, because it is not playing back the script in mode, so you can support multi-code test data (of course to support). Basically, most of the Web Site can be cope.

If you just use script playback instead of manual labor, or do performance testing of page response, Microsoft Web Application Stress Tool is a good choice.

In addition, in terms of performance testing, Pureload is also a nice tool that is completely written in Java, which can test various C / S programs, such as SMTP Server, etc. Both tools are tested using the POST URL method to test Web Application. It is not suitable for a large number of pages that use JavaScript. Of course, if the program runs under UNIX, Linux, you can write the shell script directly, more convenient.

In addition, there are many specialized tools, such as LinkBot is specially tested for page links.

In addition, there are also many testing process management tools, and individuals have been using Test Plan Control, short and delicious. As for WinRunner and LoadRunner, because there is no license, there is no use, embarrassment. However, I have seen an English to evaluate the most popular five software in the UK test market. WinRunner score is the highest.

Test tools can be divided into two methods from testing: white box testing and black box testing white box test tools mainly:

Memory resource leak check: BounceChecker, Rational Purify, Numega, etc.

Code coverage check: Truecoverage, Rational's Logiscope, Telelogic's Logiscope, Macabe's Macabe, etc. in Numega, TrueTime, Rational Quantify, etc.

Code Static Measurement Analysis Quality Check Tools: Logiscope and Macabe, etc.

The black box test tools are mainly: client function test: MI company WinRunner, Compuware's Qarun, Rational SQA Robot, etc.

Server-side pressure performance test: MI company WinLoad, compuware's Qaload, Rational SQA LOAD, etc.

Web Test Tools: MI's Astra Series, RSW's E-Test Suite, etc.

Test Management Tools: Rational Test Manager, Compuware's Qadirector, etc., there are also defect tracing tools TrackRecord, etc.

Database Test Tools: TestBytes

Black box test tool: Qacenter, Sqateamtest, Rational Viaual Test.

Return Test Tools: Rational Teamtest, WinRunner (MI)

Web System Test Tools: Test, Workberch, Web Appication Stress Tool (WAS)

White box test tool: Numega, Pure, Software error correction tool (Rational Purity).

Embedded Test Tools: Logiscope, Codetest. System load test tool: RationalPerFormance

Covered Test Tool Range Evaluation Tools

Software Performance Test Tools: LoadRunner (MI Product), Rational Visual Qantify

Test Management Tools: TestDirector (MI Products Support for Test Process Management "in the entire lifecycle)

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

New Post(0)