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
| Name | Data Type | Value |
|---|---|---|
| browserstack.appStoreConfiguration | String | {“username” : “play-store-email”, “password” : “play-store-password”} |
Using Google Play Store Credentials Capability
Section titled “Using Google Play Store Credentials Capability”-
Click on Run from the Test Case Details page.

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

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

-
Click on Run Now to execute the test case.
