2006年上半年《软件评测师》上午试题(参考答案版)

0
收藏   分享
  • 卷面总分:75分
  • 试卷类型:真题考试
  • 测试费用:免费
  • 答案解析:是
  • 练习次数:251次
  • 作答时间:150分钟
试卷简介
2006年上半年《软件评测师》上午试题(参考答案版):2006年上半年《软件评测师》上午试题(参考答案版):本试卷总分75分;共有1类型题目
试卷预览
1

WebSQLis

  • a SQL-like ___(71)___ language for extracting information from the we
  • b. Its
  • capabilities for performing navigation of web ___(72)___ make it a useful tool for automating several web-relate
  • d tasks that require the systematic processing of either all the links in a ___(73)___ , all the pages that can be reached from a given URL through ___(74)___ that match a pattern, or a combination of both. WebSQL also provides transparent access to index
5

在网络应用测试中,网络延迟是一个重要指标。以下关于网络延迟的理解,正确的是___(64)___

(64)

  • 在网络应用测试中,网络延迟是一个重要指标。以下关于网络延迟的理解,正确的是___(64)___    (64)A.指响应时间
  • B.指报文从客户端发出到客户端接收到服务器响应的间隔时间
  • C.指报文在网络上的传输时间
  • D.指从报文开始进入网络到它开始离开网络之间的时间
5

Origin

  • ally introduced
  • by Nets
  • cape Communications,___(66)___ are a general mechanism which HTTP Server si
  • de applications, such as CGI (67) , can use to both store and retrieve information on the HTTP ___(68)___ side of the connection. Basically, Cookies can be used to compensate for the ___(69)___ nature of HTTP. The addition of a simple, persistent, client-
1

针对下面程序段,边界值问题可以定位在___(62)___。

1:Rem Cre

  • ate a 10 element integer array    2:Rem lnitialize each element to -1    3:Dim data(10) As Integer    4:Dim i As Integer    5:For i=1 TO 10    6:data(i)=-1
  • B. data(0)  
  • C.
  • data(9)   D. data(10)
5

___(61)___方法根据输出对输入的依赖关系设计测试用例。

(61)

  • A.路径测试    
  • B.等价类    
  • C.因果图    
  • D.边界值
5

对于业务流清晰的系统可以利用___(57)___贯穿整个测试用例设计过程广在用例中综合使用各种测试方法,对于参数配置类的软件,要用___(58)___选择较少的组合方式达到最佳效果,如果程序的功能说明中含有输入条件的组合情况,则一开始就可以选用___(59)___和判定表驱动法。

(57)

  • A.等价类划分    
  • B.因果图法    
  • C.正交试验法   
  • D.场景法    (58)A.等价类划分    B.因果图法    C.正交试验法   D.场景法    (59)A.等价类划分    B.因果图法    C.正交试验法   D.场景法
5

逻辑路径覆盖法是白盒测试用例的重要设计方法,其中语句覆盖法是较为常用的方法,针对下面的语句段,采用语句覆盖法完成测试用例设计,测试用例见下表,对表中的空缺项(True或者False),正确的选择是(60)___。

语句段:

if (A && (B||C)) x=l;

else x=O;

用例表:

用例1

用例2

  • A
  • FALSE
  • B
  • FALSE
  • C
  • A &&(B||C)
  • FALSE
  • C.①FALSE ②FALSE ③TRUE      D.①TRUE ②TRUE ③FALSE
9

用边界值分析法,假定1

(54)

  • A.X=1,X=100  
  • B.X=0,X=1,X=100,X=101  
  • C.X=2,X=99  
  • D.X=O,X=101