Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
.Automated Testing in Microsoft Dynamics 365 Business Central

You're reading from   .Automated Testing in Microsoft Dynamics 365 Business Central Efficiently automate test cases in Dynamics NAV and Business Central

Arrow left icon
Product type Paperback
Published in Apr 2019
Publisher Packt
ISBN-13 9781789804935
Length 222 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Luc van Vugt Luc van Vugt
Author Profile Icon Luc van Vugt
Luc van Vugt
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Preface 1. Section 1: Automated Testing - A General Overview FREE CHAPTER
2. Introduction to Automated Testing 3. Section 2: Automated Testing in Microsoft Dynamics 365 Business Central
4. The Testability Framework 5. The Test Tool and Standard Tests 6. Section 3: Designing and Building Automated Tests for Microsoft Dynamics 365 Business Central
7. Test Design 8. From Customer Wish to Test Automation - The Basics 9. From Customer Wish to Test Automation - Next Level 10. From Customer Wish to Test Automation - And Some More 11. Section 4: Integrating Automated Tests in Your Daily Development Practice
12. How to Integrate Test Automation in Daily Development Practice 13. Getting Business Central Standard Tests Working on Your Code 14. Test-Driven Development 15. Setting Up VS Code and Using the GitHub Project 16. Other Books You May Enjoy

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 against Business Central, you might first want to read the tips given in Appendix B, Setting Up VS Code and Using the GitHub project.

If your learning style is to start by finding out the principles, terminology, and concepts, start reading Chapter 1, Introduction to Automated Testing, 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 5, From Customer Wish to Test Automation - The Basics, Chapter 6, From Customer Wish to Test Automation - Next Level, and Chapter 7, From Customer Wish to Test Automation - And Some More, straight away, and read the various backgrounds later or while working through the chapters.

Download the example code files

You can download the example code files for this book from your account at www.packt.com. If you purchased this book elsewhere, you can visit www.packt.com/support and register to have the files emailed directly to you.

You can download the code files by following these steps:

  1. Log in or register at www.packt.com.
  2. Select the SUPPORT tab.
  3. Click on Code Downloads & Errata.
  4. Enter the name of the book in the Search box and follow the onscreen instructions.

Once the file is downloaded, please make sure that you unzip or extract the folder using the latest version of:

  • WinRAR/7-Zip for Windows
  • Zipeg/iZip/UnRarX for Mac
  • 7-Zip/PeaZip for Linux

The code bundle for the book is also hosted on GitHub at https://github.com/PacktPublishing/Automated-Testing-in-Microsoft-Dynamics-365-Business-Central. In case there's an update to the code, it will be updated on the existing GitHub repository.

Download the color images

Conventions used

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

CodeInText: 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:

[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 example, words in menus or dialog boxes appear in the text like this. Here is an example: "Select System info from the Administration panel."

Warnings or important notes appear like this.
Tips and tricks appear like this.
lock icon The rest of the chapter is locked
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 $19.99/month. Cancel anytime