Differences between Selenium Java and Selenium RUBY
If any company wants to adopt the OPEN SOURCE Test automation solution, immediately one question will pop-up in their mind,Should we consider SELENIUM RUBY or SELENIUM JAVA.
I hope below answer would help you to choose the tool to meet your project requirements.
Note: Below points are purely based on my experience in an automation field.
Topic
|
Selenium Java
|
Selenium Ruby
|
Language Learning
|
Tougher than Ruby
|
Easy
|
Open source
|
Yes
|
Yes
|
Online help
|
Enormous
|
Lesser than Java
|
Test Results/ Reporting Feature
|
Readily available Addin – Test NG
|
Needs to write customized reporting RUBY class
|
Data driven/ Excel Support
|
Readily available Addin – Apachi POI
|
Needs to write customized Excel support RUBY class
|
Test case priority execution
|
Readily available Addin – Test NG
|
Not available
|
Batch file execution
|
TestNG XML
|
Needs to write the batch file.
|
Assertions/Checkpoints
|
Readily available Addin – Test NG
|
Needs to write customized Code for assertions
|
Page object concepts
|
Easy to implement
|
Easy to implement
|
Pagination concepts
|
Easy to implement witht the help initelement method
|
Not availble
|
|
|
|
No comments:
Post a Comment