Skip to main content

MSDYN365BC - Futuristic CAL Development - Testing Customization.

Hi Readers,


As discussed in the Last article, in this post we will Test for all development done in this series.


If you are new to this series then Please Refer Table of Index.


We will break our Test in multiple Test Cases to test all subscribers that we have developed in our Functionality.

Let's Test our solution.
Test Case  1 - If we Create a Purchase order with a G/L Account line & a Line with Item. Does Line with G/L Account bring the Expense Code automatically or not?


Test Results - PASS.

Test Case  2 - If user Change Quantity Expense Code becomes Blank or Not?


Test Results - FAIL.

A wrong Event subscribed. Actually, we subscribed to Location Code instead of Quantity field in Purchase Line as shown below. (Refer Here for Mistake)

Wrong (Current) Subscriber - Subscribed in Location Code Field.


Right Subscriber - Subscribing the Quantity Field.


Testing again with update Subscriber.


Test Results - PASS.

Test Case  3 - If a user tries Posting purchase order with Line with G/L Account Does not have Expense Code. Will it error out and for the right line?

Test Results - FAIL.

A code is checking Expense Code in all lines which it should, as our expense code functionality is only for Lines with G/L Account. That means we have wrong code in Subscriber as shown below.


Let Update Code and filter TESTFIELD for Line with Type G/L Account in Subscriber to check only lines with G/L Account as shown below.


Testing again with updated Subscriber Code.


Test Results - PASS.

Test Case  4 -  As per customer requirements, System should check Expense Code in the Purchase Line is Disabled or not. If Disabled then system should generate an error message.

Set Disable EXP1 from the Expense Page as shown below.


As we have seen in the last test case, there was no code for the same requirement (as shown below).


so Test Results - FAIL.

Let's add the code in the subscriber to check expense status as shown below.


Now let's test the solution with updated code in subscriber codeunit.


Test Results - PASS.

Test Case  5 - Now let's assign "Expense Code" in Purchase Line and then post Purchase Order and see in G/L Entries.


Test Results - PASS.

In Next Article, we will develop the Report which is the last part of Customer Requirements.

Let us know your thoughts as a comment on the article. Hope it makes sense!

Regards,
Saurav Dhyani
www.sauravdhyani.com

Comments

Popular posts from this blog

Microsoft Dynamics NAV 2016 - How to Configure Phone Client.

Hi All, In this article we will discuss how we can connect Microsoft Dynamics NAV 2016 with New Client Launched i.e. Phone Client. This Article Contain Steps for a Android Phone as I have Only Android Phone. I am doing it having all tiers on my windows 8 machine, steps remain same for multiple servers but issues might be different. What we Need (Other what we discuss in this article) -  The Service Tier should be on Public IP . Some of the Data-card does not Provide you Public IP. check it for sure.

How to Set Up NavUserPassword Authentication in Business Central.

Hi Readers, In this article we will discuss steps to Setup NAVUserPassword in Business Central on-prem. NavUserPassword is an authentication method that's handled by Business Central Server, but isn't based on Windows users or Active Directory. Each user is set up with a username and password that's configured inside Business Central only. The user is prompted for username/password credentials when they start the client. #msdyn365bc, #credentialtype

MSDYN365BC - Data Upgrade To Microsoft Dynamics 365 Business Central on premises.

Hi Readers, We have already talked about the number of steps for upgrading to Business Central on Premises from different NAV versions. After that article, I received multiple requests for an article which list down steps for Data Migration. In this article, we will discuss steps of data migration to MSDYN365BC (on-Prem) from NAV 2017. For this article, I am considering a Cronus Demo Database without any customization. For an actual upgrade project, we will have to complete object merge using compare and Merge process. After the Merge Process, the next step is data migration. Let's discuss those steps. Direct Upgrade to Microsoft Dynamics 365 Business Central (on-Prem) is from following versions - 1. NAV 2015. 2. NAV 2016. 3. NAV 2017. 4. NAV 2018.