Login
Remember
Register
Ask a Question
What are the crucial features of Appium?
0
votes
asked
May 8, 2021
in
Appium
by
sharadyadav1986
What are the crucial features of Appium?
#appium-features
appium
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 8, 2021
by
sharadyadav1986
Following is the list of crucial features of Appium:
There is a strong and active community available for Appium.
Appium does not require application source code or library.
It is open-source, freely distributed, and cross-platform support.
Due to its multi-platform support, you can run the same test cases on multiple platforms.
Appium allows the parallel execution of test scripts.
Appium is time-efficient because a small change does not require re-installation of the application.
Appium supports various languages like Java, Python, C#, Ruby, PHP, JavaScript with Node.js, and many others that have Selenium client library.
It supports JSON wire protocol.
It does not require recompilation of App.
Appium has no dependency on mobile devices.
...