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)
Room MigrationTestHelper is deprecated
I want to write a JUnit test for my database migrations like as android documentation says, but in room version 2.4.1 MigrationTestHelper is deprecated, is there any alternative for this to test my le...

Mobin Yardim
Votes: 0
Answers: 1
Local test, open a file in the "assets" directory
First, I am talking about "test", not "androidTest". I created a test data file and put it in "test"'s asset directory. Android Studio shows that it belongs to the test, ...

Damn Vegetables
Votes: 0
Answers: 0
Test job cancellation on Android with Coroutines
I'm working on a RN library where MyClassis some kind of View and I inject a coroutineScope in order to be able to test it. The code looks similar to the following one:
class MyClass(scope:CoroutineSc...
strok_777
Votes: 0
Answers: 0
Android - Uiautomatorviewer - How to view uiautomator dump view.xml file using Uiautomatorviewer?
I am planning to capture the uiautomator dump view.xml files and try to view using Uiautomatorviewer.
adb shell uiautomator dump view.xml
Is there a way to capture the uiautomatorsnapshots from comma...
Lava Sangeetham
Votes: 0
Answers: 1