# Testing Flipkart's Android app using Maestro

DevFeed: [Testing Flipkart's Android app using Maestro](<https://devfeed.tech/articles/testing-flipkart-s-android-app-using-maestro-22929.md>)

Original publisher: [Read original article](<https://maestro.dev/blog/testing-flipkarts-android-app-using-maestro>)

Author: Ronak Kadhi

Published: 2023-04-17T07:00:00Z

Content type: tutorial

Language: en

Sources: [mobile.dev - Medium](<https://devfeed.tech/sources/mobile-dev-medium.md>)

Topics: [Testing](<https://devfeed.tech/topics/testing.md>), [Android](<https://devfeed.tech/topics/android.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [App](<https://devfeed.tech/topics/app.md>), [Usability](<https://devfeed.tech/topics/usability.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [app](<https://devfeed.tech/tags/app.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [maestro](<https://devfeed.tech/tags/maestro.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [script](<https://devfeed.tech/tags/script.md>), [testing](<https://devfeed.tech/tags/testing.md>)

## AI overview

A tutorial demonstrating how to use Maestro to test the cart functionality of Flipkart's Android app. It covers adding products, selecting variants, removing items, and checking the expected number of items with an assertion and a JavaScript script.

## Source excerpt

If you have been using Maestro in the past, you must already know how easy it is to test your app. To maintain and enhance this experience, we continually evaluate numerous apps...