Skip to main content
0 votes
0 answers
25 views

I am developing an Android app that uses Microsoft Entra ID login for authentication. After a successful login, the app fetches some user data and also allows saving additional data to the server. I ...
Vikas Sharma's user avatar
0 votes
0 answers
26 views

I'm trying to switch from the deprecated ActivityTestRule to ActivityScenarioRule but facing an issue with some of the tests. I found out that I need to move from startActivity to ActivityScenario....
iamkaan's user avatar
  • 1,515
0 votes
0 answers
45 views

I am trying to generate Jacoco report for Android kotlin based project. I am using Android Emulator for running androidTests and generate ec file for coverage. But facing following issue all the time. ...
Gaurav Rawal's user avatar
1 vote
0 answers
29 views

I want to write instrumented tests for Android UI's toasts. But it seems my codes are not working. It can't catch the toast when it's actually displayed on phone. I think possibly issue with my toast ...
jaynampan's user avatar
1 vote
0 answers
121 views

I am using a baseline profile for my app, and it works well when using a benchmark test for measuring performance, but when I try to run the baseline profile generator then it run the specified path ...
Hafizur Rahman's user avatar
1 vote
1 answer
253 views

I'm encountering a problem while running my Android instrumented tests, and after trying multiple solutions, I still haven't been able to resolve it. Here's the error message I'm getting: [Incubating] ...
Abdallah_Alqiran's user avatar
1 vote
1 answer
145 views

I'm testing a DocumentCheckLoadingScreen composable using Jetpack Compose and Robolectric, and encountering a strange issue. The test works perfectly fine while running in isolation, but fails with ...
ANiket Indulkar's user avatar
0 votes
0 answers
32 views

I am new to instrumented tests and I am not able to have my very first test class to run. It is failing with this error: java.lang.AssertionError: Activity never becomes requested state "[...
xerez's user avatar
  • 89
0 votes
1 answer
119 views

After updating Android libraries (including Kotlin) I found that @BeforeTest became unresolved (@Before is resolved, it belongs to org.junit). import org.junit.Before import org.junit.Test import org....
CoolMind's user avatar
  • 29.2k
0 votes
0 answers
51 views

I feel a little lost. I've created a subclass of TextureView which should support text input via keyboard. I've tested my code on physical device with Android 12 and Emulator and it works fine. But, ...
Genealogy's user avatar
0 votes
0 answers
33 views

When I upgrade the Espresso Accessibility from 3.3.0 to 3.4.0 and higher, I get the following error which makes the test unable to launch the app: SSLHandshakeException: Certificate transparency ...
Vadym's user avatar
  • 441
0 votes
1 answer
122 views

I'm trying to update my screenshot routine used in the instrumentation tests of multiple projects using the new suggested method. Which is, of course, more complicated then the pervious version. There ...
Martin's user avatar
  • 11.9k
0 votes
1 answer
166 views

I have updated my test cases dependencies from this to this(as given below in code snippet ), since then I am facing this error of java.lang.NullPointerException: Cannot run onActivity since Activity ...
Sopnil.Shinde's user avatar
0 votes
2 answers
55 views

I am trying to run the official Kaspresso sample project from the GitHub repository: Kaspresso on GitHub. However, when I attempt to execute the sample tests, I encounter the following error: ...
pawelnbd1992's user avatar
2 votes
1 answer
303 views

I'm working on an Android project where I'm using Hilt for dependency injection and have recently enabled KSP (Kotlin Symbol Processing) to replace KAPT (Kotlin Annotation Processing Tool). My setup ...
Waheed Shah's user avatar

15 30 50 per page
1
2 3 4 5
145