MIP.watch('count', function (newVal, oldVal) { fetch('http://www.chazidian.com/kaoshi/ajaxapi/?action=guanzhu&id=124190&type=2') .then(function (res) { var follows2 = MIP.getData('follows') if(follows2==1){ MIP.setData({ follows:2, title:'收藏' }) } if(follows2==2){ console.log(2) MIP.setData({ follows:1, title:'已收藏' }) } }) .catch(function (err) { console.log('数据请求失败!') }) })

单元测试时,调用被测模块的是

A、桩模块
B、通信模块
C、驱动模块
查看答案
正确答案:

C

答案解析:

暂无解析

上一题
你可能感兴趣的试题

自底向上集成需要测试员编写驱动程序。

如果一个产品中次严重的缺陷基本完成修正并通过复测,这个阶段的成品是

A、Alpha版
B、Beta版
C、正版

测试设计员的职责有

A、制定测试计划
B、设计测试用例
C、设计测试过程,脚本
D、评估测试活动

软件开发全过程的测试工作都可以实现自动化。

Beta测试是验收测试的一种。

热门试题 更多>
相关题库更多>
网络技术
数据库
信息安全技术
软件测试技术