3

Does "ROBOTIUM " support 2 finger touch? Actually i want to write a testcase in which the user taps and hold one button and clicks on another button using other finger. is that possible?

Ryhot
  • 325
  • 4
  • 12

2 Answers2

0

Actually, it's not supported. You can write enhancement here: http://code.google.com/p/robotium/issues/list

maszter
  • 3,680
  • 6
  • 37
  • 53
0

It is possible, its not easy but its possible. You will need to MotionEvent which you can dispatch as per your need.

Paul Harris
  • 5,769
  • 1
  • 25
  • 41