python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Testing Toast with Activity Scenario Rule
I am currently new to Android programming and I am trying to test parts of UI using espresso. Currently, I have a problem with a testing toast message.
Toast toast = Toast.makeText(context, R.string.s...
Biggy Poopa
Votes: 0
Answers: 0
if else case in Android Espresso UI testing
In the application, I am writing Espresso UI test for login flow in the app. I wrote the test and it works fine, but I have one case where I have problem.
In this application, users sometimes get bonu...
Kratos
Votes: 0
Answers: 2
Could not GET 'https://repo.spring.io/plugins-release/com/facebook/shimmer/shimmer/null/shimmer-null.pom'. Received status code 401 from server:
I am facing below error while running the expresso test.
Could not GET 'https://repo.spring.io/plugins-release/com/facebook/shimmer/shimmer/null/shimmer-null.pom'. Received status code 401 from serve...
Karthik Thunga
Votes: 0
Answers: 0
Test cases to performClick for custom ClicklLstener
I have created one custom click listener like below:
abstract class SingleClickListener : View.OnClickListener {
private var lastTimeClicked: Long = 0
private val defaultInterval: Int = 1000
...
Maradiya Krupa
Votes: 0
Answers: 1