PCF and Canvas Component Testing
In the previous chapters, we embarked on a journey through the fundamentals of Test Engine, exploring its capabilities, benefits, and how to effectively use it to test Power Apps. We covered everything from importing sample solutions and executing test plans to authoring new test plans in YAML and reusing existing Test Studio assets.
In this chapter, we’ll build on that foundation and delve into a significant advantage of Test Engine over Test Studio: the ability to automate the testing of Canvas components and Power Apps Component Framework (PCF) components. These components are powerful tools for customizing and enhancing your Power Apps; being able to automate their testing is a significant benefit for ensuring the reliability and functionality of your applications.
First, we’ll provide an overview of Canvas components and walk you through a practical example of their use. Next, we’ll do the same for PCF components, giving...