ietester

面试官问:App测试和Web测试有什么区别?这样回答offer就要来了

十年热恋 提交于 2020-10-14 03:54:23
app 测试和 web 测试有什么区别?   WEB 测试和 p App 测试从流程上来说,没有区别。都需要经历测试计划方案,用例设计,测试执行,缺陷管理,测试报告等相关活动。从技术上来说,WEB 测试和 APP 测试其测试类型也基本相似,都需要进行功能测试、性能测试、安全性测试、GUI 测试等测试类型。   他们的主要区别在于具体测试的细节和方法有区别,比如:性能测试,在 WEB测试只需要测试响应时间这个要素,在 App 测试中还需要考虑流量测试和耗电量测试。 兼容性测试:    在 WEB 端是兼容浏览器,在 App 端兼容的是手机设备。而且相对应的兼容性测试工具也不相 同,WEB 因为是测试兼容浏览器,所以需要使用不同的浏览器进行兼容性测试(常见的是兼容 IE6,IE8,chrome,firefox)如果是手机端, 那么就需要兼容不同品牌,不同分辨率,不同 android 版本甚至不同操作系统的兼容。(常见的兼容方式是兼容市场占用率前 N 位的手机即可),有时候也可 以使用到兼容性测试工具,但 WEB 兼容性工具多用 IETester 等工具,而 App 兼容性测试会使用 Testin 这样的商业工具也可以做测试。 安装测试: WEB 测试基本上没有客户端层面的安装测试,但是 App 测试是存在客户端层面的安装测试,那么就具备相关的测试点。还有,App 测试基于手机设备

面试官问:App测试和Web测试有什么区别?这样回答offer就要来了

淺唱寂寞╮ 提交于 2020-08-14 05:28:09
app 测试和 web 测试有什么区别?   WEB 测试和 p App 测试从流程上来说,没有区别。都需要经历测试计划方案,用例设计,测试执行,缺陷管理,测试报告等相关活动。从技术上来说,WEB 测试和 APP 测试其测试类型也基本相似,都需要进行功能测试、性能测试、安全性测试、GUI 测试等测试类型。   他们的主要区别在于具体测试的细节和方法有区别,比如:性能测试,在 WEB测试只需要测试响应时间这个要素,在 App 测试中还需要考虑流量测试和耗电量测试。 兼容性测试:    在 WEB 端是兼容浏览器,在 App 端兼容的是手机设备。而且相对应的兼容性测试工具也不相 同,WEB 因为是测试兼容浏览器,所以需要使用不同的浏览器进行兼容性测试(常见的是兼容 IE6,IE8,chrome,firefox)如果是手机端, 那么就需要兼容不同品牌,不同分辨率,不同 android 版本甚至不同操作系统的兼容。(常见的兼容方式是兼容市场占用率前 N 位的手机即可),有时候也可 以使用到兼容性测试工具,但 WEB 兼容性工具多用 IETester 等工具,而 App 兼容性测试会使用 Testin 这样的商业工具也可以做测试。 安装测试: WEB 测试基本上没有客户端层面的安装测试,但是 App 测试是存在客户端层面的安装测试,那么就具备相关的测试点。还有,App 测试基于手机设备

prompt() with Internet Explorer 8

孤街醉人 提交于 2019-12-10 12:57:08
问题 I am having a hard time figuring out a solution for my problem. Here's a code snippet: var ans = prompt("Mot de passe", ''); if (ans != '' && ans != null) __doPostBack('__Page', ans); else window.location = "../Erreurs/NotAuthorized.aspx"; This code works really great with Internet Explorer 9. But my client is exclusively working with Internet Explorer 8 so I tested it with ieTester in IE8. But the problem is that the prompt doesn't show and it automatically redirect because the input had an

Testing IE6 with Firebug Lite

半世苍凉 提交于 2019-11-30 05:27:13
问题 I'm using IEtester to test in IE6, because the client want the page to be seen in it. Till a few weeks ago, I could work as good as possible using the firebug lite Stable Channel in IE6 on the IETester. Now I can't! I don't know what changed... and I don't know how to work now, how to test the CSS online etc. I have tried all the posibilities in http://getfirebug.com/firebuglite#Stable . Using the live link of each one, using the favorite button and/or downloading the firebug and adding a