1 minute read

Learning Module

When you’re looking to build solutions that require the ability to test them to verify the operation of the deployed solution, the Power Apps Test Engine can be a valuable tool in your Microsoft Power Platform solution. However, creating a manual process can be time-consuming and challenging. The Power Apps Test Engine provides a set of samples and low-code Power Fx statements to help you understand applying testing to Power Apps. You can take advantage of recording capabilities to accelerate your ability to test solutions. This method helps automate your test process, making support and providing a sustainability model for your solution.

Learning Objectives

This module explains the following concepts:

  • Automated testing and its benefits
  • How to set up to run your first tests
  • How to record a test for a deployed application
  • Understanding Power Fx test YAML file
  • Understanding key Power Fx commands
  • Known issues and limitations

Model Pre-check Assessment

{% raw %}

{% endraw %}

Prerequisites

Using guide Get Started Now ensure the following pre-requisites are installed and verified

  • Installed version of .NET SDK 8.0
  • Visual Studio Code
  • PowerShell Core
  • Power Platform CLI
  • Git Client
  • Azure CLI

NOTE: Unless stated otherwise to use of the learning module assumed that you are using the integration branch. If you are new to feature branched you can read Understanding Feature Branches.

Modules

  1. Introduction
  2. Getting Setup
  3. Running Your First Test
  4. Looking at Results
  5. Recording Your First Test
  6. Asserting Results
  7. Updating Control Value using SetProperty()
  8. Simulating Connectors
  9. Simulating Dataverse
  10. Using Simulations
  11. Localization
  12. Summary

Get Started