问题
I m working on appium scripting for mobile application automation testing. I m able to simulate android device using the emulator and run the script in the emulator.
Now my next task is to run in ios. Please let me know it is possible to do it in ios emulator in Windows machine. If so some headsup on it.
回答1:
You can not. There are platforms like Xamarin which enables you develop iOS application using c# and Windows but when it comes to debugging and deployment, you have to have a MacOS operating system which is basically a MAC computer. Using Xamarin you can run iOS emulator using Visual Studio by connecting MAC computer remotely.
回答2:
Yess you can use Remote simulator to windows by enabling it under
Tools >> Option >> Xamarin >> IOS setting >> Remote simulator to windows.
But you still need active mac agent connection to build your app
回答3:
You can use Appium studio free community edition for testing iOS physical device from windows machine.
note:- I have tested appium studio personally and think it will be useful for others.
来源:https://stackoverflow.com/questions/44565046/can-ios-simulator-can-be-run-in-windows