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)
I want to understand how i can XCTest that a list of Countries are Sorted
Im writing a UITest to check if a List of Countries populated in my tableview are displayed in ascending order. I am populating the countries from Countries api
The purpose of my UITest is to check th...
BigFire
Votes: 0
Answers: 1
How to fix undefined symbol errors in swift?
Recently I got to work on a Swift project on a mac with a M1 chip.
This project uses the normal swift package manager but also has Moscapsule (https://github.com/flightonary/Moscapsule) manually insta...
Schmul42
Votes: 0
Answers: 0
How to check an element's existence after a loading animation in a UI Test? Swift
The problem is simple: How to check an element's existence after a loading animation in a UI Test? BUT without using static timeouts.
For example: If animation lasts 3 seconds ui test waits for 3 seco...
Kadir Emre Yıldırım
Votes: 0
Answers: 1
XCUITest interact with elements on Home Screen
While writing my Ui tests I'm trying to interact with elements on iPhone's (Apple Watch's) Home Screen when app under test is running on the background. Is there such ability to do so?
zhanch
Votes: 0
Answers: 1