Skip to content

Commit a48e638

Browse files
committed
requested changes
1 parent a03e1d8 commit a48e638

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

docs/kaneai-network-throttling.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,20 +58,24 @@ You can create session-specific throttling by selecting the `Custom` option.
5858
## How to Set Up Network Throttling ?
5959
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.
6060

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.
6363

6464
<img loading="lazy" src={require('../assets/images/kane-ai/throttling_pre_authoring.png').default} alt="throttling-pre-authoring" className="doc_img"/>
6565

6666
You can select desired Network setting & your session will start with that setting.
6767

68-
### Step 2: Honoring the Network setting
68+
### Honoring the Network setting
6969
If you want to honor the Network settings in the Authoring session too:
7070

7171
- Click on the `Honor network profile configuration` toggle.
7272

7373
This will apply network setting in the Authoring session too, allowing you to experience how your Application works under that particular Network setting.
7474

75+
:::tip
76+
Recomended to use this setting only if its absolutely necessary, as this will hamper Authoring experiance in low Network Bandwidth settings.
77+
:::
78+
7579
<img loading="lazy" src={require('../assets/images/kane-ai/honor_throttling.png').default} alt="honor-throttling" className="doc_img"/>
7680

7781
:::note
@@ -81,7 +85,7 @@ This will apply network setting in the Authoring session too, allowing you to ex
8185
## Changing Network Throttling setting mid session :
8286
To change Network Throttling setting in between the Authoring session:
8387

84-
- Click on the `Change network throttling` present in Actions Tab.
88+
- Click on the `Change network throttling` present in Actions Tab, or type `/` to access it.
8589

8690
<img loading="lazy" src={require('../assets/images/kane-ai/actions_tab.png').default} alt="actions-tab" className="doc_img"/>
8791

@@ -98,19 +102,19 @@ You can edit the Network Throttling setting at that particular step too. To do t
98102

99103
<img loading="lazy" src={require('../assets/images/kane-ai/edit_throttling_step.png').default} alt="edit-throttling-step" className="doc_img"/>
100104

101-
## Changing network throttling in Playground
102-
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.
103107

104108
:::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.
106110

107111
And all Test Case executions, like Test Runs and code generation, are performed on the test case's latest saved version.
108112
:::
109113

110114
<img loading="lazy" src={require('../assets/images/kane-ai/throttling_pre_playground.png').default} alt="playground-throttling-setting" className="doc_img"/>
111115

112116
## Network Throttling in Test Runs
113-
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 :
114118

115119
- Click on `Advanced Configurations` in the `Run with HyperExecute` section, present while executing a Test Run.
116120

0 commit comments

Comments
 (0)