Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.38 KB

set-playstore-credentials.md

File metadata and controls

63 lines (45 loc) · 2.38 KB
title page_title metadesc noindex order page_id search_keyword warning contextual_links
Set Google Play Store Credentials
Capability to Access Google Play Store
This article discusses the capability you need to set to access Google Play Store services & test services like in-app purchase flows, verify payments, and production version
false
15.98
Access Google Play Store
false
type name
section
Contents
type name url
link
Prerequisites
#prerequisites
type name url
link
Desired Capability to Access Google Play Store
#desired-capability-to-access-google-play-store
type name url
link
Using Google Play Store Credentials Capability
#using-google-play-store-credentials-capability

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