0

I would like to run some selenium c# tests via an android emulator.

How can I do that? Do I need another third Party ? EG Selendroid/

Can it run direct?

Is there any tutorial or links that takes you through the process?

many thanks

developer9969
  • 4,628
  • 6
  • 40
  • 88

1 Answers1

0

If you want to test a android app you do need something like selendroid. have a look at Selendroid.

If you want to test a website on a mobile Android device you can go for an emulator like Appium in combination with Selenium Grid.

See getting started of Appium getting started

Thomas
  • 431
  • 5
  • 17
  • Hi thanks for your reply.I am trying to use Appium but I am struggling to set it up so that i can have something very noddy running on a windows 7 machine connecting to visual studio 2015 emulators.I have looked at the getting started but no luck there. Do you know where I can get a walkthrough how to set it up and run the first test? – developer9969 Apr 10 '17 at 10:05
  • Have you seen this question about c# and appium? http://stackoverflow.com/questions/28637796/how-to-integrate-appium-with-c i hope this will help you – Thomas Apr 10 '17 at 10:12
  • my problem is not writing the test but all the steps required and what to install so that i can see it running. – developer9969 Apr 10 '17 at 10:25
  • Quick question, did you enable developer mode? and are you running win 10 https://learn.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development – Thomas Apr 10 '17 at 11:30
  • Is win10 mandatory can it work on win7 at work we only have win7. – developer9969 Apr 10 '17 at 11:32
  • As far as I'm aware Windows 10 is mandatory . I haven't got it to work on win 7. maybe you can get a trail licence to try it out. – Thomas Apr 10 '17 at 11:35