51Testing软件测试论坛

标题: 年前面sybaseQA的几道比试题(寻答案 最好说说理由 谢谢) [打印本页]

作者: jinder22    时间: 2009-2-17 14:51
标题: 年前面sybaseQA的几道比试题(寻答案 最好说说理由 谢谢)
年前面sybaseQA的几道比试题(寻答案 最好说说理由 谢谢)
1Why is  test automation important?

2The following is a pseudocode fragment that has no redeeming feature

except for the purpose of this question.(下面语句是一段伪代码)
module nonsense[]
/*a[] and b[] are global variables */
begin
int i,x
i=1
read(x)
while(i <x)do begin
a=b*x
if a>50 then
print("array a is over the limit")
else
print("ok")
i=i+1
end
print("end of nonsense")
end
Please list test cases to cover all branches in this fragment
(请设计一个测试用例涵盖该段代码各个分支)
3 Describe criterions that testing is completed(描述一个测试结束的准则)
4 What kinds of content should be included in a Test Plan?(For example,

available human resource)(在一个测试计划中能包含哪些内容,如可用的人力资源)
5 Please describe differences between functional testing and usability

testing(请描述功能测试和可用性测试之间的区别)
作者: xunmi    时间: 2009-2-17 15:06
1.自动化测试可以让测试人员从枯燥无味的手工重复性测试中解放出来,并且提供工作效率,通过自动化测试结果来分析功能和性能上的缺陷。
2.不会。
3.一个测试结束的标准可以查看已提交的BUG是否已经全部解决并已验证关闭,一般来说,BUG验证率在95%以上,并且没有大的影响功能的BUG处于未解决状态,就可以测试通过。
4.在一个测试计划中可以包含需要测试的产品的特点和主要功能模块,列出需要测试的功能点,并标明侧重点;测试的策略和记录(测试工具的确认,测试用例等文档模板,测试方法的确定);测试资源配置(确定测试每一阶段的任务和所需资源)
5.功能测试主要是黑盒测试,由测试人员进行,主要验证产品是否符合需求设计的要求;可用性测试主要是由用户来进行的测试,主要是对产品的易用性进行测试,通常开发人员和测试人员不参加。
随便写写的,不知道是否正确。。。。
作者: jinder22    时间: 2009-2-17 15:27
谢谢楼上 非常感谢 无以为报!
作者: black_tulip    时间: 2009-2-17 15:29
以身相许
作者: jinder22    时间: 2009-2-17 15:31
期待第2题答案
作者: bluedance2009    时间: 2009-7-17 10:01
为什么没人答第二题呀,呵呵,我们可以通过第二题的test case学到很多




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2