menu search
brightness_auto
Ask or Answer anything Anonymously! No sign-up is needed!
more_vert

To make automation testing efficient, it is important to use it is important to use the most efficient tools for your project. 
Which one is the best?


3 Answers

more_vert

Selenium would be most widely used automation testing tool. It is a open source testing framework used in testing applications of different platforms. It allows the testers to write scripts in a domain language called "Selenese". The test suite consists of the following:

  • Selenium WebDriver
  • Selenium Remote Control
  • Selenium IDE
  • Selenium-Grid
Following are the platforms and browsers supported by Selenium:
  • Google Chrome
  • Firefox
  • Opera
  • Safari
  • Internet Explorer 7, 8, 9, 10 and 11
  • HtmlUnit
  • PhantomJS
  • Android
  • iOS

thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
The most widely used automation testing tool is Selenium.This is an open-source tool and is the most popular and accessible automated testing framework for web application testing across platforms and browsers. Testers can write test cases using various programming languages such as PHP, C#, Ruby, Python, Perl, and Java in Selenium.
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
more_vert
.This is an open-source tool and is the most popular and accessible automated testing framework for web application testing across platforms and browsers. Testers can write test cases using various programming languages such as PHP, C#, Ruby, Python, Perl, and Java in Selenium
thumb_up_off_alt 0 like thumb_down_off_alt 0 dislike
Whenever you have a question in your mind, just drop it on Answeree. Help our community grow.
...