Questions tagged [mobile-app-testing]

6 questions
2
votes
2 answers

Appium along with Sikuli for Mobile App testing

I was trying to use Sikuli for Image Identification along with Appium. So, when I tried finding an image after launching app on device using Appium, but Sikuli returned an error saying, "cannot find img/x.png on the screen". Note: I want the test to…
ukpillai
  • 313
  • 2
  • 6
1
vote
1 answer

Running flutter app on mobile via USB cable but appears black screen only

Here is the message i get when i run flutter app on my android mobile and also i see just black screen on my mobile, though the app gets installed i can see icon of that Launching lib\main.dart on SM A217F in debug mode... Running Gradle task…
0
votes
0 answers

Appium installation issue

I installed node.js successfully and confirmed in the CMD. Now I want to install appium but that is not working. I used the command "npm install -g appium" in the CMD but I get a long error.Please find the link of the image where i am getting the…
0
votes
0 answers

How to close the JS alerts of Native mobile applications? running tests in BrowserStack using appium

I am using webdriverIO, appium-service and browserstack-server to run my mobile app automation test in the browserstack. when launching my test app, there is an pop-up/overlay is displaying like below. Because of this the test couldn't find the…
0
votes
0 answers

is there any alternate way to install appium uiautomator2 driver apart from running "appium driver install uiautomator2" from CLI

I am starting with a new project setup for mobile test automation with appium-java. I have installed appium server in my machine but facing a problem while installing appium drivers for Android and IOS automation using commands [appium driver…
0
votes
1 answer

Flutter theme does not apply to physical device preview

I have created and apply custom theme for my flutter app and it correctly previewed in my emulator. But when I check it from my physical device it does not apply any theme effect. Text('Hello World!' ,style:…