Automating Xamarin Andriod App

Mobile Testing, Android App Testing.
manustar47
Posts: 14
Joined: Mon Jul 27, 2015 2:17 pm

Automating Xamarin Andriod App

Post by manustar47 » Sun Nov 01, 2015 2:18 pm

Hi,

Can i Automate Android app created using Xamarin by instrumenting as normal android app?
Please provide me some input on this.

Thanks,
Manu

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Automating Xamarin Andriod App

Post by odklizec » Sun Nov 01, 2015 5:07 pm

Hi,

I would suggest you to check this blog article about making xamarin apps testable with Ranorex...
http://www.ranorex.com/blog/automate-mo ... pp-testing
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

manustar47
Posts: 14
Joined: Mon Jul 27, 2015 2:17 pm

Re: Automating Xamarin Andriod App

Post by manustar47 » Mon Nov 02, 2015 7:52 am

Hi,

I went through the link. is it necessary to follow that steps making some configuration at project level? can't we instrument it like other Android app?

Thanks,
Manu

User avatar
odklizec
Ranorex Guru
Ranorex Guru
Posts: 7470
Joined: Mon Aug 13, 2012 9:54 am
Location: Zilina, Slovakia

Re: Automating Xamarin Andriod App

Post by odklizec » Mon Nov 02, 2015 8:38 am

Hi,

As mentioned in the article, if you have Ranorex 5.0 and higher, you can instrument xamarin app via Ranorex instrumentation wizard. Otherwise (or in case of problems with instrumentation via wizard) you should follow the manual instrumentation steps.
Pavel Kudrys
Ranorex explorer at Descartes Systems

Please add these details to your questions:
  • Ranorex Snapshot. Learn how to create one >here<
  • Ranorex xPath of problematic element(s)
  • Ranorex version
  • OS version
  • HW configuration

manustar47
Posts: 14
Joined: Mon Jul 27, 2015 2:17 pm

Re: Automating Xamarin Andriod App

Post by manustar47 » Mon Nov 02, 2015 10:40 am

You are right. Thanks.