ruby - what is the best programming language for selenium? -


I am planning to learn Selenium, what would be the best language to learn with Selenium?

Pearl or Ruby or other?

Java has some advantages to clearly test with Selenium - the most obvious is that you have a remote Control servers can be easily installed in in-process and do not require two separate apps to run. Extending the selenium in java is also a bit easier.

In addition, you can easily use the Selenium with any supported languages, and if you want you can write a new driver if you wish to use an unsupported language Therefore, to write selenium tests for you, the "best" language for you is the language you feel most comfortable with.

Personally, I am using Ruby, but because I am using selenium and RSPEC from cucumber - both are Ruby tools.


Comments