Skip to main content
0 votes
1 answer
54 views

I am trying to build XCUITest for AdMob banner but some how it does not detect the banner, i suspect that maybe .safeAreaInset is causing the problem, because it does not detect it neither in ...
virtu's user avatar
  • 97
0 votes
0 answers
48 views

Appium 2.13.1 [email protected] iOS 18.3 Automation doesn't recognize elements on that pop-up (Subscribe button), although I see them manually via Appium Inspector. When I get the elements dump via ...
MilaLynx's user avatar
0 votes
0 answers
30 views

I'm using xcui measure to test the launch time of a native mobile app. When I set a baseline too low and run the test locally xCode fails the test as expected. However, when I run the same test in ...
D.Hodges's user avatar
  • 2,119
0 votes
0 answers
128 views

I am trying to write a UITest for SwiftUI link that I have set up in the following way: var body: some View { privacyPolicyLink } private func privacyPolicyLink(with url: URL) -> Text { ...
Shawn Frank's user avatar
  • 5,303
0 votes
1 answer
69 views

Swift code: .automationIdentifier(.developer, .toggle, .custom("Notification Permission")) Page source: Clearly something is concatenating the attributes in the swift code into the element'...
jwallis's user avatar
  • 95
-1 votes
1 answer
83 views

If we have the following view: import SwiftUI struct MyView: View { var body: some View { Text("Bar") .accessibilityLabel("Foo") ....
4D45's user avatar
  • 193
-1 votes
3 answers
836 views

For my new SwiftUI app I'm looking to add tests. Using Swift Testing I've started to write some unit tests. I'm looking to add UI tests as well. The app relies heavily on network calls to fetch data ...
Pieter's user avatar
  • 275
1 vote
1 answer
140 views

How can I access the search bar within NavigationStack for UI Testing? Code: var body: some View { NavigationStack { List { // some elements } } .searchable(...
victorydub's user avatar
0 votes
0 answers
44 views

I am writing some E2E tests with Appium 2, latest XCUITest and Python. I stumbled upon a problem. For some reason, even though I see the element and its Accessibility ID/XPATH (screenshot attached), ...
DZR's user avatar
  • 345
0 votes
0 answers
46 views

How to get the content of a notification in XCUITest, specifically the notification's identifier I have a piece of code in my app to show a notification as follows: - (NSString *)...
Dung Tran's user avatar
0 votes
0 answers
65 views

I want to try with xctestrun file to execute test cases with selected testcases only. here is my cli command, xcodebuild test-without-building -xctestrun multi_test_config.xctestrun -destination '...
Solid Soft's user avatar
  • 1,932
0 votes
0 answers
56 views

We have a test suite which has nearly 1000 test cases. We need to run the test suite on a machine that is different than the build machine. We resigned the app and the test ipas, installed it on the ...
Chandrasekar Ramamoorthy's user avatar
1 vote
0 answers
181 views

I'm encountering issues while trying to push files to an iOS simulator using Appium for test automation. Despite having UIFileSharingEnabled set to true in Info.plist, I'm getting an ...
David Razmadze's user avatar
1 vote
0 answers
77 views

I'm using Xcode native performance test tool, Measure(). Described here: https://developer.apple.com/documentation/xctest/xctestcase/3194266-measure The issue is after you initially run the test you ...
D.Hodges's user avatar
  • 2,119
1 vote
3 answers
731 views

Upgraded iOS device from 15.6 to 18, Xcode to 16, Appium from 2.0.1 to 2.11.5 and xcuitest from 4.12.0 to 7.27.0. After those upgrades Appium Inspector shows only the specified app bundle but no ...
MilaLynx's user avatar

15 30 50 per page
1
2 3 4 5
46