0%

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


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

ABAP programmers who remain unfamiliar with the automated unit testing facility and those who already use it but want to improve their skill writing and using automated tests. The book addresses the reluctance and trepidation felt by procedural ABAP programmers who need to know some object-oriented concepts to use this facility, expands their horizons, and helps them step through the doorway leading to a different approach to program design.

Table of Contents

  1. Cover
  2. Front Matter
  3. 1. Introduction
  4. 2. Preparing to Take the First Step
  5. 3. Software Quality
  6. 4. The Origins of Automated Unit Testing
  7. 5. Automated Unit Testing with ABAP
  8. 6. Rudiments
  9. 7. Design for Testability
  10. 8. Test Doubles
  11. 9. Service Locator
  12. 10. Leveraging the Service Locator
  13. 11. Test-Driven Development
  14. 12. Configurable Test Doubles
  15. 13. Obtaining Code Coverage Information Through ABAP Unit Testing
  16. 14. Cultivating Good Test Writing Skills
  17. 15. Welcome to Autropolis
  18. Back Matter
18.223.0.53