Fazy
Fazy

Reputation: 573

Selenium iPhone Simulator Alternative for doing a Test Run

I am using iPhone Simulator in MAC with Xcode to run my tests which I wrote, even if I code first time and if I want to test the code works or not I need to run in simulator is there is any alternative way to do it ? instead of running in simulator even to test a code before the actual Test runs ?

I use Google Chrome with User Agent as iPhone to identify components as my application renders based on the Browser agent.

My initial plan is to call Chrome with pre-defined Profiles and user agent extensions.

Kindly give your suggestions.

Upvotes: 1

Views: 2456

Answers (1)

risteard
risteard

Reputation: 47

There are many emulators out there for the iPhone. Configuring Chrome with User Agents is one of the quickest and easiest.

Maybe implementing your tests with a slicker tool may help reduce this burden? I suggest you take a look at iOS Driver.

Upvotes: 1

Related Questions