Content of "Essential Software Test Design"】的更多相关文章

Content of "Essential Software Test Design" 2015-11-16 PART I 7 TEST DESIGN TECHNIQUES: AN OVERVIEW PART II 8 THE OVERARCHING PROCESS OF TEST DESIGN 12 FROM USE CASES TO TEST CASES 13 STATE BASED TESTING 16 COMBINATORIAL TESTING PART III 22 ORGA…
http://www.infoq.com/articles/agile-software-architecture-sketches-NoUML If you're working in an agile software development team at the moment, take a look around at your environment. Whether it's physical or virtual, there's likely to be a story wal…
THE OVERARCHING PROCESS OF TEST DESIGN -Test note of “Essential Software Test Design” 2015-08-27 Content: 8.1 Preparation – Get the Big Picture8.2 Step One – Creating a Model of the Requirements8.3 Step Two – Covering the Model, Creating Base Test Ca…
Test Design Techniques - STATE BASED TESTING -Test note of “Essential Software Test Design” 2015-08-19 Content: 13.1 The Model  13.1.1 The ATM Machine13.2 Creating Base Test Cases  13.2.1 Ways of Covering the Graph  13.2.2 Coverage According to Chow …
TEST DESIGN TECHNIQUES: AN OVERVIEW -Test note of “Essential Software Test Design” 2015-11-16 目录: 7.1 Static and Dynamic Techniques7.3 Dynamic Test Design Techniques 7.1 Static and Dynamic Techniques Top Figure 7.1: Overview of test design techniques…
FROM USE CASES TO TEST CASES -Test note of “Essential Software Test Design” 2015-08-31 Content: 12.1 What are Use Cases?12.2 Use cases  12.2.1 Example: Use Case – Withdraw Money12.3 The Model – Compiling the Flow Graph12.4 Creating Base Test Cases  1…
COMBINATORIAL TESTING -Test note of “Essential Software Test Design” 2015-09-06 Content 16.1 Coverage16.2 Combination Strategies16.3 Input Parameter Modeling  16.3.1 Structural Input Parameter Modeling  16.3.2 Functional Input Parameter Modeling16.4…
列表格式为:图书分类.中文书名.英文书名.作者.排名不分先后,用红色标记出我推荐的书籍. 测试入门 软件测试(第2版) Software Testing (2e), Ron Patton 一本测试入门的好书,较全面地介绍了各种测试领域和方法,为测试新手提供了正确的观念和宽泛的基础. 软件测试的艺术(第2版) The Art of Software Testing (2e), Glenford J. Myers, Corey Sandler, Tom Badgett, Todd M. Thomas…
ORGANISING THE TEST CASES -Test note of “Essential Software Test Design” 2015-09-24 目录 22.1 Test Cases  22.1.1 Size and Subdivision in Test Cases  22.1.2 Components  22.1.4 Benefits and Drawbacks of Documenting in Such Detail22.2 Test Chains  22.2.3…
Creating Custom Content View Controllers 自定义内容视图控制器 Custom content view controllers are the heart of your app. You use them to present your app’s unique content. All apps need at least one custom content view controller. Complex apps divide the workl…