摘要
计算机等级考试查询系统,基于学校里庞大的用户群应运而生。它是应用JSP技术在LINUX服务器上构建的系统模型。本系统采用j2sdk1.4.1_07版本进行开发,使用RESIN服务器当做测试服务器,采用mm.mysql.jdbc-2.0pre5驱动数据库。使用Dreamweaver编写JSP语言。
计算机等级考试查询系统主要解决不同类型的用户怎样进行不同类型的查询,即超级管理员、系管理员和学生用户怎样进行不同权限的查询。这样限定权限便于管理,而且查询结果一目了然。
当然在开发软件系统的漫长过程中,我们会面临错综复杂的问题,人又难免会犯错误,这就需要进行软件测试。我在编码过程中进行了模块测试,编码结束后又进行了系统测试和验收测试。分别采用白盒测试和黑盒测试的方法。测试结果表明每个模块之间的接口都吻合,即被调用模块都能正确接收参数,调用模块能调用自己想要调用的每个模块。各项功能基本上实现,产生记录符合要求。
关键词:JSP技术查询权限软件测试
Abstract
Thecomputerinquiresaboutthesystem,ariseatthehistoricmomentonthebasisofthehugeusersintheschoolingradeexamination.ItisthesystematicmodelusingJSPtechnologytostructureonLINUXserver.Thissystemadoptsj2sdk1.4.1_07editionsdevelop,useRESINservertoregardasandtesttheserver,adoptmm.mysql.jdbc-2.0pre5drivesthedatabase.UseDreamweavertowriteJSPlanguage.
Thecomputerinquiresthesystemsolveshowdifferentkindsofuserscarryondifferentkindsofinquirymainlyingradeexamination,namelysuperadministrator,administratorandhowusercarryondifferentinquiryofauthoritystudent.Itiseasytomanagetolimittheauthoritylikethis,anditisverycleartoinquireabouttheresult.
Certainlywhiletheonesthatdevelopthesoftwaresystemarelong,wewillfacetheintricateproblem,peoplewillunavoidablymakemistakes,thisneedstocarryonsoftwaretest.Itestthemoduleinthecourseofcode,carryonsystemtestingandconfirmtestingafterthecode.Adoptthemethodthatthewhiteboxistestedandtheblackboxtestseparately.Testresultindicateinterfaceofeachmoduleidentical,transfermodulecancorrecttoreceivetheparameter,cantransfereachmodulewantedtotransferbyoneselfwhiletransferingthemodule.Everyfunctionisrealizedbasically,produceandwritedownandfulfilrequirements.
Keywords:JSPtechnologyInquiryAuthoritySoftwaretest
目录
第一章引言