Java web application test guide

zhaozj2021-02-08  258

Testing work has occupied an important role in the development of software, and is also a link to compare the number of spendoms. Therefore, automation tests is a solution to this problem, which is more concerned. The author has fully utilized automated test technology and test driver development technology in one project, which is the technical selection of this project.

aspect

technology

Download URL

Framework

Struts 1.1

Http://jakarta.apache.org/struts/index.html

Database access

Torque 3.1

http://db.apache.org/torque/

development tools

Eclipse 2.1

http://www.eclipse.org

WEB container

Tomcat 4.1.14

http://jakarta.apache.org/tomcat/index.html

Test Java class

JUnit 3.8.1

http://www.junit.org

Test servlet, JSP,

Taglib

CACTUS

Http://jakarta.apache.org/cactus/index.html

Test struts

Struts Testcase

http://sourceforge.net/projects/strutstestcase/

Build Tool

Ant 1.5.2

http://ant.apache.org/

Tomcat Plugin

Tomcatplugin

Http://www.sysdeo.com/eclipse/tomcatplugin.html

We deeply experience in this project: Any code can be tested, and the code that cannot be tested should not exist.

The following is our approach.

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

New Post(0)