OpenText UFT One vs. SpecFlow

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
OpenText UFT One
Score 8.0 out of 10
N/A
Unified Functional Testing (UFT, formerly known as HP UFT and before that QuickTest Professional or HP QTP) is a functional and performance testing tool acquired by Micro Focus from Hewlett-Packard Enterprise, now from OpenText.N/A
SpecFlow
Score 10.0 out of 10
N/A
SpecFlow is an open source BDD for .NET. that aims to bridge the communication gap between domain experts and developers by binding readable behavior specifications to the underlying implementation.N/A
Pricing
OpenText UFT OneSpecFlow
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
OpenText UFT OneSpecFlow
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
OpenText UFT OneSpecFlow
Considered Both Products
OpenText UFT One
Chose OpenText UFT One
Since this tool is licensed most of the work is performed by the tool and one needs to just record or create basic script and it should be running in no time
Chose OpenText UFT One
1. It works solid for automate SAP and S/4 Hana applications and Fiori too.
2. Teams are well versed about UFT One
3. Able to handle maintained execution results
Chose OpenText UFT One
Since Selenium is restricted to only Web based applications it isn't suitable for our project which has Mainframe and desktop based applications in majority. Selenium is open source and free so it can be preferred for some projects
Chose OpenText UFT One

We need to look at open source tools if the team has time to learn like Selenium.

Selenium can integrate with just about anything to give you a robust framework such as Maven for source code compilation, Test NG to drive tests, Jenkins or Hudson to integrate into a Continuous …

Chose OpenText UFT One
UFT has the advantages of supporting different types of technologies. Different competitive tools were not able to support the wide range of technologies which UFT does. UFT has a strong history and has been ranked one among all the Test Automation tools for quite some time. …
Chose OpenText UFT One
The only real competitor is Selenium but the simple ease and advanced features of UFT won out during the selection process. Also the ability to test against non-web based applications can come in handy.
Chose OpenText UFT One
Most of the test tools are similar in nature to what they do. Every tool has its own quirks, making them necessary to understand how and what they do, before we get to start using them; which also happens to be the key to good automation testing. Considering the HP toolset, …
Chose OpenText UFT One
  • Alignment/Integration with other products like ALM, Sprinter, Mobile Center
  • Knowledge availability
  • Dedicated vendor support
Chose OpenText UFT One
[My] company uses UFT across different projects and different departments for all types of testing and automation.
Chose OpenText UFT One
We got on board with HP UFT as we were sold on the BPT model used by HP. IT was an excellent way to create reusable scripts. That was the biggest advantage of going with HP UFT. Also have 1 tool for GUI and API testing. Previously, we had used service test from HP. But really …
Chose OpenText UFT One
HP UFT is an excellent tool for test automation; very flexible and powerful. It is much more intuitive than and easier to use than Selenium, however, the only downside when compared side by side with freelance tools like Selenium is the pricing. Selenium can be acquired for …
SpecFlow
Chose SpecFlow
SpecFlow is .Net based which supports C#.
Behave is Python based.
Cucumber is Java based.
Best Alternatives
OpenText UFT OneSpecFlow
Small Businesses
BrowserStack
BrowserStack
Score 8.4 out of 10
BrowserStack
BrowserStack
Score 8.4 out of 10
Medium-sized Companies
ReadyAPI
ReadyAPI
Score 6.1 out of 10
ReadyAPI
ReadyAPI
Score 6.1 out of 10
Enterprises
SoapUI Open Source
SoapUI Open Source
Score 8.3 out of 10
ignio AIOps
ignio AIOps
Score 8.1 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
OpenText UFT OneSpecFlow
Likelihood to Recommend
8.0
(0 ratings)
9.0
(0 ratings)
Usability
7.0
(0 ratings)
-
(0 ratings)
Support Rating
8.0
(0 ratings)
-
(0 ratings)
User Testimonials
OpenText UFT OneSpecFlow
Likelihood to Recommend
The tool has evolved to be the market leader in paid GUI testing, at last count, there are over a dozen add-ins (not including subtypes) that can be selected at startup based upon the technology of the application being tested. This includes the standard web types to new mobile applications. It can be plugged into your development tool of choice and reports the results to whatever level you desire.
Read full review
It is best suited for implementing the automated test cases in a human readable form so it's easy for non-technical members of the team and stakeholders to understand the test cases, features and the functionalities of the application. Automation of Integration tests and End to End tests are good use case. It is less appropriate or situations where the focus is only on the writing and maintenance of unit tests.
Read full review
Pros
  • Integration & Support: a) The way tool integrates with other platforms like .net, mainframe is amazing. It Supports new and legacy web technologies, terminal emulators, and Windows thick client applications. b) It Supports Continuous integration by integrating with Jenkins, Git etc. c) UFT supports cross browser testing & it supports all main browsers like IE, Firefox, Chrome and Apple Safari. d)It’s compatibility with ALM can help store automation execution results back in ALM & even allows us to schedule the automation execution at required date/time.
  • Amazing Features: UFT has so many features but at the same time, it is quite easy to learn & it doesn’t take long to train staff on it. Few amazing features which adds lot of value while scripting are:
  • a) Test Combinations Generator (TCG) - It helps to create test configurations by using the parameters in tests and their possible values to create multiple possible data combinations.
  • b) Insight Recording – It recognizes controls based on their appearance and not their native properties. This can be useful to test controls from an environment that UFT does not support or even from a remote computer running a non-Windows operating system. When UFT runs the test or component, it recognizes the controls in the application by matching them to the images saved with each of the Insight test objects.
  • c) UFT has built in reporting features as well as allowing for customized output files showing exactly where a test step failed along with the timestamp.
  • UFT supports BPT (Business Process Testing), a component-based testing framework which provides strong and efficient platform to test complete business process manually and automatically combines manual and automation tests with less duplication and its component reusability feature makes the testing process very fast.
  • It helps improving efficiency in regression testing and functional testing, in that we automate a lot of repeatable tasks.
  • Organization doesn’t need to have a skilled coder to write a basic automation script with UFT.
Read full review
  • Versatility to be used in combination with different kinds of automated testing like automated performance testing, API testing, UI testing etc. I use JavaScript, Selenium, C#, email testing libraries, database testing libraries in combination with BDD with SpecFlow. I am able to use all these with SpecFlow to make my automation framework to be able to automate any kind of automated testing.
  • It provides different widely used runner options like NUnit, XUnit etc. Before I started to work on establishing proper test automation in my workplace, the previous automation framework (non-BDD based) as well as unit tests used NUnit runner. The transition to using BDD was smooth because we could use the same runner and there were no compatibility issues.
  • The auto-complete feature is good. I use it with Visual Studio as well as Rider and I don't have to recall the entire Gherkin statements. I just type a few words and the entire Gherkin statement implemented in framework is auto-suggested by SpecFlow. It saves time and context switching.
Read full review
Cons
  • Various formats of reporting support should be possible. Right now UFT supports exporting reports in either HTML or PDF in short or detailed format. If exporting reports could be extended to Excel, CSV, XML, XSLT, MHT formats that would be greatly appreciated.
  • They should improve performance. There will be performance degradation on the test environment due to long continuous executions of automation scripts which leads to inconsistency of results, a better way to resolve this problem should be addressed at some point.
  • Consistency during execution should be maintained.
Read full review
  • SpecFlow does not accepts optional input variables in the methods defined during Gherkin statement implementation. Cucumber supports optional input variables in the methods defined during Gherkin statement implementation.
  • The tests identified while using SpecFlow with NUnit removes all white spaces in the scenario names. It makes the tests less readable. If the white spaces are not auto-removed, it would be much better for readability as well as their actual identification in the repository.
Read full review
Usability
The ui is clean but there are lots of setting snd options which one must be fully aware so it will aid him/her during scripting
Read full review
No answers on this topic
Support Rating
HPE are quick to reply and it's possible to get through to the actual developers shuold the case warrent it. Their online system allows updates and tracking of all incedents raised.
Read full review
No answers on this topic
Alternatives Considered
UFT has the advantages of supporting different types of technologies. Different competitive tools were not able to support the wide range of technologies which UFT does. UFT has a strong history and has been ranked one among all the Test Automation tools for quite some time. There is a wide and strong community across the internet.
Read full review
SpecFlow is .Net based which supports C#. Behave is Python based. Cucumber is Java based. Ghost Inspector is no-code based but provides very limited testing features. We wanted to implement BDD so we rued out using Ghost Inspector. Most of the developers in my team are C# experts so it was decided for everyone's comfort to go for SpecFlow rather than Behave or Cucumber. It's import to have technical experts in the language of the automation framework because there are many situations where the solutions to the test automation needs are not straightforward and implementing those requires expertise in the related programming language.
Read full review
Return on Investment
  • Roi on uft takes time as licensing cost pretty high. I would say you will have to wait for atleast 2 years to see roi value
  • Uft needs time to integrate into the current business as it has few limitations
  • Uft can be right weight so it is easily installed on premise or used from cloud so it can be accessed from anywhere
Read full review
  • Everyone stays on the same page regarding the behavior of existing functionalities whether it be technical or non-technical individuals. So there is less need for multiple people to get involved which saves time and thus money.
  • Reusing the same code through the implemented Gherkin statement saves test automation time and thus reduces cost.
  • We combine SpecFlow with other opensource testing technologies to make our automation framework more versatile which further saves costs for us.
Read full review
ScreenShots