What is the best programming language for selenium?

I plan to learn selenium, what will be the best language to learn with selenium?

Perl or Ruby or others?

+5
source share
3 answers

Java, obviously, has certain advantages for testing with Selenium - the most obvious is that you can easily create a remote control server in the process and do not need two separate applications. It also makes Selenium's Java extension a bit easier.

, Selenium , , . , "" , Selenium, - , .

Ruby, , Selenium Cucumber RSpec - Ruby.

+8

, Selenium, Java Selenium 1.0. , Java, Selenium . , Java.

Selenium 2.0 Java - , Java . .NET(, #) Python . , .

+8

This question seems a bit wrong. You use Selenium to test web applications.

These web applications can be written in Ruby, Perl, PHP, Python, or any other web infrastructure.

Here you can see the full list of supported languages ​​and related frameworks:

http://seleniumhq.org/about/platforms.html#programming-languages

+5
source

All Articles