Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in DevOps and Agile by (47.6k points)

Which test automation tool is best coded UI or selenium?

1 Answer

0 votes
by (106k points)

What you can call best is actually depends on your requirements and design of the test scripts. CodedUI is a tool used for desktop and web-based automation, it is packed with Visual Studio. Visual Studio is a licensed product and if one wants to have a test manager (which is needed for CodedUI tests) the costing become very high. It was integrated with VSTS 2010. As it is a product of Microsoft, only 2 languages are supported but mainly people use C#. Talking about Selenium, so it is mainly used for web-based automation. Selenium can be plugged in with any programming language can work on any platform. And as it is also open-source, it is highly customizable as per our needs. In order to choose the tool /framework for automation a lot of other environmental factors are involved, selenium fits into all of them.

  1. Multi-language support

  2. Multi browser support

  3. Free /open source

  4. Parallel execution

  5. Mobile automation support. (appium)

  6. Matured community

  7. Gets help easily if stuck.

So as I mentioned earlier, there is decision dependency for design and requirements from client one should select the automation tool /framework. If you want to learn Selenium and want to make your career in it then you must take up the following Selenium Training Course. You can also have a look at the below-mentioned video tutorial.

.

Browse Categories

...