neriya hillel
neriya hillel

Reputation: 41

IOS UI tests without simulator or device

I want to write UI tests for ios.

can I run them (from xcode) without device or simulator as destination?

for example: I want to test click on btn and check if something happened, but not want that test run it on simulator or device.

(I know that in android you can use robolectric to do it).

Upvotes: 1

Views: 645

Answers (1)

javen929
javen929

Reputation: 31

I'm sorry but there is no other solutions for it. You can only make a choice between device or simulator.

Upvotes: 1

Related Questions