where should Xcode UI Tests live ?

Where in your opinion UI Test Code should live ?

  • In the app code repository itself
  • In a different UI TEST ONLY repository
Answered by DTS Engineer in 735603022

I think opinions vary on this subject.

Speaking personally, I always put my tests as close as possible to the thing they’re testing, but I’d be interested in hearing from folks who do differently.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

I think opinions vary on this subject.

Speaking personally, I always put my tests as close as possible to the thing they’re testing, but I’d be interested in hearing from folks who do differently.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

where should Xcode UI Tests live ?
 
 
Q