PL-400 Exam QuestionsBrowse all questions from this exam

PL-400 Exam - Question 325


DRAG DROP -

You create a new canvas app.

You update a test case and must test the app in a separate browser.

You need to test the app by using Test Studio.

Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.

Select and Place:

Exam PL-400 Question 325
Show Answer
Correct Answer:
Exam PL-400 Question 325

Step 1: Select a test suite -

Step 2: Select Copy play link -

Playing tests in a browser -

You can copy a link to play a test in separate browser outside Test Studio. It helps integrate your tests in a continuous build and release pipeline such as Azure

DevOps.

The play link for the selected test is persisted. It doesn't change for the test suite or test case. You can update your tests without the need to modify build and release processes.

To play tests in your browser:

1. Select a test suite or test case in the right pane.

2. Select Copy play link.

3. You're prompted to publish your tests if there are any unpublished changes.

4. You can select to skip the publish process and copy the play link. New test changes don't play if you skip.

5. Open a browser and paste the URL into the address bar to play the test.

6. View your test playing back.

Step 3: Publish the test -

Step 4: Open a browser and paste the URL for the app inte the address bar

Reference:

https://docs.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-test-studio

Discussion

7 comments
Sign in to comment
MarioM
Mar 25, 2023

select test suite; publish test; copy link; open new browser tab, paste link.

Carelele
Jul 17, 2024

Correct "If you skip publishing, the recording playback will not contain your recent test changes. The last published test case or suite will play against the app."

Anonymous
Jan 15, 2025

These are steps from documentation. Publish must happen before the actual copy link. It is confusing as you might select the copy link and then publish You can copy a link to play a test in separate browser outside Test Studio. It helps integrate your tests in a continuous build and release pipeline such as Azure DevOps. To play tests in your browser: 1.Select a test suite or test case in the right pane. 2.Select Copy play link. 3.Copy play link. 4.You're prompted to publish your tests if there are any unpublished changes. ==>>5.Publish before copy link. 6.You can select to skip the publish process and copy the play link. New test changes don't play if you skip. 7.Play link copied. 8.Open a browser and paste the URL into the address bar to play the test. 9.View your test playing back.

ziggy1117
Feb 3, 2024

answer is correct: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-test-studio

RexinCP
Jun 3, 2023

I think 'Publish Test' and 'Copy Link' can be in any order.

ziggy1117
Feb 7, 2024

when you click copy link, the publish test will come out

HiJaak
Mar 24, 2024

No, you have first "Publish Test" then play the test. If you want to play it into another browser, you'll use "Copy Link". So order given by MarioM is the correct one: select test suite; publish test; copy link; open new browser tab, paste link.

kvargas90
Apr 13, 2023

Given answer is correct

Hiema87
Jul 22, 2023

https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-test-studio

BEK2020
Apr 15, 2024

The answer is correct.

Juan0414
Mar 6, 2025

Answer is correct. I replicated this and the steps that I had to are the ones in the provided answer: select test suite copy link (When you click this you are asked to publish the test, even if you already did it) publish test open new browser tab and paste link. Also: https://learn.microsoft.com/en-us/power-apps/maker/canvas-apps/working-with-test-studio#playing-tests-in-a-browser

itmaxuser
Apr 15, 2025

1-Select a test suite First, you need to choose or create a test suite for the canvas app you want to test. 2-Publish the test After selecting the test suite, publish the test to ensure that the latest changes are included in the test session. 3-Select the OnTestSuiteComplete action This action allows you to specify what happens after the test completes. It ensures proper handling and reporting of the test results. 4-Open a browser and paste the URL for the app into the address bar Finally, open a new browser window, paste the link to the app, and test the app manually by running it in the browser. Alternatively, you can use the provided Test Studio features for automated testing.