-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Automate Testing for Power Apps
By :

In the world of test automation, several terms are commonly used to describe the elements that are part of it.
Among them, all of which are related to Test Studio, we have the following:
For example, if we are working with an expense tracking app, we need to ensure that only allowed expenses can be submitted for a given user profile. In this case, the test case would have to cover the necessary interactions to demonstrate that this requirement is always met. Test cases are composed of a series of steps, which we will call test steps. These test steps are written using Power Fx, the coding language that’s used across Power Platform (https://learn.microsoft.com/en-us/power-platform/power-fx/overview).