欢迎来到天天文库
浏览记录
ID:26917122
大小:1.55 MB
页数:70页
时间:2018-11-30
《基于代码植入技术嵌入式软件测试》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、摘要随着嵌入式系统的应用范围不断扩大,嵌入式软件的测试越来越受到重视。本文关注于嵌入式软件的自动化测试,应用测试用例自动生成技术和代码植入技术设计了一套应用于嵌入式软件自动化测试的通用方案,解决了针对二进制代码的自动化测试的问题。本文在研究自动化测试技术的同时,结合嵌入式软件测试的特殊要求,提出了三种应用于嵌入式软件自动测试的测试用例生成程序的模型和测试结果的传输存储模型。为了实现将用于测试的代码插入被测程序的目的,本文采用代码植入技术设计并实现了针对二进制代码的代码植入工具,该工具在不改变程序本身逻辑结构的前提下,通过代码替换的方式移动少量原程序代码到被测系统内存中的
2、空闲代码段,并且将测试辅助代码同时植入空闲代码段,以实现测试辅助代码与被测代码同在被测系统中运行的目的。针对实际应用需求,本文将测试用例自动生成技术与代码植入技术相结合,将测试用例生成模块和用于覆盖分析的辅助代码植入被测二进制代码中,在实际系统中运行修改后的被测代码,完成自动测试过程。经过实践检验,该测试方案的实现结果满足设计的预期目标,达到了提高测试效率的目的。关键词:二进制代码代码植入测试用例自动生成嵌入式软件AbstractAstheapplicationofembeddedsystemiscontinuedtoexpand,embeddedsoftware
3、testingistakenmoreandmoreattention.Thispaperfocusonautomationtestingofembeddedsoftware,andusestestcaseautomatedgenerationtechnologyandcodeimplantationtechnologytodesignamethodofautomationtestingforembeddedsoftware,whichcanresolvetheproblemofautomatedtestingforbinarycode.Basedonresearchin
4、gofautomatedtestingtechnologyandthespecialrequirementsofembeddedsoftwaretesting,weproposethreemodelsusedintheautomatictestcasegenerationandamodelusedforstoragethetestresult.Inordertoachievethepurposeofinsertthetestcodeintotheprogram,thispaperrealizesatoolofbinarycodeimplantationbythecode
5、implantationtechnology.Thetoolmovessomecodesoftheprogramontestedandtestcodetotheidlecodesegmentofsystemmemorythroughcodereplacement.Inthismethod,thestructureofprogramontestedwillnotbechangedandthetestcodecanruninsameenvironmentwiththeprogramontested.Forthedemandofpracticalapplications,th
6、isarticlecombinesautomatictestcasegenerationandcodeimplantationtechnologytogether,andimplantsthetestcasegeneratorandtestcodeintotheprogramontestedtodrivetheprocessoftesting.Inpractice,theresultsofthetestingmethodcanmeetthegoalsofthedesigningandcanmakeembeddedsoftwaretestingmoreefficiency
7、.Keyword:binarycodescodeimplantationtestcaseautomaticgenerationembeddedsoftware目录第一章绪论..................................................................................................................11.1研究背景.............................................................
此文档下载收益归作者所有