Try our new research platform with insights from 80,000+ expert users
PeerSpot user
Project Engineer at Mathworks India Pvt Ltd
Real User
Aug 25, 2017
We started automating the browser and have done load testing for light applications.
Pros and Cons
  • "Selenium web driver - Java."
  • "Hot tool in market. Makes thing easier to use and implement."
  • "Handling frames and windows needs to be improved."
  • "Handling frames and windows needs to be improved."

What is most valuable?

Selenium web driver - Java.

How has it helped my organization?

As traditional load testing we use some expensive tools available in the market, but with the help of Selenium we started automating the browser and done load testing for light application.

What needs improvement?

Handling frames and windows needs to be improved.

For how long have I used the solution?

I've been using it for one year.

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?

No issues encountered.

What do I think about the stability of the solution?

No issues encountered.

What do I think about the scalability of the solution?

No issues encountered.

How are customer service and support?

9/10

How was the initial setup?

Straightforward by using Selenium IDE.

What about the implementation team?

We did an in-house implementation, doing our R&D over the internet.

What was our ROI?

Hot tool in market. Makes thing easier to use and implement. Demand increases cost.

What's my experience with pricing, setup cost, and licensing?

Since it is an open source. It is free to use. However my company see it as the future of load testing.

What other advice do I have?

You'll have a lot to do when automating many different applications. Just practice.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user373965 - PeerSpot reviewer
Senior Software Quality Assurance Engineer at a tech services company with 1,001-5,000 employees
Real User
Aug 24, 2017
Since it supports Java and other programming languages, it is easy to integrate with other systems.
Pros and Cons
  • "Language support - since it supports Java and other programming languages it is easy to integrate with other systems."
  • "I have invested my time in learning the tool and got good recognition for creating automation framework."
  • "There is no good tool to find the Xpath. They should provide a good tool to find Xpath for dynamic elements and integrate API (REST/ SOAP) testing support."
  • "There is no good tool to find the Xpath. They should provide a good tool to find Xpath for dynamic elements and integrate API (REST/ SOAP) testing support."

What is most valuable?

  • Support for UI Automation
  • Language support - since it supports Java and other programming languages it is easy to integrate with other systems
  • Multiple browser support
  • Selenium Grid supports the execution of test case in distributed way

How has it helped my organization?

  • It's open-source, so there's no need to pay for a license
  • Support different programming language hence DevOps and QA work together to built better test suite
  • Since it is a lightweight tool, hence it helps in running test cases fast

What needs improvement?

There is no good tool to find the Xpath. They should provide a good tool to find Xpath for dynamic elements and integrate API (REST/ SOAP) testing support.

For how long have I used the solution?

I've been using it for five 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 have been no issues with the stability.

What do I think about the scalability of the solution?

There have been no issues with the scalability.

How are customer service and technical support?

I have used Silk Test and QTP before using Selenium. The reason for choosing the product can be found in answer 4 and 5.

Which solution did I use previously and why did I switch?

I used SilkTest and QTP before using Selenium

How was the initial setup?

It was easy to set-up.

What about the implementation team?

We did it in-house one, you choose the solution which best suite your needs. Don’t spend to much time in building robust solution unless it is really required.

What was our ROI?

I have invested my time in learning the tool and got good recognition for creating automation framework. It can continue to run as open source tool.

What other advice do I have?

You just need to choose the solution which best suites for you.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
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.
PeerSpot user
Selenium Automation Engineer at a individual & family service with 10,001+ employees
Real User
Aug 24, 2017
​I would advise you that it's a good tool to automate UI.
Pros and Cons
  • "All the features in Selenium to automate the UI."
  • "All the features in Selenium to automate the UI."
  • "Selenium Grid set-up is bit complex."
  • "Selenium Grid set-up is bit complex."

What is most valuable?

All the features in Selenium to automate the UI.

How has it helped my organization?

Reduced license cost

For how long have I used the solution?

I've used it for four years.

What was my experience with deployment of the solution?

There were issues.

What do I think about the stability of the solution?

There were issues.

What do I think about the scalability of the solution?

There were issues.

How are customer service and technical support?

5/10

Which solution did I use previously and why did I switch?

5/10

How was the initial setup?

Selenium Grid set-up is bit complex.

What other advice do I have?

I would advise you that it's a good tool to automate UI. There have been issues in the product.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user542793 - PeerSpot reviewer
QA Test Lead at a manufacturing company with 5,001-10,000 employees
Vendor
Aug 13, 2017
Provides Freedom To Choose The Tools Needed For Full-Fledged Automation Framework
Pros and Cons
  • "The ability to present your tests on a wiki page and hooking them up to the scripts/fixtures."
  • "If you have a web application, I would strongly recommend this, as it has a lot of benefits as described above."
  • "Selenium could offer better ways to record and create scripts. IDE is available, however, it can be improved."
  • "Selenium could offer better ways to record and create scripts. IDE is available, however, it can be improved."

What is most valuable?

FitNesse: The ability to present your tests on a wiki page and hooking them up to the scripts/fixtures. This is an amazing feature as you could literally ask your product owner, business analysts/developers to go to wiki and see all tests that are written and running automatically. Using the Gherkin format this can be very user readable, and one can also run those tests from the wiki themselves. They can even write their own tests using the available functions. Can easily be connected to Jenkins as well.

Selenium: The part with Selenium I like the most is the ability to parse and select an element from DOM. The various selectors make the job easier! At the same time one has to be careful of the selectors one uses, as it can make performance inefficient. With Selenium, one has a lot of freedom to choose the rest of the tools needed to make a full-fledged automation framework. You can use Cucumber/testing/JUnit as your test engine. You can use something else for reporting, etc., etc. It's available in so many languages, so you can choose the one which is close to your application. It’s not like a separate tool with its own scripting framework lying and maintained on the side. If your application is in Java, you can also choose Java for Selenium. If its C#, you can choose C# for Selenium. So your developers can also contribute to your framework and code.

How has it helped my organization?

It has largely improved our efficiency in QA. So every regression we don’t have to run a lot of repeatable test cases for which the flow didn’t change. However they are important to execute, so automation helps us there. Daily Smoke runs and weekly regression runs ensure that Build is continuously tested, which helps in Continuous Integration and Continuous Delivery. I must be cautious here: You cannot automate everything as you still need the exploratory and cognitive behavior of a human being. So a part of testing over releases will still be manual. Efficiency can be achieved on repeatable tasks, which is still quite a gain.

What needs improvement?

Selenium could offer better ways to record and create scripts. IDE is available, however, it can be improved.

For how long have I used the solution?

About four years.

What do I think about the stability of the solution?

No issues with stability. The Selenium community maintains it well.

What do I think about the scalability of the solution?

Depends on the hardware we choose to host the automation scripts. No issues there.

How are customer service and technical support?

There is enough material on the internet and the community answers questions/problems pretty fast. So, very good!

Which solution did I use previously and why did I switch?

In the past I have used HPE QuickTest Pro, now ALM. Also Coded UI. However, Selenium is better for web applications, although the others provide more versatility in terms of supporting more than just web applications! They come with their license fees as well.

How was the initial setup?

As Selenium is just a library, you have to build the whole framework around it yourself. There are enough templates available on internet to give you a head start, though.

What's my experience with pricing, setup cost, and licensing?

There is no pricing cost. License is Apache License 2.0.

Which other solutions did I evaluate?

Ours is a web application and, considering my experience with other tools, our choice was easier. We did try Protractor and Jasmine, however Protractor is also based on Selenium. It works better with angular pages. For us, Selenium was enough and we want to use FitNesse.

What other advice do I have?

If you have a web application, I would strongly recommend this, as it has a lot of benefits as described above.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
it_user765783 - PeerSpot reviewer
it_user765783Test Manager at a financial services firm with 201-500 employees
Vendor

The Firefox Selenium IDE is no longer supported so it might not make sense to adopt it.

Mark Smith.

PeerSpot user
QA Expert at a tech services company with 1,001-5,000 employees
Consultant
Jul 17, 2017
Free to use and is not limited to any scripting language
Pros and Cons
  • "Selenium WebDriver and Selenium IDE are useful."
  • "The best part of Selenium WebDriver is that it supports multiple web browsers, thus, helping in cross-browser testing."
  • "Selenium has room for improvement as it does not support the tests and result-sharing in anything but a manual way."
  • "Selenium has room for improvement as it does not support the tests and result-sharing in anything but a manual way."

What is most valuable?

Selenium WebDriver and Selenium IDE are useful.

Selenium IDE is able to record and playback. It was useful for me when I did not know coding. Selenium WebDriver has got packages which help in automating test cases.

The best part of Selenium WebDriver is that it supports multiple web browsers, thus, helping in cross-browser testing.

It is free to use and is not limited to any scripting language.

How has it helped my organization?

It has helped our organization as automating the test cases is much easier and faster now. It covers a wide range of test cases and in many browsers.

What needs improvement?

Selenium has room for improvement as it does not support the tests and result-sharing in anything but a manual way.

For how long have I used the solution?

I have been using it for six months now.

What do I think about the stability of the solution?

There were some stability issues with Selenium. Sometimes my tests were not stable.

What do I think about the scalability of the solution?

I have scalability issues with Selenium.

How are customer service and technical support?

I did not use any technical support other than the help from my colleagues.

Which solution did I use previously and why did I switch?

I have used Tricentis Tosca before, but I find Selenium much better as it is an open source tool and free to use.

How was the initial setup?

The initial setup wasn't easy as I didn't know what packages to use and which ones were useful for my project.

What's my experience with pricing, setup cost, and licensing?

Pricing: It is free to use.

What other advice do I have?

I would advise others to use Selenium WebDriver and to understand all the packages useful for their project.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Technical Lead at a tech services company with 501-1,000 employees
Real User
Jun 29, 2017
​It supports most of the actions that a user would do on a website.​​
Pros and Cons
  • "It supports most of the actions that a user would do on a website."
  • "The tool supports most of the features you want to automate and the stability of the executions is good too."
  • "There are stability issues with Internet Explorer only."
  • "There are stability issues with Internet Explorer only."

What is most valuable?

It supports most of the actions that a user would do on a website.

How has it helped my organization?

Automates more than 5000 test cases and takes around 30-36 hours by which it reduces the manual effort of one QA person in 20-25 days.

What needs improvement?

More than 2 Years

For how long have I used the solution?

More than 2 Years.

What do I think about the stability of the solution?

Yes, with Internet Explorer only.

What do I think about the scalability of the solution?

So far, No.

How is customer service and technical support?

There are large forums available and their support staff were awesome.

How was the initial setup?

Straightforward. But I would say the complexity will depend on the framework you create.

What's my experience with pricing, setup cost, and licensing?

It's free!

Which other solutions did I evaluate?

Yes, Sahi Pro was on the list.

What other advice do I have?

The tool supports most of the features you want to automate and the stability of the executions is good too. And finally, it's free!

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Senior Test Analyst at a maritime company with 51-200 employees
Vendor
Nov 24, 2016
Testers do not need to be technical. You can use forums for any issues that arise.
Pros and Cons
  • "If you are testing websites, this is a great tool."
  • "Sometimes, without codes or tests being altered, errors would result. This was often due to the speed at which the test was run."

What is most valuable?

Some valuable features are that it is easy to use and the ability to use forums for any issues that arise.

How has it helped my organization?

Regression testing time was greatly reduced, following implementation of Selenium automated test suites.

What needs improvement?

Sometimes, without codes or tests being altered, errors would result. This was often due to the speed at which the test was run. Therefore, I would say robustness is an area for improvement.

For how long have I used the solution?

I have used this product for five years.

What was my experience with deployment of the solution?

This product is easy to deploy.

What do I think about the stability of the solution?

I did encounter some stability issues. So, I found it was better to run automation scripts at slower speeds to get consistent results.

What do I think about the scalability of the solution?

I have not encountered any scalability issues.

How are customer service and technical support?

Customer Service:

I did not contact customer service.

Technical Support:

The beauty of Selenium is that since many people use it, technical questions can be quickly answered in many available online forums.

Which solution did I use previously and why did I switch?

I have not used any other solution before.

How was the initial setup?

The setup was a straightforward process. It was easy to download the latest version from the website.

What about the implementation team?

We implemented this product in-house.

What was our ROI?

Regression testing could be completed within hours at the end of each sprint, rather than taking days of manual testing.

What's my experience with pricing, setup cost, and licensing?

This is an open source, so this product was free.

Which other solutions did I evaluate?

We have not evaluated any other options.

What other advice do I have?

If you are testing websites, this is a great tool. It is easy to use, even without much coding knowledge. Testers do not need to be very technical to start creating useful test cases.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
PeerSpot user
Software Development Engineer in Test (SDET) at KUKA Robotics
Real User
Top 20
Nov 12, 2016
Regression tests for multiple browsers are now automated.
Pros and Cons
  • "Tests can be automated fairly quickly and across the main browsers therefore you can get results in less than a week."
  • "Due to its high rate in releases sometimes working code cannot be executed after an upgrade due to a new feature or different behaviour."

What is most valuable?

It's free and continuously improved e.g. support for mobile, and new browsers. Also special services allow remote cross-browser testing on desktop and mobile browser (such as BrowserStack or SauceLabs).

Also the automation of Microsoft Edge is supported, where as other tools are having issues.

How has it helped my organization?

Regression tests for multiple browsers are now automated robustly across all main browsers.

What needs improvement?

  • Video controls of an embedded HTML5 video
  • AJAX/web 2.0 dynamic web content (though there is a framework called Protractor for Angular)
  • Better detection if a page has indeed finished loading

For how long have I used the solution?

I've used it for three years.

What was my experience with deployment of the solution?

Never

What do I think about the stability of the solution?

Due to its high rate in releases sometimes working code cannot be executed after an upgrade due to a new feature or different behaviour.

How is customer service and technical support?

Service is only available through a community (LinkedIn, Stackoverflow) but since this product is widely used you can always find a solution to your problem.

How was the initial setup?

It was very straightforward, just one line of code, with two dependencies and you already have a browser up and running ready to be automated.

What about the implementation team?

I made the concept and implementation myself.

What was our ROI?

No license necessary, but to get the best results it requires a Java Software Developer with WebDev-background and a tester attitude. Tests can be automated fairly quickly and across the main browsers therefore you can get results in less than a week.

What's my experience with pricing, setup cost, and licensing?

Don’t forget the maintenance that is required to keep the framework running, therefore I would suggest the Page-Object-Model, to separate the test logic from the test object. Also you might wanna start on Chrome, it’s better supported.

Which other solutions did I evaluate?

Ranorex, Sahi, TestComplete, TestWhizz, QF-Test, WatiR, Squish, CodedUI

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
Download our free Selenium HQ Report and get advice and tips from experienced pros sharing their opinions.
Updated: March 2026
Buyer's Guide
Download our free Selenium HQ Report and get advice and tips from experienced pros sharing their opinions.