Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Automated Testing in Microsoft Dynamics 365 Business Central - Second Edition

You're reading from  Automated Testing in Microsoft Dynamics 365 Business Central - Second Edition

Product type Book
Published in Dec 2021
Publisher Packt
ISBN-13 9781801816427
Pages 406 pages
Edition 2nd Edition
Languages

Table of Contents (22) Chapters

Preface 1. Section 1: Automated Testing – A General Overview
2. Chapter 1: Introduction to Automated Testing 3. Chapter 2: Test Automation and Test-Driven Development 4. Section 2:Automated Testing in Microsoft Dynamics 365 Business Central
5. Chapter 3: The Testability Framework 6. Chapter 4: The Test Tools, Standard Tests, and Standard Test Libraries 7. Section 3:Designing and Building Automated Tests for Microsoft Dynamics 365 Business Central
8. Chapter 5: Test Plan and Test Design 9. Chapter 6: From Customer Wish to Test Automation – the Basics 10. Chapter 7: From Customer Wish to Test Automation – Next Level 11. Chapter 8: From Customer Wish to Test Automation – the TDD way 12. Section 4:Integrating Automated Tests in Your Daily Development Practice
13. Chapter 9: How to Integrate Test Automation in Daily Development Practice 14. Chapter 10: Getting Business Central Standard Tests Working on Your Code 15. Section 5:Advanced Topics
16. Chapter 11: How to Construct Complex Scenarios 17. Chapter 12: Writing Testable Code 18. Chapter 13: Testing Incoming and Outgoing Calls 19. Section 6:Appendix
20. Other Books You May Enjoy Appendix: Getting Up and Running with Business Central, VS Code, and the GitHub Project

Preface

With recent changes, not least the evolution of Microsoft Dynamics NAV into Dynamics 365 Business Central, your development practices need to become more formal. Your success will depend, more than ever before, on your ability to determine the quality of your work more quickly and more consistently. Traditional, that is, manual testing, practices will not be sufficient anymore. So, you need to learn automated testing and how to efficiently include this in your daily work. In this book, you will learn how it will enhance your work, functionally and technically, and hopefully learn to love it.

Who this book is for

This book is for developers, development managers, testers, functional consultants, and power users working with Microsoft Dynamics 365 Business Central. Being a book on automated testing techniques, it caters to both the functional and technical aspects of Business Central development.

The reader is assumed to have a general understanding of Dynamics 365 Business Central as an application and how this application can be extended. Even though some sections will be dedicated to the coding of automated tests, it's not mandatory to be able to write code for Dynamics 365 Business Central. Overall, it sure gives the reader an advantage to be able to think as a tester.

What this book covers

Chapter 1, Introduction to Automated Testing, introduces you to automated testing: why you would want to use it, what it exactly entails, and when you should use it.

Chapter 2, Test Automation and Test-Driven Development, gives a short description of what Test-Driven Development (TDD) is and points out parts that can be of value to your daily development practices too.

Chapter 3, The Testability Framework, elaborates on how Microsoft Dynamics 365 Business Central enables you to run automated tests, and what this so-called Testability Framework actually is by describing its five pillars.

Chapter 4, The Test Tools, Standard Tests, and Standard Test Libraries, introduces the testing tool that resides in Dynamics 365 Business Central and allows you to run tests. Alongside that, we will discuss the standard tests and test libraries that Microsoft provides with Dynamics 365 Business Central.

Chapter 5, Test Plan and Test Design, discusses a couple of concepts and design patterns that allow you to conceive your tests more effectively and efficiently.

Chapter 6, From Customer Wish to Test Automation – the Basics, teaches you – and allows you to practice, based on a business case – how to get from a customer's requirement to the implementation of automated tests. In this chapter, you will make use of standard test libraries and techniques discussed in the previous chapters. The examples in this chapter will teach you the basics of headless and UI testing, and how to handle a positive-negative test.

Chapter 7, From Customer Wish to Test Automation – Next Level, continues the business case from Chapter 6, From Customer Wish to Test Automation – the Basics, and introduces some more advanced techniques: how to make use of shared fixtures, how to parameterize tests, and how to handle UI elements and hand over variables to these so-called UI handlers.

Chapter 8, From Customer Wish to Test Automation – the TDD Way, elaborates on how you can get your (test) coding done the Test-Driven Development way, putting test first all the way. Meanwhile you'll get introduced to two more examples and continue with the same business case from the previous two chapters: how to go about testing a report and how to set up permission testing.

Chapter 9, How to Integrate Test Automation in Daily Development Practice, discusses a number of best practices that might turn out to be beneficial for you and your team in getting test automation up and running in your day-to-day work.

Chapter 10, Getting Business Central Standard Tests Working on Your Code, discusses why you would want to use the standard test collateral Microsoft provides with Dynamics 365 Business Central, and how to fix errors when standard tests fail due to your extension of the standard application.

Chapter 11, How to Construct Complex Scenarios, shows you how to go about getting automated tests in place for complex scenarios, how to create reusable parts for them, and how to make use of already existing helper functions in the Microsoft test libraries.

Chapter 12, Writing Testable Code, introduces the concept of testable code: how to get your application code better suited to be tested with automated tests.

Chapter 13, Testing Incoming and Outgoing Calls, discusses how to test features that communicate with external systems, either being called from or calling on the outside world.

Appendix, Getting Up and Running with Business Central, VS Code, and the GitHub Project, pays attention to VS Code and AL development, and the code examples to be found in the repository on GitHub.

To get the most out of this book

This book is an introduction to test automation for Dynamics 365 Business Central. On one hand, various concepts and terminology are discussed, and on the other hand, we will also practice them by coding tests. To get the most out of this book, you might want to practice what is preached by implementing the code examples discussed. As this book, however, does not cover how to program for Business Central, you might first want to read the tips given in Appendix, Getting Up and Running with Business Central, VS Code, and the GitHub Project.

If your learning style is to start by finding out the principles, terminology, and concepts, start reading Chapter 1, and move slowly into the more practical Section 3, Designing and Building Automated Tests for Microsoft Dynamics 365 Business Central. If your style is more learning by doing, you could dare to take a deep dive into Chapter 6, Chapter 7, and Chapter 8 straight away, and read the various backgrounds later or while working through the chapters.

Note

We advise you to type the code yourself or access the code from the book's GitHub repository (a link is available in the next section). Doing so will help you avoid any potential errors related to the copying and pasting of code.

Download the example code files

You can download the example code files for this book from GitHub at https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition. If there's an update to the code, it will be updated in the GitHub repository.

We also have other code bundles from our rich catalog of books and videos available at https://github.com/PacktPublishing/. Check them out!

Get the color images

You can find the color images of the screenshots and diagrams used in this book in the GitHub repository: https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central-Second-Edition/tree/main/Graphics.

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The only step to be taken is to add the following code to the relevant Initialize function."

A block of code is set as follows:

fields
{
  field(1; Code; Code[10]){}
  field(2; Description; Text[50]){}
} 

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold and in specific coloring with respect to certain tags:

[FEATURE] LookupValue Customer 
[SCENARIO #0001] Assign lookup value to customer
[GIVEN] A lookup value
[GIVEN] A customer 

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: "Select System info from the Administration panel."

Tips or important notes

Appear like this.

Get in touch

Feedback from our readers is always welcome.

General feedback: If you have questions about any aspect of this book, email us at customercare@packtpub.com and mention the book title in the subject of your message.

Errata: Although we have taken every care to ensure the accuracy of our content, mistakes do happen. If you have found a mistake in this book, we would be grateful if you would report this to us. Please visit www.packtpub.com/support/errata and fill in the form.

Piracy: If you come across any illegal copies of our works in any form on the internet, we would be grateful if you would provide us with the location address or website name. Please contact us at copyright@packt.com with a link to the material.

If you are interested in becoming an author: If there is a topic that you have expertise in and you are interested in either writing or contributing to a book, please visit authors.packtpub.com.

Share Your Thoughts

Once you've read Automated Testing in Microsoft Dynamics 365 Business Central, we'd love to hear your thoughts! Please click here to go straight to the Amazon review page for this book and share your feedback.

Your review is important to us and the tech community and will help us make sure we're delivering excellent quality content.

lock icon The rest of the chapter is locked
Next Chapter arrow right
You have been reading a chapter from
Automated Testing in Microsoft Dynamics 365 Business Central - Second Edition
Published in: Dec 2021 Publisher: Packt ISBN-13: 9781801816427
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}