0 votes
in Appium by
What are the crucial features of Appium?

1 Answer

0 votes
by

Following is the list of crucial features of Appium:

  1. There is a strong and active community available for Appium.
  2. Appium does not require application source code or library.
  3. It is open-source, freely distributed, and cross-platform support.
  4. Due to its multi-platform support, you can run the same test cases on multiple platforms.
  5. Appium allows the parallel execution of test scripts.
  6. Appium is time-efficient because a small change does not require re-installation of the application.
  7. Appium supports various languages like Java, Python, C#, Ruby, PHP, JavaScript with Node.js, and many others that have Selenium client library.
  8. It supports JSON wire protocol.
  9. It does not require recompilation of App.
  10. Appium has no dependency on mobile devices.
...