Book description
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 underautomated 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) withABAP
- Offers advice and tips on the best ways to write automated unit tests
What You Will Learn
- 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
Who This Book Is For
Table of contents
- Cover
- Front Matter
- 1. Introduction
- 2. Preparing to Take the First Step
- 3. Software Quality
- 4. The Origins of Automated Unit Testing
- 5. Automated Unit Testing with ABAP
- 6. Rudiments
- 7. Design for Testability
- 8. Test Doubles
- 9. Service Locator
- 10. Leveraging the Service Locator
- 11. Test-Driven Development
- 12. Configurable Test Doubles
- 13. Obtaining Code Coverage Information Through ABAP Unit Testing
- 14. Cultivating Good Test Writing Skills
- 15. Welcome to Autropolis
- Back Matter
Product information
- Title: Automated Unit Testing with ABAP: A Practical Approach
- Author(s):
- Release date: April 2021
- Publisher(s): Apress
- ISBN: 9781484269510
You might also like
article
Run Llama-2 Models Locally with llama.cpp
Llama is Meta’s answer to the growing demand for LLMs. Unlike its well-known technological relative, ChatGPT, …
book
Microservices in SAP HANA XSA: A Guide to REST APIs Using Node.js
Build enterprise-grade microservices in the SAP HANA Advanced Model (XSA). This book explains building scalable APIs …
book
ASP.NET Web API 2 Recipes: A Problem Solution Approach
ASP.NET Web API Recipes provides you with the code to solve a full range of Web …
book
Object-Oriented Design with ABAP: A Practical Approach
Conquer your fear and anxiety learning how the concepts behind object-oriented design apply to the ABAP …