vendredi 11 août 2017

JUnit test on Firebase (Android)

My Android app simply creates objects, store them to firebase and then download them back. There is no computation (algorithms). How can I create JUnit tests in order to be sure that:

  1. I can correctly connect to Firebase db
  2. I can store item
  3. I can retrieve the objects previously stored

I have already read the documentation provided by Android Studio, but I found nothing useful. Thanks in advance

Aucun commentaire:

Enregistrer un commentaire