编号2009255456毕业设计论文题目:全能音频转换通软件系统测试2012年5月学生姓名学号系部专业班级指导教师评阅教师全能音频转换通软件系统测试Almightyaudioconvertersoftwarethroughsystemtesting毕业设计(论文)共50页图纸共45张完成日期2012年5月10日答辩日期2012年5月12日摘要系统测试是将已经集成好的软件系统,作为整个基于计算机系统的一个元素,与计算机硬件、外设。某些支持软件、数据、人员等其他系统元素结合在一起,在一个实际运行(使用)环境下,对计算机进行一系列的组装测试和确认测试。功能测试是系统测试中最基本的测试,它不管软件测试内部的实现逻辑,主要根据产品的需求规格说明书和测试需求列表,验证产品的功能实现是否符合产品的需求规格。自动化测试就是用来测试软件在集成系统中的运行情况的。性能测试的目标是度量系统相对于预定义目标的差距。自动化测试必须有工具支持,在本次测试工作中,我们用到的测试工具为QTP。GUI测试主要包括两方面的重要内容,一方面是界面实现与界面设计的吻合情况;另一方面是确认界面处理的正确性。为了更好的进行GUI测试,提倡界面与功能的设计分离。一般把GUI系统分为三个层次,界面层,界面与功能的接口层,功能层。因此GUI测试可以把重点关注在界面层和界面与功能接口层上。全能音频转换通是一款音视频文件格式转换软件。可以进行音频截取,合并等操作,开源免费且规模适宜,其特点非常适用于进行系统测试。本文档将就全能音频转换通在系统测试方面进行测试工作,完成完整的测试流程。关键词:系统测试;功能测试;GUI测试;自动化;全能音频转换通IABSTRACTSystemtestinghasbeenintegratedagoodsoftwaresystemasawholebasedononeelementofacomputersystem,computerhardware,peripherals.Somesupportsoftware,data,personnel,andothersystemelementstogether,inanactualrun(use)environment,aseriesofassemblyandtestingandconfirmationtestingofthecomputer.Functionaltestingisthemostbasictestinthesystemtesting,itdoesnotmattertheinternallogicofsoftwaretesting,basedonproductrequirementsspecificationsandtestrequirementslist,verifythefunctionalityoftheproductmeetsthedemandfortheproductspecifications.Automatedtestingisusedtotestthesoftwarerunningintheintegratedsystem.Thegoaloftheperformancetestisameasureofthegaprelativetothepredefinedtarget.Automatedtestingtoolstosupportthistestwork,weusethetestingtoolsQTP.GUItestingmainlyincludestwoaspects,oneistheinterfaceconsistentwiththeinterfacedesign;theotherhand,confirmthecorrectnessoftheinterfacetreatment.GUItestinginordertobetteradvocatetheseparationofinterfaceandfunctionalityanddesign.GeneralGUIsystemisdividedintothreelevelsoftheinterfaciallayer,interfaceandfunctionalityoftheinterfacelayer,functionlayer.GUItestingcanfocusontheinterfacelayerandtheinterfaceandfunctionalityandinterfacelayer.AlmightyAudioConverterisanaudioandvideofileformatconversionsoftware.Audiointerception,andmergeoperations,thefreeopensourceandscaleappropriatetoitscharacteristicsideallysuitedforsystemtesting.ThisdocumentwilltheAlmightyaudioconvertertestingsystemtesting,andcompletethewholetestingprocess.Keywords:systemtesting;functionaltesting;GUItesting;automation;all-roundaudioconverter目录摘要...........................................................I第一章绪论......................................................11.1开发背景...................................................11.2本课题研究的目标...........................................11.3本课题研究意义和研究内容...................................21.3.1本课题研究意义........................................21.3.2本课题研究内容........................................2第二章软件需求规格说明....