Skip to content
Testsigma DOCS

Desired Capabilities

Set Google Play Store Credentials


With Testsigma, you can test Google Playstore in-app purchase flows, verify payment acceptance using Google Pay, or test the production version of your app downloaded from the Google Play Store. This article discusses the desired capability you need to set to access Google Play Store services.


Prerequisites

Before you begin, ensure that you have referred to:


Desired Capability to Access Google Play Store

Section titled “Desired Capability to Access Google Play Store”

In order to access Google Play Store, you can use the following desired capability to pass your own credentials for Google Play Store login:

browserstack.appStoreConfiguration

NameData TypeValue
browserstack.appStoreConfigurationString{“username” : “play-store-email”,
“password” : “play-store-password”}

Using Google Play Store Credentials Capability

Section titled “Using Google Play Store Credentials Capability”
  1. Click on Run from the Test Case Details page. Run

  2. On the Ad-Hoc Run overlay, click on Desired Capabilities. Ad-Hoc Run

  3. Enter browserstack.appStoreConfiguration in the Key field, select String as the Data type, and set the Value with Username & Password. Key

  4. Click on Run Now to execute the test case. Run Now