Correct Answers: A, B, D, and F
Power Apps Test Studio provides four types of steps that you can add to the test case (Number 1): Assert — this function evaluates the expression or condition to true/false and can provide a message about the results.
SetProperty — this function inputs and sets the value to the property or control during the test.
Select — this function selects the control during the test and invokes the control’s OnSelect formula.
Trace — this function provides additional insights into the testing steps and test results.
Besides these four test functions, you can use all other Power Apps functions for your tests.
The test cases and suites are staying with the app. If you copy or move the app to another environment, the test cases will be copied or moved with the app. You can play the cases outside of the Test Studio by using a provided for each case the dedicated URL (Number 2).
All other options are incorrect.
For more information about Power Apps Test studio, please visit the below URLs:
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/test-studio
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/working-with-test-studio