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


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

  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