python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Can I launch an existing app using espresso instrumentation test?
I want to open the existing app and then navigate to my app. is this possible using the espresso test?
Note: The existing app(pre-installed) is independent and I don't have its source code or any cont...

KingRules
Votes: 0
Answers: 0
Espresso test on Android getting wrong view hierarchy on logs while working properly on device
I wrote simple example test for Activity witch tests that when i click button - new fragment opens (LoginFragment). There is test class code:
@RunWith(AndroidJUnit4::class)
@LargeTest
class MainActivi...
Aleksey Parokq
Votes: 0
Answers: 1
Accessing data from asset packs in Espresso tests
I want to run an Espresso test in Android Studio which I recorded before. The test requires access to a file which is part of an asset pack and fails because of a "FileNotFoundException".
Th...
GenError
Votes: 0
Answers: 1