Skip to content

Commit 0d6739e

Browse files
TE-2343 - replaced grainy gifs with newer ones.
1 parent 4ecadcf commit 0d6739e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/pages/tutorials/getting-started/automate-android-applications.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ New to Testsigma Mobile Recorder? [Here](https://testsigma.com/tutorials/test-ca
160160

161161
By default, the recorder will be in inspection mode (highlighted in yellow when you hover over any element).
162162

163-
![inspector_mode](https://docs.testsigma.com/images/tutorials/getting-started-android/inspector_mode.gif)
163+
![inspector_mode](https://docs.testsigma.com/images/tutorials/getting-started-android/inspector_mode_new.gif)
164164

165165
Let’s try interacting with the Wordpress app we just uploaded.
166166

@@ -181,21 +181,21 @@ You’ll notice 3 options appear on top in the same pane:
181181
So in this case click on tap and the recorder will perform a tap action in the app. Simultaneously this will generate an NLP statement in your test steps on the left hand side.
182182

183183

184-
![tap_action](https://docs.testsigma.com/images/tutorials/getting-started-android/tap_action.gif)
184+
![tap_action](https://docs.testsigma.com/images/tutorials/getting-started-android/tap_action_new.gif)
185185

186186
**Test step 2:** Enter data into a field
187187

188188
After the tap action you will be navigated into the next screen in the app where you have to enter the email ID in the field provided.
189189

190-
![enter_data](https://docs.testsigma.com/images/tutorials/getting-started-android/enter_data.gif)
190+
![enter_data](https://docs.testsigma.com/images/tutorials/getting-started-android/enter_data_new.gif)
191191

192192
To do this in inspector mode, first click on the email field. Then from the actions choose the enter data option. A box will pop up where you’ll be able to enter the email you want to.
193193

194194
Like the previous step the same actions will be recorded as an NLP step.
195195

196196
If you want to **clear** the value entered, clicking on the clear option after selecting that element in inspector mode will do that for you. And once again since we’re recording the test it will be converted into a test step in NLP.
197197

198-
![clear_action](https://docs.testsigma.com/images/tutorials/getting-started-android/clear_action.gif)
198+
![clear_action](https://docs.testsigma.com/images/tutorials/getting-started-android/clear_action_new.gif)
199199

200200
**Test step 3** Click on next
201201

@@ -211,7 +211,7 @@ After performing these basic actions we need to verify that they were successful
211211

212212
So first click on the empty test step below the most recently created one in the recorder. From the drop down list select **‘Verify that the current page displays OPEN MAIL’**
213213

214-
![verify_step_android](https://docs.testsigma.com/images/tutorials/getting-started-android/verify_step_android.gif)
214+
![verify_step_android](https://docs.testsigma.com/images/tutorials/getting-started-android/verify_step_android_new.gif)
215215

216216
Here’s a summary of the steps we discussed so far.
217217

@@ -238,7 +238,7 @@ In this section you will learn:
238238
3. How to add a simple verification steps
239239
Use the Verify action as used in Test Step 5 in the previous section.
240240

241-
![verify_edit_in_test](https://docs.testsigma.com/images/tutorials/getting-started-android/verify_edit_in_test.gif)
241+
![verify_edit_in_test](https://docs.testsigma.com/images/tutorials/getting-started-android/verify_edit_in_test_new.gif)
242242

243243
4. How to create multiple elements at once,
244244
Read [this](https://testsigma.com/docs/elements/android-apps/record-multiple-elements/) to learn more.

0 commit comments

Comments
 (0)