Write Unit Test for your Dataverse Plugins

preview_player
Показать описание
In this episode, we will learn how to write unit test cases for your Dataverse plugins using FakeXrmEasy. We will run into issues and see how you can utilize debugging for your unit tests and fix them.

📖 Table of Contents:

00:00 - Introduction
00:34 - Recap from the previous video
00:50 - Start Unit Test Project
23:50 - Run & Debug the Unit Tests
28:16 - Closing Comments

🔥 Useful Links :




--- Power Maverick ---
👩‍💻 Let's Connect:

#Developer #Dataverse #PowerApps #PowerPlatform
Рекомендации по теме
Комментарии
Автор

How would you test for an entity associated to another entity?

E.g. the primary contact of an account

zaervex
Автор

Good day, Sir. Is it possible to write unit test cases for Dataverse Tables so that if we remove or update any column in the future, we can validate if there is any code break?

Shishirgupta-lzcm