0

My requirement is :

I Have a two methods and two mobiles... Q1::: i want to run first method in first mobile and second method in second mobile parllely. Q2::: two methods in two mobiles parllelly, Thanx in advance,please help me..

am running from "run.sh"

/home/rakesh/Android_sdk/android-sdk-linux/tools/android create uitest-project -n LaunchSettings -t 1 -p /home/rakesh/tests

export ANDROID_HOME='/home/rakesh/Android_sdk/android-sdk-linux'

ant build

adb push /home/rakesh/tests/bin/LaunchSettings.jar /data/local/tmp/

adb shell uiautomator runtest LaunchSettings.jar -c com.smartron.test.LaunchSettings
Andrey Korneyev
  • 26,353
  • 15
  • 70
  • 71
Rakesh Indla
  • 41
  • 1
  • 1
  • 5

1 Answers1

0

Check these following questions for clear picture about what can be done with UIautomator.

  1. Automating call scenario with Uiautomator
  2. How to run Uiautomator tests in to multiple devices?
Community
  • 1
  • 1
Dnavir
  • 556
  • 3
  • 11