Differences between Selenium and Appium

0 votes
Can anybody tell me the exact difference between Selenium and Appium

I have seen lots of codes on github where they have used Appium but sample codes have used selenium webdriver elements.How do we use it together?
Apr 12, 2018 in Selenium by ned_crew
• 1,610 points
2,328 views

2 answers to this question.

0 votes

Following are the differences:

Appium -

  1. It is used in mobile application(android & ios).
  2. Having specific driver eg : AndroidDriver and IOSDriver

Selenium -

  1. It is used for mobile web application.
  2. It is having web driver which runs on web application.

Common Differences -

  1. Both are opensource.
  2. Both can be customize.
  3. Both use Json-Wire protocol.

answered Apr 12, 2018 by ajs3033
• 7,300 points
You have made the differences so clear. Thank you for your answer.
0 votes

Selenium:

Selenium is a automation tool used for WEB Application Testing & it is a opensource tool. We can start right away by downloading & installing. Few test process can be performed i.e - GUI Testing, E2E Testing, Functional Testing, Sanity Testing, Cross Browsing Testing, Regression Testing & Usability Testing. It is designed to test Websites & Web Apps.

Appium:

Appium is also a automation tool used to test Mobile Applications. The platforms include either Android / iOS. We can connect directly our mobile to the system and run scripts. where it create scripts automatically. It aslo support all supports all programming languages along with selenium libraries. It is designed to test mobile apps. It uses selenium API to test the applications.

Conclusion: Having knowledge in both the platforms leads to several oppurchinities into Testing. Learn Appium, Selenium with newest updates such that you career growth can be upscale.

answered Nov 15, 2018 by Arogyalokesh Vutukuru

Related Questions In Selenium

0 votes
1 answer

What are the differences between getText() and getAttribute() functions in Selenium WebDriver?

See, both are used to retrieve something ...READ MORE

answered Apr 5, 2018 in Selenium by nsv999
• 5,500 points
16,940 views
0 votes
1 answer

Differences between Selenium IDE, Selenium RC and WebDriver

Selenium Ide is a Firefox plugin that ...READ MORE

answered Apr 19, 2018 in Selenium by Vardy
• 2,360 points
827 views
0 votes
1 answer

Differences between Selenium Remote Control and Selenium Server

Check the documentation outlining the different parts of ...READ MORE

answered Apr 23, 2018 in Selenium by king_kenny
• 3,710 points
607 views
0 votes
1 answer

What are the differences between Selenium and Quick Test Professional (QTP)?

Hello Siddhant, some of the major differences ...READ MORE

answered Jul 7, 2019 in Selenium by Pratibha
459 views
0 votes
1 answer

What are the differences between POM and PageFactory in Selenium Webdriver?

Hi Raveena, Page Object Model (POM) and ...READ MORE

answered Jul 17, 2019 in Selenium by Anvi
• 14,150 points
28,466 views
0 votes
1 answer

What's the diff between Selenium RC and Selenium WebDriver?

RC works by injecting the JavaScript functions ...READ MORE

answered Apr 5, 2018 in Selenium by nsv999
• 5,500 points
1,014 views
0 votes
2 answers

Finding WebDriver element with Class Name in java

The better way to handle this element ...READ MORE

answered Apr 10, 2018 in Selenium by nsv999
• 5,500 points
12,618 views
0 votes
2 answers

Problem while using InternetExplorerDriver in Selenium WebDriver

enable trusted connection  in internet explorer by ...READ MORE

answered Aug 31, 2020 in Selenium by Sri
• 3,190 points
8,572 views
0 votes
1 answer

Geo-location microphone camera pop up

To Allow or Block the notification, access using Selenium and you have to ...READ MORE

answered May 11, 2018 in Selenium by Samarpit
• 5,910 points
6,629 views
0 votes
2 answers

How to use such xpath to find web elements

xpath are two types. 1) Absolute XPath:    /html/b ...READ MORE

answered Sep 3, 2020 in Selenium by Sri
• 3,190 points
7,519 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP