After running your tests, it’s important to understand how to interpret the results. The Power Apps Test Engine generates a detailed output that helps you analyze the performance and correctness of your tests.
When you run your tests, the Power Apps Test Engine creates a TestOutput
folder. This inside this folder is named with a unique date and time stamp to help you easily identify when the tests were executed. Inside this folder, you’ll find several important files and subfolders:
The main file you’ll find in the TestOutput
folder is the completed test results file with a .trx
extension. This file contains a summary of all the tests that were run, including information on which tests passed, which failed, and any errors that occurred.
For each test case, the Power Apps Test Engine creates a separate folder within the TestOutput
directory. These folders are named after the individual test cases and contain the following:
TestOutput
Folder: Navigate to the TestOutput
folder created during the test run. The folder name will include the date and time of the test execution..trx
File: Open the .trx
file to get an overview of the test results. This file will show you which tests passed, which failed, and provide details on any errors.By thoroughly examining the contents of the TestOutput
folder, you can gain valuable insights into the performance and reliability of your Power Platform solutions. This detailed analysis helps you identify and fix issues, ensuring your applications are robust and reliable.