What is the function of Appium in android studio?

Asked

Viewed 193 times

2

What is this Appium for and What are its features?

1 answer

1


Appium, as it says on the site itself, is a tool open source and cross-platform for automated testing for native, hybrid and mobile applications.

What are its features?

Appium allows you to create automated tests. Tests serve to prevent some fields from accepting dates such as 29/fev in years that are not leap; provides important information that should be on the screen but are not; Portuguese errors in fields, messages etc.

There are several types of automated tests that can be done: unitary, integration, functional, acceptance. See here this article by Elias Nogueira that teaches how to create tests using Appium.

Besides the Appium, there are other forms of test the app, as indicated in the Android documentation.

Reference

  • 1

    Ball show , thanks

Browser other questions tagged

You are not signed in. Login or sign up in order to post.