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

You're reading from  .Automated Testing in Microsoft Dynamics 365 Business Central

Product type Book
Published in Apr 2019
Publisher Packt
ISBN-13 9781789804935
Pages 222 pages
Edition 1st Edition
Languages
Author (1):
Luc van Vugt Luc van Vugt
Profile icon Luc van Vugt

Table of Contents (17) Chapters

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

Fixing failing standard tests

Let's have a look at some of the errors that relate to the extension. They might already unclose some of their secrets:

Lookup Value Code must have a value in Sales Header: Document Type=Invoice, No.=1004. It cannot be zero or empty.

Assert.ExpectedError failed. Expected: . Actual: Lookup Value Code must have a value in Sales Header: Document Type=Order, No.=1001. It cannot be zero or empty.

Assert.ExpectedError failed. Expected: The total amount for the invoice must be 0 or greater.. Actual: Lookup Value Code must have a value in Sales Header: Document Type=Order, No.=1001. It cannot be zero or empty.

With approximately 2,500 hits, the first error is the most striking one. And for those of you with some years as a developer in the Business Central world, it may already hint at its cause: the format of the error message is typically the error the...

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 $15.99/month. Cancel anytime}