Automation Week Challenges October 2020 - Mobile

All the following challenges are focused on mobile automation.

Automation Week

These challenges are part of Automation Week. Complete them for your chance to talk at Test.bash(); about your approach and experience.

Application

The application for this challenge is the Sauce Labs Swaglabs App… More about the application is available here. You can also ask questions related to the application there.

The Challenges:

Complete these challenges using any tooling of your choice, and on iOS, Android or both!

Beginner:

Open the Swaglabs App, login to the application, and assert you are logged in.

Intermediate:

Open the Swaglabs App, add the ‘Sauce Labs Onesie’ to your cart using the buttons and complete the checkout process. Assert the order was successful.

Advanced:

Open the Swaglabs App, add the ‘Test.allTheThings() Red T-shirt’ to the shopping cart using the Drag and Drop mechanism, then complete the checkout process and assert it was successful.

Bonus:

Test Pinch and Zoom on a product page.

Questions

If you have any questions at all about this challenge, please post them below.

Here is my solution to the advanced challenge that I solved using Android Espresso.

1 Like

Here you can find my solution using Appium + Python:

2 Likes