Saurabh Shrivastava
Saurabh Shrivastava

Reputation: 1484

Android- tools to work on actual hardware

Is there any free tool to test android on hardware( not eclipse)?

example process:

  1. connect device to PC via USB cable
  2. come to homescreen > suppose homescreen have 7 tabs > default tab is tab 4
  3. swipe right to left to move from tab 4 to tab 5. Again swipe to switch from 5 to 6 and so on.

I want to repeat step 3 for 1000 times, which tool can help me.

IMPORTANT- i want to check this on real device, not emulator.

Upvotes: 0

Views: 37

Answers (1)

ligi
ligi

Reputation: 39539

yes - you can use espresso to do this

Upvotes: 2

Related Questions