1

How to test with different location as I am using latitude and longitude functionality in my app?

My code for monkey is monkey -s 1009 1000000 --throttle 10000 --pct-syskeys 0 --ignore-crashes --ignore-security-exceptions --ignore-timeouts

I have to run my app continuously for a long time to collect more data, so i want to automate the change in location. I cant use Emulator to do the testing as I have changed the binaries of my mobile software.

Nappa
  • 131
  • 1
  • 9
  • Use Mock Location in Real Device . I . Emulator use GPS Data Palyback in Emulator Control' – Tomin B Azhakathu Apr 03 '18 at 09:41
  • @TominB I have to run my app continuously for a long time to collect more data, so i want to automate the change in location. I cant use Emulator to do the testing as I have changed the binaries of my mobile software. – Nappa Apr 03 '18 at 09:47
  • Use this app for fake GPS location https://play.google.com/store/apps/details?id=ru.gavrikov.mocklocations&hl=en – Sabyasachi Apr 03 '18 at 12:04
  • @ss_ Thanks , but i wanted an option through monkey(if there is one) where the change in location is based on the seed value you give. – Nappa Apr 03 '18 at 17:57

0 Answers0