You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/maker/canvas-apps/working-with-test-studio.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ By default, a test suite and test case are created for you in Test Studio. Test
52
52
53
53
## Create a test case
54
54
55
-
Depending on how you want to organize or group or your tests together, you can create multiple test cases in a test suite. Each case can test a specific feature or a subset of functionalities in your app.
55
+
Depending on how you want to organize or group your tests together, you can create multiple test cases in a test suite. Each case can test a specific feature or a subset of functionalities in your app.
56
56
57
57
1. Select a test suite.
58
58
2. Select **New Case** in the top menu to create a new case.
@@ -62,7 +62,7 @@ Depending on how you want to organize or group or your tests together, you can c
62
62
63
63
## Record a test case
64
64
65
-
A test case consists of test steps that contain actions. Test actions are written using Power Apps expressions that perform a task. There are two ways to create test steps in the Test Studio. You can use the recorder to automatically generate the test steps as you interact with your app. After you record, you can update the test case, add new steps, delete steps, and write test assertions to validate the result of your test.
65
+
A test case consists of test steps that contain actions. Test actions are written using Power Apps expressions that perform a task. You can use the recorder to automatically generate the test steps as you interact with your app. After you record, you can update the test case, add new steps, delete steps, and write test assertions to validate the result of your test.
66
66
67
67
> [!NOTE]
68
68
> Only published app plays in record mode. Publish any recent changes to the app before you start recording a test case. Recording without publishing recent changes causes last published version of the app to play in record mode.
@@ -118,7 +118,7 @@ To add test steps and test assertions in Kudos app:
118
118
119
119
6. Select **Insert a step above** from the top menu or by selecting the option from the active row. This creates an empty step.
120
120
121
-
7. Enter an expression or formula in the action input to trace and write the *kudosBeforeTest* value to the test results record.
121
+
7. Enter an expression or formula in the action input to [Trace](./functions/function-trace.md) and write the *kudosBeforeTest* value to the test results record.
0 commit comments