随笔分类 -  软件测试作业

摘要:1、 安装SeleniumIDE插件 打开Selenium官网,选择download项中的Download latest released version from addons.mozilla.org,打开相应网址即可将SeleniumIDE添加到firefox中。 2、 学会使用Selenium 阅读全文
posted @ 2017-03-26 16:35 JasonLiu 阅读(929) 评论(0) 推荐(0)
摘要:一.Use the following method printPrimes() for questions a–d. (a) Draw the control flow graph for the printPrimes() method. (b) Considertestcasest1=(n=3) 阅读全文
posted @ 2017-03-12 17:46 JasonLiu 阅读(458) 评论(0) 推荐(0)
摘要:1. Install Junit(4.12), Hamcrest(1.3) with Eclipse 选中新建的项目,右键->Propertise->Java Build Path->Add External JARs 然后选中之前下好的junit-4.12.jar与hamcrest-core-1. 阅读全文
posted @ 2017-03-12 17:41 JasonLiu 阅读(1201) 评论(0) 推荐(0)
摘要:软件测试中的错误Failure, Error, Fault的区别: Failure: External, incorrect behavior with respect to the requirements or other description of the expected behavior 阅读全文
posted @ 2017-03-01 20:09 JasonLiu 阅读(3742) 评论(0) 推荐(0)
摘要:回顾从大一到大三的学习生活,我在学习过程中遇到过许多BUG,刚开始和罗凯老师学习C++时从来没有接触过编程,那时候导致程序不能运行的原因多是语法错误和拼写错误,到了大一下学期,错误多出现在循环与条件跳转的逻辑上,有一次作业是骑士游历问题,在我的程序中由于出现了死循环,以及算法思路不够清晰,考虑问题不 阅读全文
posted @ 2017-02-23 19:47 JasonLiu 阅读(4497) 评论(0) 推荐(0)