资源描述:
《基于web应用的自动化测试的设计与实现》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、基于web应用的自动化测试的设计与实现TheDesignofTheAutomationTestBasedOnWebApplication完成日期2013年3月30日开题报告基于web应用的自动化测试的设计与实现摘要目前,软件研发已逐渐向分工协作和流程化发展。为了保证软件产品的最终质量,软件行业已越来越多地重视软件测试。从根本上说,软件测是贯穿于软件产品研发的整个过程,在这个过程中,软件测试会以用户角度,用各种手段检测软件产品,并在检测软件产品的过程中,发现软件产品存在的毛病,因此软件测试的工作量很大。而在测试
2、过程中,许多操作都是重复性的、非智力性的和非创造性的,并要求做出准确而且细致的工作。但是,对于手工测试来说,在这些工作中受各种原因影响,难免会在测试过程中出现各种各样的问题,自动化测试亦正因此,而应运而生。本次设计就是为了减轻软件测试的工作量,针对现今手工测试存在的缺陷,借助现今主流的各种测试工具以及脚本语言,来提高软件测试的效率,用更科学、更智能的手段对软件产品进行更精密、更细致的测试工作。并希望借此来改变现今软件企业的测试方式。力求在测试方法以及在测试技术层面上,对软件测试工作有所突破。关键字:pytho
3、n;QTP;AB;软件测试;API监控TheDesignofTheAutomationTestBasedOnWebApplicationAbstractCurrently,softwaredevelopmenthasgraduallytothedivisionofworkandtheprocessofdevelopment.Inordertoguaranteethefinalqualityofthesoftwareproduct,thesoftwareindustryhasbeenmoreandmoreemp
4、hasisonsoftwaretesting.Fundamentallyspeaking,thesoftwaremeasuredthroughoutthewholeprocessofsoftwareproductdevelopment,intheprocess,thesoftwaretestinguserperspective,usingavarietyofmeanstodetectsoftwareproducts,andintheprocessofdetectionsoftwareproducts,soft
5、wareproductsexistproblems,softwaretesting,alotofwork.Inthetestprocess,manyoperationsarerepetitive,non-intellectualandcreative,andtomakeaccurateandmeticulouswork.However,formanualtesting,workisinfluencedbyavarietyofreasons,willinevitablybeavarietyofproblemsi
6、nthetestingprocess,andautomatedtestalsocameintobeing.Thedesigninordertoreducetheworkloadofthesoftwaretesting,manualtestingtodaydefects,withthevarioustestsoftoday'smainstreamtoolsandscriptinglanguage,soastoimprovetheefficiencyofsoftwaretesting,withmorescient
7、ific,moreintelligentmeansofsoftwareproductsmoresophisticated,moredetailedtesting.Andthesoftwaretestingtodayshouldbechangedbythismethods.Soughttotestmethodsandintesttechnicallevel,abreakthroughinsoftwaretesting.Keywords:Python;QTP;Softwaretest;APIMonitor目录1绪
8、论………………………11.1研究背景………………………11.2软件测试………………………11.3自动化测试与手工测试………………………11.4测试环境简介………………………21.4.1Python简介………………………21.4.2QTP简介………………………21.4.3AB简介………………………32测试业务需求分析………………………42.1模块结构………………………42.2模块分析………………………