語系:
繁體中文
English
說明(常見問題)
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Automated Unit Testing with ABAP = A...
~
McDonough, James E.
Automated Unit Testing with ABAP = A Practical Approach /
紀錄類型:
書目-語言資料,印刷品 : Monograph/item
正題名/作者:
Automated Unit Testing with ABAP/ by James E. McDonough.
其他題名:
A Practical Approach /
作者:
McDonough, James E.
面頁冊數:
XV, 393 p. 16 illus.online resource. :
Contained By:
Springer Nature eBook
標題:
Software Management. -
電子資源:
https://doi.org/10.1007/978-1-4842-6951-0
ISBN:
9781484269510
Automated Unit Testing with ABAP = A Practical Approach /
McDonough, James E.
Automated Unit Testing with ABAP
A Practical Approach /[electronic resource] :by James E. McDonough. - 1st ed. 2021. - XV, 393 p. 16 illus.online resource.
Chapter 1: Introduction -- Chapter 2: Preparing to Take the First Step -- Chapter 3: Software Quality -- Chapter 4: The Origins of Automated Unit Testing -- Chapter 5: Automated Unit Testing with ABAP -- Chapter 6: Rudiments -- Chapter 7: Design for Testability -- Chapter 8: Test Doubles -- Chapter 9: Service Locator -- Chapter 10: Leveraging the Service Locator -- Chapter 11: Test-Driven Development -- Chapter 12: Configurable Test Doubles -- Chapter 13: Obtaining Code Coverage Information Through ABAP Unit Testing -- Chapter 14: Cultivating Good Test Writing Skills -- Chapter 15: Welcome to Autropolis -- Appendix A: Requirements Documentation and ABAP Exercise Programs -- Appendix B: Answers to Chapter Quizzes -- Appendix C: Concepts Associated with Defining Local Test Classes.-.
Write automated unit tests for the ABAP language. This book teaches programmers using simple examples and metaphors and explains the underlying concepts of writing effective automated unit tests. Many, if not most, ABAP programmers learned their programming and testing skills before the ABAP development environment provided an automated unit testing facility. Automated Unit Testing with ABAP: A Practical Approach offers hope and salvation to ABAP programmers who continue to toil with antiquated manual unit testing processes, taking them by the hand and lifting them out of that dungeon of despair with a modern and proven alternative. It begins by explaining how the xUnit family of automated testing frameworks provides a quick and effective means of insuring high-quality software. It then focuses on the ABAP Unit Testing Facility, the xUnit framework applicable specifically to the ABAP language, showing how it can be used to bring ABAP applications under automated testing control, from old legacy applications to those newly written. Whereas xUnit testing has been widely accepted with developers writing in many other programming languages, it is an unfortunate fact in the ABAP community that many programmers still are unfamiliar with xUnit concepts and do not know how to begin implementing automated unit testing into their development process. This book demonstrates how to refactor programs so they become designed for testability, showing how to use process encapsulation and test isolation to facilitate automated testing, including a thorough explanation of test-driven development and the use of test doubles. The book: Shows how to write automated unit tests for ABAP Instills ABAP programmers with the confidence to refactor poorly written code Explains how an automated testing harness facilitates rapid software development Teaches how to utilize test-driven development (TDD) with ABAP Offers advice and tips on the best ways to write automated unit tests You will: Become familiar with the xUnit approach to testing Know the ABAP statements that interfere with running automated unit tests and how to accommodate them Understand what it means to isolate code for testing and how this is achieved Gain the confidence to refactor poorly written code Make ABAP programs designed for testability Reap the benefits of spending less time manually unit testing ABAP programs Use test-driven development (TDD) with ABAP programming Use configurable test doubles in ABAP.
ISBN: 9781484269510
Standard No.: 10.1007/978-1-4842-6951-0doiSubjects--Topical Terms:
1069200
Software Management.
LC Class. No.: HD30.2
Dewey Class. No.: 658.4038
Automated Unit Testing with ABAP = A Practical Approach /
LDR
:04581nam a22003975i 4500
001
1049857
003
DE-He213
005
20210624050140.0
007
cr nn 008mamaa
008
220103s2021 xxu| s |||| 0|eng d
020
$a
9781484269510
$9
978-1-4842-6951-0
024
7
$a
10.1007/978-1-4842-6951-0
$2
doi
035
$a
978-1-4842-6951-0
050
4
$a
HD30.2
072
7
$a
KJQ
$2
bicssc
072
7
$a
COM005000
$2
bisacsh
072
7
$a
KJQ
$2
thema
072
7
$a
UF
$2
thema
082
0 4
$a
658.4038
$2
23
100
1
$a
McDonough, James E.
$4
aut
$4
http://id.loc.gov/vocabulary/relators/aut
$3
1173517
245
1 0
$a
Automated Unit Testing with ABAP
$h
[electronic resource] :
$b
A Practical Approach /
$c
by James E. McDonough.
250
$a
1st ed. 2021.
264
1
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
XV, 393 p. 16 illus.
$b
online resource.
336
$a
text
$b
txt
$2
rdacontent
337
$a
computer
$b
c
$2
rdamedia
338
$a
online resource
$b
cr
$2
rdacarrier
347
$a
text file
$b
PDF
$2
rda
505
0
$a
Chapter 1: Introduction -- Chapter 2: Preparing to Take the First Step -- Chapter 3: Software Quality -- Chapter 4: The Origins of Automated Unit Testing -- Chapter 5: Automated Unit Testing with ABAP -- Chapter 6: Rudiments -- Chapter 7: Design for Testability -- Chapter 8: Test Doubles -- Chapter 9: Service Locator -- Chapter 10: Leveraging the Service Locator -- Chapter 11: Test-Driven Development -- Chapter 12: Configurable Test Doubles -- Chapter 13: Obtaining Code Coverage Information Through ABAP Unit Testing -- Chapter 14: Cultivating Good Test Writing Skills -- Chapter 15: Welcome to Autropolis -- Appendix A: Requirements Documentation and ABAP Exercise Programs -- Appendix B: Answers to Chapter Quizzes -- Appendix C: Concepts Associated with Defining Local Test Classes.-.
520
$a
Write automated unit tests for the ABAP language. This book teaches programmers using simple examples and metaphors and explains the underlying concepts of writing effective automated unit tests. Many, if not most, ABAP programmers learned their programming and testing skills before the ABAP development environment provided an automated unit testing facility. Automated Unit Testing with ABAP: A Practical Approach offers hope and salvation to ABAP programmers who continue to toil with antiquated manual unit testing processes, taking them by the hand and lifting them out of that dungeon of despair with a modern and proven alternative. It begins by explaining how the xUnit family of automated testing frameworks provides a quick and effective means of insuring high-quality software. It then focuses on the ABAP Unit Testing Facility, the xUnit framework applicable specifically to the ABAP language, showing how it can be used to bring ABAP applications under automated testing control, from old legacy applications to those newly written. Whereas xUnit testing has been widely accepted with developers writing in many other programming languages, it is an unfortunate fact in the ABAP community that many programmers still are unfamiliar with xUnit concepts and do not know how to begin implementing automated unit testing into their development process. This book demonstrates how to refactor programs so they become designed for testability, showing how to use process encapsulation and test isolation to facilitate automated testing, including a thorough explanation of test-driven development and the use of test doubles. The book: Shows how to write automated unit tests for ABAP Instills ABAP programmers with the confidence to refactor poorly written code Explains how an automated testing harness facilitates rapid software development Teaches how to utilize test-driven development (TDD) with ABAP Offers advice and tips on the best ways to write automated unit tests You will: Become familiar with the xUnit approach to testing Know the ABAP statements that interfere with running automated unit tests and how to accommodate them Understand what it means to isolate code for testing and how this is achieved Gain the confidence to refactor poorly written code Make ABAP programs designed for testability Reap the benefits of spending less time manually unit testing ABAP programs Use test-driven development (TDD) with ABAP programming Use configurable test doubles in ABAP.
650
1 4
$a
Software Management.
$3
1069200
650
0
$a
Management information systems.
$3
561123
710
2
$a
SpringerLink (Online service)
$3
593884
773
0
$t
Springer Nature eBook
776
0 8
$i
Printed edition:
$z
9781484269503
776
0 8
$i
Printed edition:
$z
9781484269527
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6951-0
912
$a
ZDB-2-BUM
912
$a
ZDB-2-SXBM
950
$a
Business and Management (SpringerNature-41169)
950
$a
Business and Management (R0) (SpringerNature-43719)
筆 0 讀者評論
多媒體
評論
新增評論
分享你的心得
Export
取書館別
處理中
...
變更密碼[密碼必須為2種組合(英文和數字)及長度為10碼以上]
登入