Google Cloud Test Lab provides cloud-based infrastructure for testing Android apps. It includes a test experience integrated into Android Studio. For comprehensive testing before releasing your app, Cloud Test Lab gives you access to physical devices installed and running in a Google data center.
Questions tagged [google-cloud-test-lab]
15 questions
5
votes
3 answers
Google Analytics detects Google Cloud Test Lab tests as Active Users and New Users
I am using Google Analytics and I have seen that all the devices in the Cloud Test Lab are detected as "active users" and "new users" (which makes sense). Is there any way to detect this and do not count them ?
I see that they are not counted as…

Javier Delgado
- 2,343
- 2
- 17
- 31
4
votes
2 answers
Taking Screen shot using espresso
I am using Espresso for my UI Testing in my project. I want to take screen shot of each Activity(Screen). I am using ScreenShooter from GoogleCloudTestLab for taking screen shot.
ScreenShotter.takeScreenshot("main_screen_2", getActivity());
But…

BalaramNayak
- 1,295
- 13
- 16
4
votes
1 answer
Does Google Cloud Test Lab support Appium tests?
We are using Appium with testNG to test our android app. As I was researching about the cloud test labs, I didn't find any documentation regarding Google Cloud Test Lab supporting appium tests.
So, does google test cloud support Appium…

shashank moger
- 51
- 2
3
votes
2 answers
How can I specify the ABI of my emulator to x86_64 when using Firebase Test Lab?
Background:
Some people are having this issue where their UI tests fail when their emulators aren't using ABI x86_64. Correct me if I'm wrong, but this seems to be a problem when running automated tests via Firebase Test Lab (via gcloud firebase…

JHowzer
- 3,684
- 4
- 30
- 36
3
votes
2 answers
How can I tell if my Android app is running in Google Cloud Test Lab?
I'd like to be able to skip the login screen and disable analytics tracking in my app when running monkey runner tests on Google Cloud Test Lab.
The Best Practices for Cloud Test Lab page states:
Digital advertising providers can filter ad…

Joe Van der Wee
- 126
- 9
2
votes
1 answer
Android Cloud Test Lab vs Firebase Test Lab
I could not find a link that tells its difference. I know that the former is Google's own test lab. Then theres Firebase and I heard that Google recently acquired them. So are they the same now? or still totally different department?

iadgotstacked
- 83
- 1
- 8
1
vote
0 answers
Is it possible integration test between applications in Firebase Test Lab?
I have an flutter application that needs to integrate/redirect to another application through universal links. The other applications is not mine.
Is it possible to simulate this integration/redirection using Firebase Test Lab?

danilo
- 43
- 5
1
vote
0 answers
Firebase iOS TestLab failed during validation: The XCTest zip file was malformed
I have created iOS Lane for uploading Flutter integration tests to Firebase TestLab and it fails when trying to run the test. When I upload manually ios_tests.zip file which contains Runner_iphoneos folder and Release_iphoneos15.2-arm64.xctestrun,…

Mile Dev
- 652
- 6
- 13
1
vote
2 answers
Specify test account details for Robo test in Firebase Test Lab
I am trying to run a Robo test in Firebase Test Lab. I want to specify a login username for the app. The app is built using React Native. Below is the login screen for the app
The app is built using react-native. I found the resource name for the…

Varun Gupta
- 2,870
- 6
- 33
- 73
1
vote
1 answer
Webservice call failing in google's cloud test lab
An apk runs just fine in my device. App internally makes a web service call in an async task to a server to fetch data. But when I upload same apk to google's cloud test lab and run Robo test for it,same web service call fails with error as:
Caused…

Mandroid
- 6,200
- 12
- 64
- 134
1
vote
0 answers
Trying to use firebase test lab but Android Studio throws java.net.BindException
I'm trying to use the test lab from Android Studio but whenever I can see the following error when I try to make connection to the google cloud platform. I'm running it on Android Studio 2.1.1 and I'm on Mac
java.net.BindException: Can't assign…

Rubin Yoo
- 2,674
- 2
- 24
- 32
0
votes
1 answer
Like AWS Device farm desktop browser testing service, what service is available in GCP
We have an AWS service Device farm desktop browser testing service to execute front end selenium automated testcases using boto3.
Is there any similar service available in GCP? to execute selenium testcases.

S_G
- 67
- 6
0
votes
1 answer
How does Google measure the duration for Firebase test?
I am looking into getting the blaze plan on Google Play's Firebase service, and the pricing guide says I will be charged $1/device/hour. When I look over my current tests there are three different time intervals given to me. On the test execution…

R Perlow
- 13
- 1
0
votes
1 answer
testing http connection on google cloud test lab devices
The android app I built requires http connection to a server to access data. I wrote automated test (based on Espresso) and tested it on my device and it works. The same test fails when tested on one of google cloud test lab devices. I looked at the…

K00k00
- 1
- 2
-1
votes
1 answer
How to enable Cloud Tool Results API?
I am trying to setup Espresso Tests to be executed in Google Test Lab. This needs to be triggered from our CI process (Circle CI), so I am trying to write a script file to do that.
According to google docs you need to enable "Cloud Tool Results…

Vitalij
- 4,587
- 9
- 42
- 65