Steps to start using Firebase test lab to run Robo Test on Android Platform

 

Steps to start using Firebase test lab to run Robo Test on Android Platform:

  1. Go to URL: https://firebase.google.com/docs/test-lab/
  2. Click on RUN A TEST button

  1. Create a Project by clicking on “+” icon and providing required inputs
  2. Click on CREATE PROJECT button

  1. Below screen will open
  2. Click on RUN YOUR FIRST TEST button

  1. Below screen will open
  2. Click on “CONTINUE” button

  1. Browse the APK path and click on CONTINUE button on successful upload of APK

  1. The below screen will open that has no of devices that can be selected for testing purpose
  2. You can check devices along with API level that denotes OS version for e.g.: API level 25 denotes Naugat OS 7.1.1

  1. Switch on Advanced options toggle
  2. The credentials to be used in App needs to be defined as follows in below snapshot:

Here, Resource Username and Resource Password will be provided by development team and their values need to be input that are required to login into App

  1. You can also choose minutes to run Robo Test and depth means path coverage of App

  1. You can also save all your settings as Template so next time you can choose same in place of repeating steps
  2. After running the test, you would get following screen:

  1. Click on Matrix ID # link. You will be able to see device selected, run time duration and API level

  1. Again, click on device link
  2. Now, you can go through screenshots, path covered, logs and performance
  3. Logs let us know the errors and warning at code level
  4. Test Issues let us know the reason of build getting crash

  1. Screenshots let us know the UI on various devices selected

  1. Activity Map shows the path followed while running test script in background

  1. Videos illustrates the flow traversed during testing in real time
  2. Performance give insights about CPU and memory utilised by App during testing run time

Leave a Reply