Issue
i am an QA i am performing Manual Testing for testing the Android Applications.
Now, i am planning to test android applications by using automation tools. i tried Robotium. it seemed to an paid version. so i dropped Robotium.
i am preferring Android studio. i am not having sufficient knowledge over android studio.
While gathering data about this, i found Android Studio has Monkey and Monkey Runner. for Unit Testing.
Is there any other tool can be useful for Android Testing? and say how to test applications with that tools.
Solution
Google your question will give you answers. All the below you can do with studio. From android developer website-
AndroidJUnitRunner: JUnit 4-compatible test runner for Android
Espresso: UI testing framework -suitable for functional UI testing within an app
UI Automator-UI testing framework; suitable for cross-app functional UI testing across system and installed apps
Start from uiautomator basics!
Answered By - Rilwan
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.