某公司欲开发一套基于Web的房屋中介系统,以有效管理房源和客户,提升成交效率。该系统的主要功能是:(1)房源管理。员工或客户对客户拟出售/出租的意向房进行登记和管理。(2)客户管理。员工对客户信息进行管理,支持客户交互。(3)房源推荐。根据客户的需求和房源情况,进行房源推荐。(4)交易管理。对租售客户双方进行交易管理,收取中介费,更改客户状态。【问题1】系统前端采用HTML5实现,以使用户可以通过电脑和不同移动设备的浏览器进行访问。请设计兼容性测试矩阵,对系统浏览器兼容性进行测试。【问题2】客户交易时,前端采用表单提交价格(正整数,单位:元)和中介费比例(0到1之间的小数,保留小数点后2位),针对这一功能设计4个测试用例。【问题3】采用性能测试工具在对系统性能测试时,采用Apdex(应用性能指数)对用户使用该系统的性能满意度进行度量,系统需要满足的Apdex指数为0.85以上。Apdex量化时,对应的用户满意度分为三个区间,通过响应时间阈值(Threshold)T来划分,Apdex的用户满意度区间如下:满意:(0,T],让用户感到很愉快容忍: (T,4T],慢了一点,但还可以接受,继续这一应用过程失望:高于4T,太慢了,受不了,用户决定放弃这个应用Apdex的计算入如下:Apdex= (满意的样本数+容忍的样本数/2) /总样本数针对用户功能,本系统设定T=2秒,记录响应时间,统计样本数量,2秒以下记录数4000,2~8秒记录数1000,大于8秒500。请计算本系统的Apdex指数,并说明本系统是否到达要求。
正确答案及解析
正确答案
解析
【问题1】
【问题2】
10000,0.12(整数,0~1之间的小数)1000.99,0.12(非整数,0~1之间的小数)10000,1(整数,非小数)10000,2.12(整数,不在0~1之间的小数)【问题3】不满足要求:Apdex=(4000+1000/2)/(4000+1000+500)=0.82,小于0.85的要求值
【问题1】本体要求对电脑和不同的移动设备的浏览器进行兼容性测试,其兼矩阵设计,参考如下:
【问题2】题干要求对价格(整数)和中介比例(0到1之间的小数,保留2位小数)的测试用例:对于价格应该出现整数和非整数对中介比例应该出现两位小数,0~1之间的小数,不在0~1之间的小数,其他情况;所以测试用例可以选择:10000,0.12(整数,0~1之间的小数)1000.99,0.12(非整数,0~1之间的小数)10000,1(整数,非小数)10000,2.12(整数,不在0~1之间的小数)【问题3】不满足要求:Apdex=(4000+1000/2)/(4000+1000+500)=0.82,小于0.85的要求值
你可能感兴趣的试题
Advancements in ( )have contributed to the growth of the automotive industry through the creation and evolution of self-driving vehicles.
-
- A.Artificial Intelligence
- B.Cloud Computing
- C.Internet of Things
- D.Big Data
- 查看答案
In project human resource management , ( )is not a source of power for the project manager.
-
- A.referent power
- B.expert power
- C.reward power
- D.audit power
- 查看答案
At the project establishment stage , the feasibility study mainly includes techinical feasibility analysis , ( ), operation environment feasibility analysis and other aspects of feasibility analysis.
-
- A.detail feasibility analysis
- B.opportunity analysis
- C.economic feasibility analysis
- D.risk analysis
- 查看答案
( )is a grid that shows the project resources assigned to each work package.
-
- A.Stakeholder engagement assessment matrix
- B.Requirements traceability matrix
- C.Probability and impact matrix
- D.Responsibility assignment matrix
- 查看答案
Xinhua News Agency reported in January 2022,Chian will further promote the developmet of a digital economy during the 14th Five-Year Plan eriod(2021-2025). The plan also emphasized industrial ( )transformation.
-
- A.digital
- B.networking
- C.intelligentize
- D.informatization
- 查看答案