Santhosh
Santhosh

Reputation: 11

Robotium test case for android

I am new to android test cases(Robotium). I want to write test case for unlock screen and panel(Button) or Detail(Button) or Launcher icon (Button) using Robotium test case. After i want to Tap on my application icon..

please any one help me..

Upvotes: 0

Views: 1269

Answers (1)

TDD_Shizzy
TDD_Shizzy

Reputation: 31

You question is similar to this:

How to write test cases for the home screen activity using robotium in android

Is there a reason you have to automate the lock screen?

Robotium is really build to test one package and not span multiple packages and activities in the same test suite.
You should easily be able to launch you app and test it with robotium, if you can live without automating the lock screen.

Upvotes: 2

Related Questions