I want to automate some testing of application and I want to click on some button (brn1) but then if textview1 have value of "A" I want to make press on btn2 else if the textview have value of "B" I want the script to make click on btn3.

I know how to connect with device how to make click at certain position (to click the button) but I do not know how to check the value of some text view and how to make decision in the script (how to construct if statement)

Does monkeyrunner have support for this ? if it doesn't then what should I do, or maybe there is no support for this at all.

link|improve this question

64% accept rate
feedback

2 Answers

If you want to get the value which is come after click on the button then you can't get it. Because MonkeRunner doesn't support it.

link|improve this answer
feedback

Seems that Selenium AndroidDriver is more suitable for such testing activities.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.