Skip to main content

All Questions

Tagged with
0 votes
0 answers
99 views

How to inject a QR code image for end-to-end testing a QR code scanning app

End-to-end testing an app with QR-code scanning features seems to be difficult. Is there a way to kind of inject a QR code image into an Android device or simulator to automate this scanning process? ...
stoefln's user avatar
  • 14.5k
0 votes
0 answers
117 views

Appium iOS unable to clear app cache/data

I am currently writing automation tests using Java, Appium and Cucumber for our app. I have written my tests for Android and now i am writing tests for iOS in same project using Page Object model. In ...
shokerrr's user avatar
0 votes
1 answer
191 views

Appium Python screen-recorded video is sped-up

I'm developing automatic tests in Appium Python in an iOS environment and I need to record the execution of the tests. To start recording I use this method: driver.start_recording_screen() To stop ...
Gigi Carti's user avatar
1 vote
0 answers
140 views

End to end test for Passkey in mobile App

Passkey requires an Authenticator to store and validate the credentials during registration and authentication phase. This requires user-presence and user-verification depending on the Relying Party ...
Procrastinator's user avatar
0 votes
1 answer
79 views

API Testing on mobile apps

I want tools to run API testing on closed mobile packages APK for Android or IPA for iOS. I want to intercept the connection and make sure that the API requests and responses matches specific ...
user3578386's user avatar
2 votes
0 answers
87 views

Inconsistent Input Behavior with PointerInput on iOS 17 using Appium Java Client and Selenium

I am currently working with iOS 17 and the Appium Java Client version 8.5.0. My goal is to enter three numbers into a numeric field by simulating key presses using the PointerInput class. Here's the ...
User1751's user avatar
  • 306
0 votes
0 answers
105 views

Close.app() does not work. App keeps running onto next test without closing the app

I am doing basic automation testing for my company. I am a novice so the code is not the greatest. I am doing a login scenario, and then the next test I want to be doing something else with the ...
Christian Fortin's user avatar
-1 votes
1 answer
58 views

Automation testing is possible or not for location based application

We are planning to automate our project. It's a travel based application(Cab,Auto,Bike) like OLA, UBER, Rapido. We have both mobile and web applications need to automate with integration. Both are ...
Raghav's user avatar
  • 1
-1 votes
2 answers
1k views

How can I disable/dismiss the keyboard on iOS with Appium

Is there anyway to dismiss the iPhone keyboard or disable it from popping up at all while Appium tests are being run? driver.hideKeyboard() doesn't work, half the time a "DONE" or "...
cdub's user avatar
  • 398
-1 votes
1 answer
29 views

Is the detox-cli a compiler or an interpreter

I am referring to the detox-cli used in the Detox test framework for react native devices. I will like to know if the detox-cli is a compiler or an interpreter? Thanks
Paulayo's user avatar
  • 75
0 votes
0 answers
34 views

Need trusted and reliable way to test on ios and android devices using selenium ,but dont want to do on actual devices need simulator

Hi need list of trusted website/app/platform where i can test in a reliable way((should be confident after using the platform)) on ios and android devices using selenium ,dont want to do test on ...
Anoop R's user avatar
  • 21
2 votes
0 answers
1k views

Re-creating touch-based gestures with Playwright to test mobile viewports

Can someone help me re-create touch-based gestures(swipe, zoom, pinch, etc.) in Playwright to test emulated mobile devices? It has only a tap method out of the box, which works perfectly, but I need a ...
ClearlyChrist's user avatar
1 vote
0 answers
157 views

iOS XCUITest isAccessibilityElement always false

Simple test case for UILabel Given UILabel has following properties set: label.accessibilityLabel = "Hello" label.accessibilityTraits = .staticText label.isAccessibilityElement = ...
Oridadedles's user avatar
1 vote
1 answer
1k views

Does XCUITest type text function send a keyboard input?

Does the XCUITest typetext function actually send a keyboard event through the iOS keyboard or does it simple copy the value provided to it directly into the text box? I tried to send in Chinese ...
jainil's user avatar
  • 41
0 votes
0 answers
1k views

How do you install third-party apps on iOS simulator?

I am building an app that uses oauth as a step of its sign-up process (specifically TikTok's). You can see the documentation on how to do this here: https://developers.tiktok.com/doc/login-kit-ios-...
Daniel Kaplan's user avatar

15 30 50 per page
1
2 3 4 5
16