Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is Automated UI testing on watchOS possible

Automated UI testing/Unit testing is not a myth in iOS but can automated UI testing be done on the watchOS?? Any new feature with watchOS 2 or Xcode 7 that I missed. I looked into the profiler but I could not figure out how to automate testing on watch OS.

Any help is appreciated.

like image 932
Satheesh Avatar asked Oct 09 '15 09:10

Satheesh


1 Answers

Since the beginning of watch apps, from WatchOS 1 on, there have been no test targets for watch apps. Nothing has changed with the launch of WatchOS 3: there are still no tests! Still, there are ways where we can perform the test Using PivotalCoreKit to Test Watch Apps

Please refer to the link below where author has explained it in detail. https://academy.realm.io/posts/cmduconf-boris-bugling-how-test-watch-apps/

like image 125
Dhruv Choudhary Avatar answered Oct 23 '22 04:10

Dhruv Choudhary