To test a web application, I have chosen selenium grid.
My application should be tested on android, windows and iOS. I don't have a Mac device and I am not able to virtualise an iOS machine.
Is there any application or another method to configure and iOS node on a windows VM?
Thanks
This would be helpful for Android Virtual Device (AVD): https://code.google.com/p/selenium/wiki/AndroidDriver
Also this: https://wiki.mozilla.org/QA/Execution/Web_Testing/Automation/Selenium_Grid
Related
I m working on mobile automation and Android automation using Emulator and finding the UI elements does not seem a problem with the windows machine. Now I have to do the same thing for iOS, Can I proceed in Windows or should I get a Mac to work on iOS?
P.S : The programming language I am working on is Java
It's not possible. For iOS app automation, you would need XCode which doesn't work on Windows. So you need to use a Mac.
Also, Mac works with both Android and iOS apps.
I would like automate IOS Mobile Application(in iPhone 6s - IOS Version-10.2.1) using windows 7 Laptop.
Is it possible to automate from windows Laptop.
I installed and configured Android-SDK, Java Client , Appium and PDAnet in windows machine.So now i am able to automate App from real Andriod device in Windows machine.
Now I have to automate that App from iPhone 6S Device from Windows Machine. Is it Possible or MAC is mandatory?? Please help me from this situation.
There are applications which allow you to automate iOS applications from a Windows 7 PC. They're mostly from commercial vendors - such as http://quamotion.mobi or http://experitest.com.
Disclaimer - I work for Quamotion, one of the companies that develops such software.
I am a beginner in iOS. My requirement is to control my iPhone from Mac or windows using RDP. I surf in web to get sample code of it. Microsoft provide Remote desktop client Application.It can control remote windows machine through iPhone.
My Necessity is control iPhone from Mac or Windows. Any help will be appreciated.
Just use FreeRDP
Here is readme for iOS part
I am developing a mobile web page for several mobile OSes. On Android and iOS, it looks fine but on WindowsPhone, the alignment is a mess. On iOS, i can inspect element on the web view using Safari, but I wonder how to do this on Windows Phone. Is there any way to do this? I only have Mac OS 10.8.5 for development. Been searching without result. Thanks.
Inspect Element is not available on Mobile IE.
The recommended way to test your site is via the desktop version of IE as it shares most of its codebase with Mobile IE.
You can use a VM if you are on MacOS (you can find the IE VMs here: http://www.modern.ie/en-us/virtualization-tools)
Windows Phone 7 runs IE9 and Windows Phone 8 runs IE10.
I'm using the android emulator in this environment (VMware fusion5/windows 8/vs2012-mono for android) and it's working ok for degugging, but I'd like to switch a license to this machine so I can use it for actual device testing. Since you are limited with the number of times you can repurpose a license with xamarin, I'd like to know if it'll actually work before I activate the license on this environment. Anyone doing it?
Thanks.
In case anyone needs to know, it works fine. VMware sees the device when it's plugged in and asks if you want to connect to windows or mac. Choosing windows lets adb see the device.