0

I'm testing an app in which there are two user roles one is driver and other is the customer.

  1. Customer book a ride for sending their goods from one place to another.
  2. The customer selects pickup point and drops point.
  3. When driver start their journey from pickup point to the drop point user will able to see the driver on the map(live tracking)
  4. How can I test this live tracking on android and ios without going outside with device?
Cœur
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

-1

you can use fake GPS apps, there are multiple app available on both platform Ios and android. You will have to keep moving it.

  • 1
    The same was answered by @Arahasya. Your answer does not provide any new information. Please see https://stackoverflow.com/help/how-to-answer – Ankur Aggarwal Dec 20 '18 at 05:28