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)
My UIautomator is not starting in mac. I have done everything possible
I am learning appium and I have set up everything that is required. I have setup paths, installed android studio, run appium and created a virtual android device too. But when i am writing uiautomator...
Syed Huzaifa Akbar
Votes: 0
Answers: 2
How to execute UI Automator integration tests when building an Android app
I have integrated UI Automator on my app, and in Android Studio I can execute the ExampleInstrumentedTest.kt and the test inside of it are executed.
I would know how can I execute these tests when I b...
Alessandro Violante
Votes: 0
Answers: 1
How to make Android UIAutomator continue test when assertEquals failed?
Say the case:
// ./gradlew -Pandroid.testInstrumentationRunnerArguments.class=com.example.demo.Debug#debug connectedAndroidTest
@Test
fun debug() {
assertEquals("n", "...
pvd
Votes: 0
Answers: 1
Android Automator: Is it possible to append file in Download folder?
I've read the Kotlin append to file thread, and my UIAutomator code looks like:
fun appendLog(text: String?) {
val logFile = File("/sdcard/Download/autotest.log")
if (!logFile.exists...
pvd
Votes: 0
Answers: 0