From the course: Mobile Testing with Appium

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Challenge: Find a new element

Challenge: Find a new element - Selenium Tutorial

From the course: Mobile Testing with Appium

Start my 1-month free trial

Challenge: Find a new element

(offbeat uplifting music) - [Instructor] Now that you know how to find elements and interact with them, let's try to use these techniques to automate a new portion of the test app. Here's the home screen. Your challenge is to write a test which navigates to the Echo Box view, type something into the Input field here, for example hello world. Taps the Save button, and then verifies that the text you typed is displayed back to the user just as it is here. To successfully accomplish this challenge, you'll need to use everything you've learned so far about finding elements, including waiting for them appropriately. And don't forget to first load up Appium Desktop's Inspector to figure out what locator strategies and selectors you should be using. So happy testing and I'll see you on the other side.

Contents