Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Closed alpha testing tracks how to differentiate between two test tracks?

Tags:

android

We are using Google Play Alpah testing tracks which can be tested by different testing teams for their respective modules.

But the links generated by these tracks are same how to get an application for a member which may be added to multiple closed alpha testing tracks.

e.g. We have two tracks Alpha Track 1 and Alpha Track 2, we have few common tester emails in these two but most of them get the apk from Alpha Track 1 which is the first created track. How can they install apk from Alpha Track 2 from their testing email accounts? Or do they need to have totally different email id for each track?

like image 701
Prashant Avatar asked Sep 04 '18 06:09

Prashant


People also ask

What is closed testing Alpha?

Alpha testing an app means releasing it to a controlled users groups which are not necessarily associated with the development of the app itself. Google PlayStore provides “Closed testing” tracks where you can run alpha tests for your Android app.

What is the difference between closed testing and internal testing?

Closed-testing feature is used to test pre-release versions of the app with a larger group of testers as compared to internal testing. This may go beyond your group of employees or trusted users and extend to other reliable users.

How does closed testing work?

In closed beta, the testing is limited to a specific set of testers, which may be composed of current customers, early adopters, and/or paid beta testers. Sometimes they are conducted by diverting a certain percentage of users to the beta site instead of the current release.


1 Answers

Google just updated their help center documentation regarding this. See Version codes & testing track statuses section (emphasis is mine):

Version code requirements

Users receive the version of the app that has:

  • The highest version code that’s compatible with their device, and
  • Been published to a track they're eligible to receive

All users are always eligible to receive the production track. If an APK with a higher version code is published in production than in the test track where the user opted in, the user will receive the production APK.

Users eligible to receive multiple tracks will receive the highest version code APK published on those tracks.

For a user to be eligible to receive a test track, the user must:

  • Be included in the managed track configuration, and
  • Have opted in to the corresponding test program

For example, all users who opted in to the test program are eligible for the open test track. Users who opted in to the internal test program are not eligible for the open and closed test tracks, even if they're included in the managed testers configuration. These users would not receive higher version code APKs published on those tracks.

For more information, learn about versioning your apps.

Hope this helps.

like image 150
ozbek Avatar answered Sep 26 '22 23:09

ozbek