python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
UITest keeps failing to tap alert view when running on simulator
I have created a series of UI Tests that run fine on a device but when using a Simulator, I cannot tap alert view buttons.
let alert = app.alerts["Continue"]
alert.buttons["Yes"]...

SirJoeyMichaels
Votes: 0
Answers: 1
XCTest fails to compare two strings
I am looking for a text given in parameter in my textviews. I am sure that it exists because I see it on the screen, but somehow comparing them fails.
Here is a method:
func checkText(_ text: String)...

stackich
Votes: 0
Answers: 3
Fetch text UIColor in XCUITest
I am writing UI tests from my watchOS project and currently looking how to fetch UIColor attribute from from UILabel and UIButton in XCUIText?
Maybe someone knows how to do it?

zhanch
Votes: 0
Answers: 1