語系:
繁體中文
English
說明(常見問題)
回圖書館首頁
手機版館藏查詢
登入
回首頁
切換:
標籤
|
MARC模式
|
ISBD
Automated unit testing with ABAP = a...
~
McDonough, James E.
FindBook
Google Book
Amazon
博客來
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.
出版者:
Berkeley, CA :Apress : : 2021.,
面頁冊數:
xv, 393 p. :ill., digital ;24 cm.
內容註:
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.
Contained By:
Springer Nature eBook
標題:
Computer software - Testing. -
電子資源:
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. - Berkeley, CA :Apress :2021. - xv, 393 p. :ill., digital ;24 cm.
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:
570748
Computer software
--Testing.
LC Class. No.: QA76.76.T48
Dewey Class. No.: 005.14
Automated unit testing with ABAP = a practical approach /
LDR
:04297nmm a2200337 a 4500
001
2238809
003
DE-He213
005
20210702113755.0
006
m d
007
cr nn 008maaau
008
211111s2021 cau s 0 eng d
020
$a
9781484269510
$q
(electronic bk.)
020
$a
9781484269503
$q
(paper)
024
7
$a
10.1007/978-1-4842-6951-0
$2
doi
035
$a
978-1-4842-6951-0
040
$a
GP
$c
GP
041
0
$a
eng
050
4
$a
QA76.76.T48
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
005.14
$2
23
090
$a
QA76.76.T48
$b
M136 2021
100
1
$a
McDonough, James E.
$3
3492208
245
1 0
$a
Automated unit testing with ABAP
$h
[electronic resource] :
$b
a practical approach /
$c
by James E. McDonough.
260
$a
Berkeley, CA :
$b
Apress :
$b
Imprint: Apress,
$c
2021.
300
$a
xv, 393 p. :
$b
ill., digital ;
$c
24 cm.
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
0
$a
Computer software
$x
Testing.
$3
570748
650
1 4
$a
Software Management.
$3
2139173
710
2
$a
SpringerLink (Online service)
$3
836513
773
0
$t
Springer Nature eBook
856
4 0
$u
https://doi.org/10.1007/978-1-4842-6951-0
950
$a
Business and Management (SpringerNature-41169)
筆 0 讀者評論
館藏地:
全部
電子資源
出版年:
卷號:
館藏
1 筆 • 頁數 1 •
1
條碼號
典藏地名稱
館藏流通類別
資料類型
索書號
使用類型
借閱狀態
預約狀態
備註欄
附件
W9400694
電子資源
11.線上閱覽_V
電子書
EB QA76.76.T48
一般使用(Normal)
在架
0
1 筆 • 頁數 1 •
1
多媒體
評論
新增評論
分享你的心得
Export
取書館
處理中
...
變更密碼
登入