- 博客(16)
- 收藏
- 关注
转载 Appium过程中用到的adb点滴知识库
一.认识abdadb是什么?adb的全称为Android Debug Bridge,就是起到调试桥的作用。通过adb我们可以在Eclipse中方面通过DDMS来调试Android程序,说白了就是debug工具。 adb的工作方式比较特殊,采用监听Socket TCP 5554等端口的方式让IDE和Qemu通讯,默认情况下adb会daemon相关的网络端口,所以当我们运行Eclip...
2016-02-25 14:41:00
139
转载 Context上下文
As described earlier, context refers to the state of the application during test playback. Because an automated test is executing at the same time the application is, it is critical that they rem...
2015-08-27 15:44:00
144
转载 Modularity模块化
Modularity in this context refers to test scripts, whereas independence refers to test cases. Given that your test library will include a number of scripts that together make up an automated test...
2015-08-27 15:13:00
293
转载 Independence独立
Independence refers to the degree to which each test case stands alone. That is, does the success or failure of one test case depend on another, and if so what is the impact of the sequence of ex...
2015-08-27 11:51:00
254
转载 Optimization优化
When designing your tests, remember that more is not always better. The more tests you have, the more time it will take to develop, execute and maintain them.Optimization is important to be sure ...
2015-05-26 13:53:00
255
转载 The Automated Testing Handbook 自动化测试手册目录
Table ofContents目录Introduction引言Why automate?为什么要自动化?When not to automate什么时候不用自动化How not to automate如何实现自动化Setting realistic expectations制定切合实际的期望Get...
2015-05-26 10:58:00
156
转载 Maintainability可维护性
Just as application software must be designed in order to be maintainable over its useful life, so must your automated tests.正如应用软件必须设计,以便维护了其使用寿命,你的自动化测试必须如此。Applications are maintained cont...
2015-05-26 10:38:00
196
转载 Fundamentals of Test Automation测试自动化的基础
It is a mistake to assume that test automation is simply the capture and replay of a manual test process. In fact, automation is fundamentally different from manual testing:there are completely d...
2015-05-20 11:46:00
125
转载 Terminology术语
Throughout this Handbook we will be investing certain terms with specific meanings.在这本手册整个我们会定下某些条款具有特定的含义。Requiremen需求A required feature or function of the application under test. A busine...
2015-05-19 16:36:00
135
转载 Getting and keeping management commitment获得和保持管理层的承诺
There are three types of management commitment needed for successful test automation: money, time and resources. And it is just as important to keep commitment as it is to get it in the first pla...
2015-05-19 14:02:00
122
转载 Setting realistic expectations 设定切合实际的期望
All too often, automated testing tools are expected to save the day by making up for too little time, resources, or expertise. Unfortunately, when these expectations are inevitably disappointed, ...
2015-05-12 13:50:00
640
转载 How not to automate如何实现自动化
Whatever you do, do not simply distribute a testing tool among your testers and expect them to automate the test process. Just as you would never automate accounting by giving a program compiler ...
2015-05-11 09:01:00
113
转载 When not to automate 什么时候不进行自动化
The cornerstone of test automation is the premise that the expected application behavioris known. When this is not the case, it is usually better not to automate.测试自动化的基石的前提是预期的应用程序的行为是已知的。当不是...
2015-05-08 11:01:00
93
转载 Introduction 引言
The risk of software failure has never been greater. The estimated annual economic impact ranges from $60 billion for poor testing to $100 billion in lost revenues and increased costs. Unfortunat...
2015-05-07 16:20:00
135
转载 Why automate?为什么要自动化?
The need for speed is practically the mantra of the information age. Because technology is now being used as a competitive weapon on the front lines of customer interaction, delivery schedules ar...
2015-05-07 10:25:00
158
转载 The Automated Testing Handbook 自动化测试手册简介
Learn what works, what doesn't and why. The Automated Testing Handbook is a practical blueprint for successful test automation, complete with checklists, templates and techniques to help ...
2015-05-06 17:23:00
228
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人