Changes

A Firebase Test Lab Instrumentation Testing Example

101 bytes added, 17:59, 30 August 2017
Adding the Screenshotter Library to the Project
Complete the recording by clicking on the OK button in the recording dialog. When recording has finished a dialog will appear requesting a name for the Espresso test class file. Enter DatabaseActivityTest into the name field and click on OK.
<htmlet>firebase_android</htmlet>
== Reviewing the Test Class ==
Wait for the test to complete, then click on the Nexus 9, Virtual, API Level 25 link in the matrix screen to view the results. Results screens are available for log output, video recording of the test and performance data. Playing back the video, you may find that the actual test actions occur too quickly to see if correct tests were performed. Ideally, some screenshots at key points during the test execution would be useful. While screenshots are taken automatically during Robo testing, code must be added to the test class file to initiate screenshots during instrumentation testing.
<htmlet>firebase_android</htmlet>
== Adding the Screenshotter Library to the Project ==
</manifest>
</pre>
<htmlet>firebase_android</htmlet>
== Adding the Screenshotter Code ==