android-testing
How to test Home application?
Is there any possibility to test \'Home\' application? As a test result I get: Test fail开发者_如何学Ced to run to completion. Reason: \'Instrumentation run failed due to \'Process crashed.\'. Chec[详细]
2023-04-11 02:50 分类:问答Set a custom context in AndroidTestCase
I\'m trying to test my custom ContentProvider which only updates an item at a certain point in time. In order to test the shouldUpdate branch, I need to revert time and set a custom date in my applic[详细]
2023-03-21 04:27 分类:问答Storing test files in the test project
I wrote some tests that use XML files. I have two project one with code, the second with tests. I would like to store this XML files (they contain some data used during the tests) in the test project.[详细]
2023-03-16 13:36 分类:问答Calling an activity from an AndroidTestCase
I am writing an android test case which requires the execution of a seperate Activity to the Activity being tested (not for the sake of testing but just to gain access to the contentresolver so I can[详细]
2023-02-19 14:22 分类:问答Mocking library/framework that works best in Android? [closed]
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing[详细]
2023-01-09 03:15 分类:问答Testing database on Android: ProviderTestCase2 or RenamingDelegatingContext?
I\'ve implemented access to a database using SQLiteOpenHelper from th开发者_StackOverflow社区e android.database package within some classes (with pattern DAO).[详细]
2023-01-04 21:13 分类:问答Testing GPS in Android
How do you test GPS applications in Android? Can we test it using the Android emulat开发者_开发知识库or?Yes.[详细]
2022-12-15 04:02 分类:问答How do you test an Android application across multiple Activities?
We are building a complex Android application consisting of many screens and workflows spread across many Activities. Our workflows are similar to what you might see on a Bank\'s ATM machine, for exam[详细]
2022-12-12 01:33 分类:问答