The parallel batch execution as well as reporting feature in the tests are very valuable to me.
Test Automation Engineer at a security firm with 51-200 employees
The parallel batch execution as well as reporting feature in the tests are very valuable to me.
Pros and Cons
- "The parallel batch execution as well as reporting feature in the tests are very valuable to me."
What is most valuable?
How has it helped my organization?
We are using this product to do regression testing. In this way it has improved the quality of our product.
What needs improvement?
As of now I can't see anything which needs to be improved but once I am through with Selenium, will let you know.
For how long have I used the solution?
I've been using it for one year and two months.
Buyer's Guide
Selenium HQ
March 2026
Learn what your peers think about Selenium HQ. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
885,264 professionals have used our research since 2012.
What was my experience with deployment of the solution?
I have not had any issues with the deployment.
What do I think about the stability of the solution?
I have not had any issues with the stability.
What do I think about the scalability of the solution?
I have not had any issues with the scalability.
How are customer service and support?
It's an open source tool. So the only support is Google for us.
Which solution did I use previously and why did I switch?
This product is more user friendly than others. So this is the reason for choosing this product.
How was the initial setup?
The set-up was straightforward.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
QA Test Lead at a tech services company with 501-1,000 employees
CI can be achieved with tools like Jenkins. Like QTP, there should be an option to run the test from a point or state of application.
Pros and Cons
- "An engineer from any background can learn and build automation easily."
- "Dynamic debugging needs to be improved. Like QTP, there should be an option to run the test from a point or state of application."
What is most valuable?
- It supports many programming languages like Java, and Ruby etc.
- It can be plugged with Junit, TestNG and other Java frameworks for reporting
- CI can be achieved with tools like Jenkins
How has it helped my organization?
Cost effective solution for automation test.
What needs improvement?
Dynamic Debugging needs to be improved. Like QTP, there should be an option to run the test from a point or state of application. Currently the test should be run from the beginning to debug or test the new scenario which has been added.
For how long have I used the solution?
I've used it for three years.
What was my experience with deployment of the solution?
There were no issues with the deployment.
What do I think about the stability of the solution?
There are stability issues, especially when Mozilla Firefox updates.
What do I think about the scalability of the solution?
There's no scalability issues.
Which solution did I use previously and why did I switch?
It wasn't very difficult.
What was our ROI?
We did it in-house.
What's my experience with pricing, setup cost, and licensing?
It's free and there's no licence needed.
What other advice do I have?
An engineer from any background can learn and build automation easily.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Selenium HQ
March 2026
Learn what your peers think about Selenium HQ. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
885,264 professionals have used our research since 2012.
QA Lead at a tech services company with 51-200 employees
Building an automation framework can be used easily across teams with minimal training.
Pros and Cons
- "Selenium Webdriver has streamlined the entire quality assurance process in our organization."
- "Selenium only supports web based applications and it is not suitable for testing small sized products which can be easily tested manually."
Valuable Features:
Selenium is an open source automation tool founded in 2004 by Jason Huggins used widely for functional testing of web based applications. It supports multiple languages and browsers which gives it the versatility. Users can develop their automation framework in the language of their choice and test their product across various browsers. The most vital feature of Selenium Webdriver is, that it allows report generation with the help of TestNG.
Improvements to My Organization:
Selenium Webdriver has streamlined the entire quality assurance process in our organization. As the regression suites run more frequently than before bugs are reported to developers at a faster rate which has in turn helped in attaining a rapid stability of the product. Alongside these automation scripts can be used to validate the functionality across various browsers and platforms which reduces time and effort considerably.
Room for Improvement:
In the future releases I would like to see a support for testing images in web applications and a provision for identifying captcha.
Deployment Issues:
There were no issues with deployment.
Stability Issues:
There were no issues with the stability.
Scalability Issues:
There are no issues with its scalability.
Other Advice:
Implementing an automation tool for Quality assurance has become the latest trend in many organisations.
- The biggest challenge is to identify whether there is really a need for an automation tool. Incorporating automation requires a robust product which undergoes minimal changes during its lifetime otherwise the automation scripts would require constant change.
- Selenium only supports web based applications and it is not suitable for testing small sized products which can be easily tested manually. The effort in incorporating an automation framework would be larger than testing it manually.
- User should have good knowledge of any of the programming languages supported like Java, C#, Ruby / Python to build an automation framework.
- Building an automation framework can be used easily across team with minimal training.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Senior Automation QA, Automation Expert at a tech vendor with 10,001+ employees
It allows us to write frameworks using object-oriented programming languages like Java.
Pros and Cons
- "Compared to commercial tools such as TestComplete, Selenium WebDriver is a better choice for web auto-testing."
- "Maybe more stable cross-browser autotesting (sometimes a test which works ok for one browser fails in another)."
Valuable Features
This is open-source product with large community, it allows to use your favourite language to write test framework.
Improvements to My Organization
Selenium is an automation tool which allows to perform automation web testing and reduce amount of manual tests.
Room for Improvement
Maybe more stable cross-browser autotesting (some times test which works ok for one browser fails in another).
Use of Solution
I've used it for over four years.
Deployment Issues
There were no issues with the deployment.
Stability Issues
Sometimes there are issues with automation testing in Internet Explorer.
Scalability Issues
There's no issues with the scalability.
Customer Service and Technical Support
This is open source product with large community, the main issues can be solved using this community
Initial Setup
To use Selenium WebDriver effectively you should have good knowledge of programming language, this is one of the main complexity
Other Solutions Considered
Compared to commercial tools such as TestComplete, Selenium WebDriver is a better choice for web auto-testing. It allows us to write frameworks using object-oriented programming languages like Java.
Other Advice
To use Selenium WebDriver effectively user should have good knowledge of programming language, this is one of the main complexity. Using Selenium you have to write test framework using your favourite language and some additional tools should be used also (like Jenkins for CI and reports), this is the first step which should be done.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Independent Consultant/Owner at a tech consulting company with 51-200 employees
It has the ability to test on all of the major web browsers.
Pros and Cons
- "Selenium gives me the ability to write my test using the programming environment I am already familiar with."
- "The documentation could use some work but there are books that fill this hole."
What is most valuable?
The ability to test on all of the major web browsers.
How has it helped my organization?
I’ve used Selenium in multiple ways of the years. In one case I was working on a web site that got updated once a week. Mostly by others. Every week we would find out that a page changed that we were not expecting because we had changed included content, not knowing it was appearing on another page. I convinced management to allow me to write a script that went to each page on the production site and compare the page to the stage site. I reported the changes to management so that if they didn’t know about them, they were aware of the change.
On another site, we used Selenium to do basic application level testing. Just about the time I would start to think I was wasting my time, the test would reveal a problem that needed to be addressed.
What needs improvement?
Can’t think of anything I would change.
For how long have I used the solution?
I've used it for at least five years.
What was my experience with deployment of the solution?
There's never been an issue with deploying it.
What do I think about the stability of the solution?
As the various browsers change, tests stop working. But that can hardly be blamed on Selenium. Every problem I've ever had has always been answered by “Get the most recent version of Selenium.”
What do I think about the scalability of the solution?
I've never had a problem scaling the tests.
How are customer service and technical support?
It is open source, I don’t think this applies. The documentation could use some work but there are books that fill this hole.
Which solution did I use previously and why did I switch?
I had used TestComplete at one point a very long time ago. What I didn’t like about TC is that it was a complete development environment, which I didn’t really like. Selenium gives me the ability to write my test using the programming environment I am already familiar with.
How was the initial setup?
The initial setup is pretty straightforward, but when you branch into using the Selenium Grid, things do get a bit more complex. It is all pretty easy now that I know how.
What about the implementation team?
I implemented it myself using search engines and trial and error.
What's my experience with pricing, setup cost, and licensing?
It’s free. And relatively easy to get setup.
What other advice do I have?
Learn how to use the “Page Model” approach to creating tests. If you code direct to the Selenium API and don’t using the Page Model, as things change in your web application, it will become more and more difficult to update your test to reflect the changes.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Selenium Test lead automation engineer at a tech services company with 501-1,000 employees
I can run a set of regression test cases with every release to QA.
Pros and Cons
- "Go for it. This is one of the best open source solutions I know of."
- "Currently WebDriver is having issues running against the latest of Firefox."
What is most valuable?
I can easily integrate with TestNG and Maven. Also I am able to set servers and hubs to execute my test case against
How has it helped my organization?
I can run a set of regression test cases with every release to QA.
What needs improvement?
I would like to be able to capture HTML header information but I have not been able to do that yet
For how long have I used the solution?
I've used it for three years.
What was my experience with deployment of the solution?
There were no issues during deployment.
What do I think about the stability of the solution?
Currently WebDriver is having issues running against the latest of Firefox.
What do I think about the scalability of the solution?
There have been no issues scaling it out.
How are customer service and technical support?
There is none yet there is a lot sites where questions can answered.
Which solution did I use previously and why did I switch?
I used Capybara. I am more familiar with Java
How was the initial setup?
It was pretty straightforward. It needs some degree of programming knowledge.
What about the implementation team?
We did it in-house.
What's my experience with pricing, setup cost, and licensing?
It's free.
What other advice do I have?
Go for it. This is one of the best open source solutions I know of.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Junior Quality Assurance Engineer at a computer software company with 501-1,000 employees
It allowed us to be assured that basic functionality works fine and to be informed about bugs quickly.
Pros and Cons
- "It allowed us to be assured that basic functionality works fine and to be informed about bugs quickly."
- "I would like to see a better method handling. I mean methods/properties like Displayed, which should return false when there is no such element on the page instead NoSuchElementException, which has to be handled in my code – it should be provided with Selenium."
Valuable Features:
The most important features of Selenium, in my opinion, are:
- Multiple finding options (by Xpath, CSS class, ID, etc.
- It is a multi-platform, so it can be used in different languages
Improvements to My Organization:
It allowed us to be assured that basic functionality works fine and to be informed about bugs quickly.
Room for Improvement:
I would like to see a better method handling. I mean methods/properties like Displayed, which should return false when there is no such element on the page instead NoSuchElementException, which has to be handled in my code – it should be provided with Selenium.
Deployment Issues:
We've had no issues with deployment.
Stability Issues:
It's been stable so far.
Scalability Issues:
We've scaled sufficiently with it.
Other Advice:
Please remember it is just a tool and not everything can be automized.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Automation Architect at a tech services company with 1,001-5,000 employees
It is now being implemented for testing in many browsers.
Pros and Cons
- "Selenium is now being implemented for testing in many browsers, e.g. IE, Firefox, Chrome, Safari, Opera, Edge, etc., and we have implemented it in many other features in the form of a framework."
- "I would suggest cross-browser support need to be improved, as all methods do not support when we change the browser."
Valuable Features:
The most valuable features I've found are:
- Cross browser support
- Easy to use
Improvements to My Organization:
Selenium is now being implemented for testing in many browsers, e.g. IE, Firefox, Chrome, Safari, Opera, Edge, etc. Also, we have implemented it in many other features in form of a framework.
Room for Improvement:
I would suggest cross-browser support need to be improved, as all methods do not support when we change the browser.
Other Advice:
A few features such as synchronization techniques, cross-browser coding, and customized reporting need to be implemented.
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
Buyer's Guide
Download our free Selenium HQ Report and get advice and tips from experienced pros
sharing their opinions.
Updated: March 2026
Popular Comparisons
Tricentis Tosca
OpenText Functional Testing
Katalon Studio
SmartBear TestComplete
BrowserStack
Sauce Labs
Ranorex Studio
BlazeMeter
Perfecto
Worksoft Certify
UiPath Test Cloud
TestMu AI (Formerly LambdaTest)
Parasoft SOAtest
Testim
OpenText Functional Testing for Developers
Buyer's Guide
Download our free Selenium HQ Report and get advice and tips from experienced pros
sharing their opinions.
Quick Links
Learn More: Questions:
- How do I choose between Selenium HQ and Eggplant Digital Automation Intelligence?
- Cross-Platform Automated Testing Tool
- Anyone have a good example of a Test Automation Business Case?
- When evaluating Functional Testing Tools, what aspect do you think is the most important to look for?
- What is the best automation tool to test dynamic data?
- SOAtest vs. SoapUI NG Pro?
- Tosca Testsuite Version 10.0
- What is the best tool for SAP testing?
- Do you have an RFP template for Testing Tools which you can share?
- What are some common causes for software failure?














