This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
How are you planning the testing part #14
Unanswered
FareesHussain
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi @FareesHussain, I wasn't comfortable sharing more about the testing strategy as it was unclear where our experiment back then would lead. As I wrote in this announcement, I'm more comfortable now regarding what we want to do with the library. The testing strategy is to focus on instrumentation tests as I've seen a lot of unexpected behaviours regarding the storage implementation on previous Android releases (Both platform & OEM specific differences). I'm looking at Firebase Testlab to check on physical devices but happy to discuss more with you. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So far I can guess that we can't add Unit tests for the media store library as we require
context
orStorageLocation
for most of the functions.I think we need to add Instrumentation tests in the sample app to test the functions of the android library correct me (not sure)
If we have to add Instrumentation tests for the library do we have to add mock activities.
In case we add Instrumentation tests are we expecting
UI Automator
here, as usingEspresso
we can't have complete access to the app and granting storage permissions.Please let me know, I'm interested to work on any of these.
Beta Was this translation helpful? Give feedback.
All reactions