3

We are developing a mobile web app and we would like to test it on various versions of Safari and Android browsers. Does Xamarin Test Cloud support tests that run Safari/Android browser, fire up a URL and run test cases?

Szymon Rozga
  • 17,971
  • 7
  • 53
  • 66
  • You can use Appium to test iOS's Safari on Test Cloud/Mobile Center, but right now your tests would need to be written in Java. Appium support was announced at Connect 2016 : https://blog.xamarin.com/xamarin-test-cloud-announcements-at-microsoft-connect/ – SushiHangover Dec 09 '16 at 22:11
  • @SushiHangover while your approach may be possible, automating multiple app processes is currently unsupported in Test Cloud, and thus could lead to unexpected behavior. Source: https://github.com/xamarinhq/test-cloud-appium-java-extensions#4-current-limitations – user62171 Jan 04 '17 at 17:54

1 Answers1

1

You are unable to automate applications that you don't have the APK or IPA files for. For this reason, you would not be able to automate the Safari or Android browsers applications. This is also further complicated by Android devices browsers in general because you cannot guarantee a certain browser will be on device. There are at least 10 types of internet browsers available to Android devices, Chrome because the standard only recently.

BrewMate
  • 1,010
  • 5
  • 15