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: docs/kaneai-network-throttling.md
+12-8Lines changed: 12 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,20 +58,24 @@ You can create session-specific throttling by selecting the `Custom` option.
58
58
## How to Set Up Network Throttling ?
59
59
For your mobile app test session, network throttling can be set up in advance by applying those settings from the start of the Authoring session, or you can modify them at any point during the session.
60
60
61
-
### Step 1: Selecting Network Setting
62
-
- Go to `Advances Settings` in the `Create App Test` section to add Network Throttling setting in advance.
61
+
### Selecting Network Setting
62
+
- Go to `Advanced Settings` in the `Create App Test` section to add Network Throttling setting in advance.
You can select desired Network setting & your session will start with that setting.
67
67
68
-
### Step 2: Honoring the Network setting
68
+
### Honoring the Network setting
69
69
If you want to honor the Network settings in the Authoring session too:
70
70
71
71
- Click on the `Honor network profile configuration` toggle.
72
72
73
73
This will apply network setting in the Authoring session too, allowing you to experience how your Application works under that particular Network setting.
74
74
75
+
:::tip
76
+
Recomended to use this setting only if its absolutely necessary, as this will hamper Authoring experiance in low Network Bandwidth settings.
Before you begin editing a test case in the Playground, you can set up network throttling. This Playground-specific setting will overwrite the network configuration previously established during the app session's initialization in Authoring mode.
105
+
## Changing network throttling in Edit Test Steps mode
106
+
Before you begin editing a test case , you can set up network throttling. This Edit mode specific setting will overwrite the network configuration previously established during the app session's initialization in Authoring mode.
103
107
104
108
:::note
105
-
The network throttling for your Playground session is determined by what you set when you start that session. If you don't specify any network settings for the Playground, no throttling will be applied. The network settings mentioned while initializing the Authoring session will not be applicable in the Playground session, as saving changes in the Playground creates a new test case version.
109
+
The network throttling for your Editing session is determined by what you set when you start that session. If you don't specify any network settings for the Edit mode, no throttling will be applied. The network settings mentioned while initializing the Authoring session will not be applicable in the Edit session, as saving changes in the Edit mode creates a new test case version.
106
110
107
111
And all Test Case executions, like Test Runs and code generation, are performed on the test case's latest saved version.
While executing your Test Cases every Network Throttle step will be honoered. Similar to the Authoring & Playground mode, you can select the Network setting to initialize your session with :
117
+
While executing your Test Cases every Network Throttle step will be honoered. In addition to the Authoring & Editing mode, you can also select the Network setting to initialize your session with :
114
118
115
119
- Click on `Advanced Configurations` in the `Run with HyperExecute` section, present while executing a Test Run.
0 commit comments