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.
答案 0 :(得分: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.
答案 1 :(得分:1)
您可以通过在
下启用远程模拟器来使用远程模拟器工具>>选项>> Xamarin>> IOS设置>>远程模拟器到Windows。
但您仍需要有效的mac代理连接才能构建应用
答案 2 :(得分:1)
您可以使用Appium studio 免费社区版从Windows机器上测试iOS物理设备。
注意: - 我亲自测试了appium studio并认为它对其他人有用。