PeerSpot user
Director Testing & Quality Assurance at WBF international vice President
Consultant
Continuous testing, assessment, continuous insight and quality. LeanFT supports the entire end-to-end stack, from problem definition to solution delivery

What is most valuable?

I work a lot with guys who work with meta-mathematics, like applied maths and quantum mathematics. So for us, the most important feature is the ability to handle complex algorithms, such as fuzzy logic techniques which is the first step towards artificial intelligence in our field. The support for containerisation and continuous learning, adapting to our needs like support for DevOps practices, is paramount in our work.

How has it helped my organization?

By strengthening our understanding of our problems, HP’s solution allows us to be able to define problems. From an executive level to the lowest level, every company needs to be able to understand the infrastructure of every single aspect of challenges that businesses face today. It has helped us be able evolve to change.

What needs improvement?

In future releases, I'd like to see disruptors such as IOT and test drones. For some of the new stuff that’s coming through, we need to have a clear, well-defined road map of when we’re going to receive new capabilities and new features. This allows us to plan and better work with our customers so that we know exactly when to tell our customers to expect these new capabilities. These industry disruptors actually shape how companies are able to deal with these new technologies. So there’s always room for improvement.

What do I think about the stability of the solution?

It’s kind of irrelevant to us because it has to continuously evolve. We have to drive the product to adapt it towards our needs. So for us, we are responsible for the future stability of how we choose to adapt the solution to our needs. New technologies come out every single day, and we need to constantly evolve towards our new needs.

Buyer's Guide
OpenText UFT Developer
April 2024
Learn what your peers think about OpenText UFT Developer. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
768,578 professionals have used our research since 2012.

What do I think about the scalability of the solution?

It’s designed for scalability. Cloud maps and complex ecosystems, which we’ve got today, even the internet, they’re all made up of nodes. And being able to scale is paramount to evolving those nodes. This solution gives us the ability to scale however we like, which is why we use it. There’s no use having 50,000 nodes that run wild and can’t be controlled, so allowing us to control it is the value of the product.

How are customer service and support?

My view is that we have to have access to the product boards in order to give feedback on how the direction of the product is going. Technical support is good right now, but we, as users, need to be able to own control of how HP chooses to change the product.

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

I believe in evolution before revolution. I actually saw the birth of the product, which arose through demand from R&D teams to create it in the first place. This has been a global need from a tier-one investment bank that needed a solution that could stack across that many. One of the things I wrote was a charter that stated what we needed in terms of an automation solution for our needs.

How was the initial setup?

Within a week, two of my global customers were able to leverage their automation through this solution. The adaptability of how this slotted in was just amazing, which was incredibly efficient. Our customers demand these results quickly, and this solution was able to deliver extremely well.

Which other solutions did I evaluate?

Tools like this only existed within companies, but now with the advent of HP’s product, we’ve been able to see a solution that can address problems that arise in the workplace. The open innovation is now able to be integrated, and we hadn't see a solution that was open previously.

What other advice do I have?

First, continuous assessment, continuous insight and quality, as well as testing that continues to be driven onwards. We have to think about the end-to-end stack, from problem definition to solution delivery, a solution that sees the whole end-to-end lifecycle of the application. The whole vision is important for me.

The problem with automation is that, to research products, if you type in Google what you want to look at, you see a generic subset of the information that applies to you. If you’re paying for something, evaluate that against your own needs and your own company. Your choice of vendor should be working with you in working through your needs specifically from now on and into the future; and if they don’t, don’t choose them. You have to understand where you are now and where your tool should get you to.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Alex Chernyak - PeerSpot reviewer
Alex ChernyakCTO at a computer software company with 11-50 employees
Real User

Corey - you might want to ask your customer to try ZAP-fiX add-in (zaptest.com) for HP UFT. ZAP-fiX allows using UFT with dynamic and visual based object recognition. Absolutely agnostic to GUI APIs and automates ANY software app, as well supports Agile/CI development.

See all 2 comments
Programator at a computer software company with 10,001+ employees
Real User
Easy to deploy and automates many C# test scenarios in my hardware simulator
Pros and Cons
  • "The most valuable feature is the automation of test cases."
  • "The support from Micro Focus needs a lot of improvement."

What is our primary use case?

I am a software developer and at my company, we use this solution for testing a banking ATM application that is written in C#. There is a customer screen that is part of a simulator for physical devices and different scenarios such as card and PIN entry have to be tested. Example test cases can be things like insufficient funds to dispense or it does not have the required bills. Another might be that the printer raises a hardware error. There are approximately 500 scenarios to test and in some, it will reject the transaction.

We have UFT deployed on a TFS server and the test agents are running the scenarios on virtual machines.

What is most valuable?

The most valuable feature is the automation of test cases.

What needs improvement?

UFT is sometimes difficult to run. For example, the customer application is represented by an embedded browser control, waiting for input. If I want to recognize the browser then I need to first start the UFT Pro environment. This can be done from Visual Studio or the management console. The problem is that UFT is not able to identify the object that is inside the browser. In one of my test cases where I have to select the card, I need to right-click on a picture and then select an item from a drop-down menu. I had opened a ticket in version 14.02 and I spent two weeks speaking with people from Nigeria, trying to convince them that there is a bug in the software. I was finally redirected to the engineers who solved the bug, but they sent me a DLL patch as opposed to an official update.

The support from Micro Focus needs a lot of improvement.

My simulator is able to create a receipt as if it were printed from the ATM. However, in the current version of UFT, I am not able to perform an OCR on it correctly. The accuracy is about 20%. When I told support that our code was written in C#, they showed us some Java code and were convinced that it would work simply by using Java instead of C#.

I would like the Object Finder Application Center to be improved. It is a plugin that is used to recognize the object on the screen, but it runs very slowly and crashes often.

For how long have I used the solution?

We have been working with UFT since 2017, almost three years.

What do I think about the stability of the solution?

I am currently having some issues with stability, although I'm not sure if it can be attributed to UFT Pro or the virtual machine. The errors require me to restart. It may have to do with the simulated environment being 32-bit where the maximum memory is four gigabytes. It is possible that there is an error in the configuration of our virtual machine.

What do I think about the scalability of the solution?

I think that this solution is scalable.

All of our test cases run automatically and this solution is used by our entire team, which is about 15 people.

How are customer service and technical support?

I would rate technical support a one out of five.

When I ask for something on the Micro Focus page, I never get a reply. It also took me a long time to get a reply and the answers that I received did not always fit my inquiry.

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

Prior to my work with UFT Pro and C#, two others had been writing tests using UFT Basic. This requires that the tests be written in Visual Basic. They are very slow and the Visual Basic version generates a lot of duplicate code. The C# version allows me to use a special library that helps to avoid code duplication.

How was the initial setup?

The initial setup is straightforward. The deployment took about two hours.

The only issue we had is that the ACL needed to be configured with the firewall.

What about the implementation team?

I deployed UFT Pro on my own.

Which other solutions did I evaluate?

I did evaluate other options in the interest of changing solutions.

I tried UFT Testpack, which is a library for testing but it isn't very scalable. I also tried Atrium from Selenium, but it only works on Windows 10 and it is unable to automate Java Swing applications. There is a software application from SmarteSoft that is written in Java, but I didn't find a tool that was capable of automating this application.

What other advice do I have?

I requested a trial of the most recent version and I have not yet received a response.

The biggest lesson that I have learned from using this solution is that I cannot automate everything. That had been my initial goal.

Even with the problems that I have mentioned, I think that this is one of the best solutions on the market right now. I tried changing solutions but I was not able to fully automate my application. If they just improve the support then it would be great.

I would rate this solution an eight out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
DavidShephard - PeerSpot reviewer
DavidShephardDigital Customer Advocacy Manager at a tech vendor with 10,001+ employees
Vendor

Thank you for your time and effort in writing this review. It helps us better understand your experiences and also helps guide your peers when they evaluate solutions. It is very positive, which we like to see, especially as your version appears to be several years old, which after speaking with Stefan Untereichner, the Product Manager here at Micro Focus, leads us to highlight a number of major advances made to UFT Developer, as well as providing clarity on a few topics:
• Regarding OCR, UFT Developer’s OCR is also available in the .NET SDK as well (please learn more about this in the Help page for OCR Code Samples: admhelp.microfocus.com)
• The Object Finder Application has been improved and has also been renamed to Object Identification Center. After updating to the newest version of UFT Developer, please let us know if the issues still exist.
• We’re sorry you were having issues connecting with customer support. For future issues, please submit your questions via the "Contact Us: UFT Developr" page at www.microfocus.com
• For more information on the most recent release of UFT Developer, do read: “Introducing UFT Developer 15.0!” at community.microfocus.com For software updates, please visit the Software Updates page at support.microfocus.com Or for a trial of UFT Developer, please visit the "UFT Developer - Free Trial' page at www.microfocus.com

Buyer's Guide
OpenText UFT Developer
April 2024
Learn what your peers think about OpenText UFT Developer. Get advice and tips from experienced pros sharing their opinions. Updated: April 2024.
768,578 professionals have used our research since 2012.
it_user671379 - PeerSpot reviewer
Manager at a retailer with 10,001+ employees
Vendor
Gives us the ability to find and create different objects.

What is most valuable?

We use UFT Pro together with other test organization tools. There are many testers or developers that are not used to UFT. They haven't been using it in many other places. But when they've been working with it for a while and they see the complexity when you're doing real and tough test situations, then they see that this kind of tool is very, very good.

How has it helped my organization?

The benefit is the ability to find and create different objects.

What needs improvement?

The tool is not the problem. The problem is that we can't get the tool working, because there are other issues. We had a meeting with all the banks and several customers had the same problems. There should be a smarter and quicker way to upgrade UFT Pro.

It must be on the roadmap now, because they really lost with Mobile Center when they released a new version and it was not backwards compatible. It's not very easy for big companies to provision new versions. We have 38,000 PCs in organization, and we're not allowed to do anything on them. Everything has to be taken step-by-step. It does have a learning curve.

What do I think about the stability of the solution?

The stability of UFT Pro is much better now. It was a little bit slow with hanging on with your techniques, with your browsers and all of that. Very often, they opened a browser, and suddenly UFT didn't work. 

We are not allowed to be admin on our machines. We have to distribute out applications and that's a problem every time there is a new version of UFT. How do we do an MSI patch and what are they writing in that register? What is needed to be opened in that directory? And so on.

What do I think about the scalability of the solution?

We bought small, five-license versions of Test Director from Mercury in 2007 and it has continuously grown since then. Today, we have 600 users and 130 active projects. The environment gets bigger and bigger all of the time.

How was the initial setup?

The first time we installed was a long, long time ago. It's complicated to upgrade.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Leading SAP Testing Program at a tech services company with 501-1,000 employees
Real User
Stable and user-friendly for desktop, mobile, and UI-based applications
Pros and Cons
  • "It is quite stable, and it has got very user-friendly features, which are important in terms of maintaining our scripts from a long-term perspective. It is very stable for desktop-based, UI-based, and mobile applications. Object repositories and other features are also quite good."
  • "UFT Developer is good, but it requires high-level development skills. Scripting is something that everybody should know to be able to work with this product. Currently, it is very development intensive, and you need to know various scripting languages. It would be good if the development effort could be cut short, and it can be scriptless like Tosca. It will help in more adoption because not every team has people with a software engineering background. If it is scriptless, the analysts who wear multiple hats and come from different backgrounds can also use it in a friendly manner. It is also quite expensive."

What is our primary use case?

We are an IT-based company. We have our own product. I am primarily using Micro Focus UFT Developer for SAP applications such as SAP ECC and SAP HANA.

What is most valuable?

It is quite stable, and it has got very user-friendly features, which are important in terms of maintaining our scripts from a long-term perspective. It is very stable for desktop-based, UI-based, and mobile applications. Object repositories and other features are also quite good.

What needs improvement?

UFT Developer is good, but it requires high-level development skills. Scripting is something that everybody should know to be able to work with this product. Currently, it is very development intensive, and you need to know various scripting languages. It would be good if the development effort could be cut short, and it can be scriptless like Tosca. It will help in more adoption because not every team has people with a software engineering background. If it is scriptless, the analysts who wear multiple hats and come from different backgrounds can also use it in a friendly manner.

It is also quite expensive.

For how long have I used the solution?

I have been using this solution for ten years.

What do I think about the stability of the solution?

It is quite stable.

What do I think about the scalability of the solution?

It is quite scalable. It can be used for multiple applications. It doesn't only cater to SAP applications. It can also be used for UI-based applications and mobile applications.

We have started with five developer licenses, and we are planning to have more licenses in place for more application automation.

How was the initial setup?

It is deployed directly on my desktop. 

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

Its cost is a bit high. From the licensing perspective, I am using a concurrent license. It is not a seed license. It is something that I can use in our network. It can also be used by other users. 

What other advice do I have?

It is a great tool. It is not really rocket science. Once you learn it, you can easily adopt it.

I would rate Micro Focus UFT Developer an eight out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Research & Development Engineer at a insurance company with 201-500 employees
Real User
Helps to determine problem areas but it has many problems and limitations
Pros and Cons
  • "It is a product that can meet regulations of the banking industry."
  • "It is unstable, expensive, inflexible, and has poor support."

What is our primary use case?

We use UFT Pro for all user testing platforms. We use the standard installation but we use UFT in two models. One is used for testing all functionalities in our environment and the second is one we are developing to use as a solution to test the availability of the environment in production. So UFT will check out the performance of the production environment every 12 minutes to be sure that the entire environment is stable. If we don't have any problem, the information is stored in a database and we do a BVD (Bank Vault Drawer) analysis of the information in the database for checking all banking applications.

The application we are developing is J2EE (Jave Enterprise Edition) and we will have the information about the functionality. If we have a problem we call a team to send issues to them so they will work on this application to correct the problem in production. Using the same of monitoring, we will be able to monitor all availability and all access to an application really using only UFT.

We use UFT to model for testing functionality in environmental tests, and after that, we use UFT to check and monitor all access and all applications to be sure these things are correctly functioning or not.

How has it helped my organization?

It gives us the opportunity to serve banking clients while conforming to industry regulations. 

What is most valuable?

The ability to evaluate live applications in our production environment for unusual behavior and determine problem areas and solutions is the most valuable aspect of this solution.

What needs improvement?

As far as things that can be improved, it is a good solution so I think I can only do a comparison. We also use QC/ALM (Application Lifecycle Management [Quality Center]). It's a global solution that is managed with information from UFC from all over the environment. It has to be integrated with UFT. Really UFT could have this functionality built-in.

We have 40% advantages and 60% disadvantages in our setup of UFT. This is because with UFT, we also have the problem that we have to use Windows Server and I would like to use Linux. For Selenium, we can use Linux so we have good performance. But we can't use UFT with Linux.

It is impossible because in UFT we have to develop for UFT with VBScript and VBScript is only for windows and not for Linux. Another problem currently with the UFT — I think it is resolved in the new generation of UFT — is that we can't run tasks in parallel. In the new version, we can improve our workflow if we can choose to allow multiple tasks at runtime. So there is a problem with that currently. 

In Selenium, our development is done with Java technology — J2EE. So if we have an online community and we have a Selenium grid, we can run multiple tasks in realtime. We can't do that in UFT now because of its requirements, so it's a problem for us. When they come out with a solution for this issue, the product can be more flexible like Selenium and it will be a great benefit to us.

To make UFT better, Micro Focus has to make UFT work in a stable environment. Right now, UFT is a problem all the time. It would help to have a community and a special forum for UFT, and even that is missing. We have good forums in Java and for Selenium, so it is possible to get solutions easily for those products. I think it would not be hard to do for UFT, and it would be better for UFT users if we had a good website. Users could help themselves and share knowledge and address problems and make up for the lack of support. We also don't have training for UFT. It is like they just made a product and don't care to support it. It is a good product, but not so perfect that it doesn't need support. I have to go to France to get certified. We don't have that ability here in Morocco. We cannot send everyone there, so it is a problem.

For how long have I used the solution?

We have been using this solutions for five years.

What do I think about the stability of the solution?

The UFT product is not stable. We often have issues in production that we have to deal with. We have specific people who are our support connections at UFT. If we need to report an issue we send an email to support and wait. After that, we correct the problem with their instructions or we install patches that they send. Patches are not a real solution. Because of this, the support does not seem very good to me in making the product stable. Patches do not make an application stable and may not be widely tested. They may cause other issues.

For comparison, for insurance clients, we use Selenium which is always stable or we fix it quickly ourselves.  We can't do the same with UFT. 

Actually, we communicate with our DevOps (Development and Operations). So, I integrated UFT with Jenkins for testing and better communications. But the integration is not stable. Because it is not stable and does not function well, we have an extra nightly job to use Jenkins for checking in if all the environment is okay with tests created in UFT. Some days this tests okay. Some days it does not test okay. If it is not okay we need to reboot the system and generate a new job. It has a problem 50% of the time. So, it's a problem. It's not stable.

What do I think about the scalability of the solution?

You can scale the product in some ways by integration. You must purchase expensive licenses which they have two kinds: seat licensing and concurrent licenses that can be shared. Each license is expensive, so scaling is expansive.

How are customer service and technical support?

The support for UFT is not good. When we send email to forums or support, we may get a response, and maybe we won't. When we do, the solution is not always good.

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

I switched from development to quality testing. Since that time, I used many products including UFT. We had some solutions in basic. After that, I used several products for testing including UFT, Selenium, Cucumber, QCALM (also known as just QC), Dynatrace and more to check on the environment that things like memory and CPU were functioning as expected. Some of these things I would still use depending on the situation. It is not necessarily the product that made us need to switch to UFT. It is the business need and regulations.

How was the initial setup?

Our installation was straightforward. We install the instances ourselves.

What about the implementation team?

We use our own team who works to do the installation and maintenance.

What was our ROI?

It works as a solution to serve a certain clientele that we cannot serve with other products.

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

I think the cost of UFT is too high and obviously expensive, especially if you consider that there are other even better products, in my opinion, that are open-source. Because of the expense, we use UFT only with big companies. For a small company with a smaller budget, we can't choose UFT because UFT is very expensive.

Which other solutions did I evaluate?

Because we need to properly support people in banking and follow regulations, we use UFT. It is really more of a political decision than a proper choice as to the products we would prefer to use.

We had Selenium first because it runs on Java — which is a stable language — we could use it and adapt it for all we needed to do. As a developer in Java with 10 years of experience, I could resolve our problem myself and not need any help. If I have a problem, I check the internet, I go to stackoverflow.com or visit one of the many forums for Java. So I guess my problem is that with Selenium I can check the problem, fix it myself, and I can do it right away without having to wait for a response from support. 

A second benefit to Selenium is that it is open-source. It's not a costly choice. We have the opportunity to install in whatever platform we want, and that is good for us — It could be Unix, Windows — It doesn't matter. It is good as a more flexible solution. 

Third, we use the platform for continuous integration. We have Dockers which we use for all containers and helps us prepare all our environments in simple ways. It's very easy to use, very easy to deploy, it's very easy to install and very easy to understand. The framework we use with Selenium is something we can use for all the functional testing for insurance products. Selenium would be what I would use for banking if it were possible.

What other advice do I have?

I prefer other products like Selenium to UFT, but each product has its advantages. For example, in UFT we can test HTML protocol for the web applications and also desktop applications. Selenium is for web applications only. That is its limitation. If you have to test both and want to install only one product, UFT has an advantage.

Because of all the problems and limitations of the UTF product, I would rate it at only a four out of ten (where ten is the best and one is the worst). By comparison, I would give Selenium an eight out of ten. You can see I think UFT is not my favorite product and it is not good for everyone.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
DavidShephard - PeerSpot reviewer
DavidShephardDigital Customer Advocacy Manager at a tech vendor with 10,001+ employees
Vendor

We appreciate your candid feedback on LeanFT. This helps us immensely and please be assured that Product Management have been informed of you comments and we will endeavor to respond shortly.

it_user485034 - PeerSpot reviewer
Software QA Lead at a healthcare company with 10,001+ employees
Vendor
It's pretty easy to set it up. I'd like it to support additional technologies.

Valuable Features

I would say the most valuable is that we can get people started off really quickly on solutions because we've been partners with HPE for a long time and it helps us tailor the product to ours needs. When we have issues with something we can get support directly from HPE since we paid for it.

The fact that it works with a vast number of technologies works for us because our internal customers use the tool for testing a lot of different applications. That's probably the best feature that it has for us.

Improvements to My Organization

There's a lot of centralized testing from some perspectives and our main goal is to provide for a bunch of different groups at a lower cost so we centralize licensing and distribute it to various people. The biggest benefit of that is that it allows us to empower the people that need the solutions instead of manually having them develop the solutions on their own.

Room for Improvement

LeanFT could support additional technologies because we use it for a lot more than just web and Java and some Windows apps. Further support for other technologies would be nice. I can't rattle any off the top of my head but ones that we use internally.

Scalability Issues

We don't scale it out on as large of a basis as ALM.

Customer Service and Technical Support

Our biggest issue was in the switch over from HP Inc. to HPE. I think we had some trouble getting in touch with higher level support so we spent a lot of time going through basic support where the people that work with the tools have a lot of experience with the tools. We think that it would be better if we could bypass the lowest levels of support on some issues. I can understand the process that we usually have to go through but more recently our reps have been helpful in getting us to the people that we need quicker so we can get a resolution.

Initial Setup

I'd say to set it up it's pretty easy. Defining a standardized way that everyone could use it is a little bit harder. It's a very complex tool, there's a lot of ways to use it so I don't know if it's a limitation of the tool per say as just a common industry problem. I wouldn't say that there's anything that made it hard to get to the customers and to start utilizing it.

Other Advice

It's newer so it doesn't support as many technologies which makes the investment a little bit harder for us to absorb more licenses than we currently have or to justify buying any more licenses than we currently have because it only supports a certain subset of our customers.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Robinson Caiado Guimarães - PeerSpot reviewer
Sales Leader at Better Now
Reseller
Top 5Leaderboard
Helps to accelerate software testing automation
Pros and Cons
  • "The solution helps to accelerate software testing automation. It will help to reduce lead time and increase productivity and efficiency."
  • "The tool could be a little easier."

What is most valuable?

The solution helps to accelerate software testing automation. It will help to reduce lead time and increase productivity and efficiency. 

What needs improvement?

The tool could be a little bit easier. 

What do I think about the stability of the solution?

I would rate the tool's stability an eight out of ten.

What do I think about the scalability of the solution?

I would rate UFT Developer's scalability an eight out of ten. 

How are customer service and support?

Support is very good. 

How would you rate customer service and support?

Positive

How was the initial setup?

The tool's setup is deep and it took me almost two to three months to complete. You need to have great knowledge of software transformation. I would rate the installation a ten out of ten. 

What other advice do I have?

I would rate the solution a ten out of ten. 

Disclosure: My company has a business relationship with this vendor other than being a customer: Partner
PeerSpot user
Director, Information Technology Infrastructure at a tech services company with 501-1,000 employees
Real User
Easy to use for test data management and client application testing
Pros and Cons
  • "One of the important features, which speeds up the automation testing development with LeanFT, is its object repository functions. Object identification are the most time-consuming aspect of building automation tests. LeanFT gives that out of the box. It helps you identify the objects and after that, once you got the object in place, then it's just about building the test scripts. So it reduces your development time significantly."
  • "The parallel execution of the tests needs improvement. When we are running tests in LeanFT, there are some limitations in terms of running the same tests simultaneously across different browsers. If I'm running a test, let's say to log in, I should be able to execute it through IE, through Microsoft Edge, through Chrome, through Mozilla, etc. This capability doesn't exist in LeanFT. Parallel execution of the test cases across different browsers need to be added."

What is our primary use case?

We primarily use the solution for automation testing.

What is most valuable?

The test data management is very easy to use. It is a very valuable feature. The client application testing is relatively easy in UFT as well.

What needs improvement?

The parallel execution of the tests needs improvement. When we are running tests in LeanFT, there are some limitations in terms of running the same tests simultaneously across different browsers. If I'm running a test, let's say to log in, I should be able to execute it through IE, Microsoft Edge, Chrome, Mozilla, etc. This capability doesn't exist in LeanFT. Parallel execution of the test cases across different browsers needs to be added.

The default activation of the services should be reduced to a bare minimum. When you install it out of the box, it enables everything and slows down the system. This needs to be adjusted to improve performance.

The solution should have better integration with the test management tool.

For how long have I used the solution?

I've been using the solution for four years.

What do I think about the stability of the solution?

The solution is slightly buggy, but there are certain workarounds. It's a maturing product that's still being developed. That means there are certain bugs we have to deal with. For example, we have to restart the machines where the tests had been running for a sustained period because the solution crashes. This happens occasionally, not every time. 

What do I think about the scalability of the solution?

The solution is quite scalable. You can go to thousands of developers because it works on the client-side. UFT itself has limitations, but when you move to UFT Pro, which is now called LeanFT, it is moved to the client-side. Scalability has improved significantly.

We have about 40 developers on the solution currently. We use it extensively as part of continuous testing and we intend to do have 100 people for automation testing. This wasn't possible earlier because it was not at the developer end. 

Since LeanFT gets pushed to the developer, it's on the same IDE, and it always has the developers developing the code. Alongside co-development deal, the same developer also develops the test scripts. We are using it extensively and we intend to achieve 100% coverage for automation testing. 

How are customer service and technical support?

Technical support is not good.

It's a new product and the developer community's using it aggressively and it's fitting in well with the dev-ops life cycle as part of continuous testing. The demand is high, the product is new, but the product support team is not able to cope with the dynamic requirements from different customer segments. Support is very slow in addressing issues because of these dynamic requirements.

In our case, eventually, the company arranged for the LeanFT project manager and global project manager to come to our office to spend two days and listen to our concerns and to prioritize addressing those concerns. I think that until the product is matured, the support will take time to stabilize.

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

No other product has been able to provide continuous testing and to make a developer responsible for automation testing and all the tools needed except the LeanFT. Mainly, there was only one competitor, Selenium, which is open-source. Since it's open-source, it has its own limitations, which is why we did not choose them.

How was the initial setup?

The initial setup was very straightforward.

What about the implementation team?

We implemented the solution on our own.

What other advice do I have?

We use the on-premises deployment model.

I would recommend the solution. I don't think there is any substitute for LeanFT as of now. Some users may be charmed by Selenium because it is open-source, but there is a good part of that community which has gone through the Selenium curve and they know how much time it takes to develop the test scripts with Selenium.

If they were to evaluate LeanFT, they would easily see the difference. One of the important features, which speeds up the automation testing development with LeanFT, is its object repository functions. Object identification is the most time-consuming aspect of building automation tests. LeanFT offers that out of the box. It helps you identify the objects. After that, once you got the object in place, then it's just about building the test scripts. So it reduces your development time significantly.

The most important thing we learned is that it really fits into the continuous testing model. There are many products out there which promise you continuous testing, but it can't be continuous unless it's with the developer. If it's with a developer you can be much more agile, you can be much more continuous, and have faster and shorter delivery times.

Other than LeanFT, we didn't find any other product delivering that. There are many others, like Tricentis, etc. But all of these are independent tools and independent applications.  Tricentis themselves said that they're supposed to be used by the quality testers and not the developers. Our approach was to have dev testers on the team, not quality testers.

We have eradicated the QA role in our organization. Developers are testers. That's why we call them dev testers. They develop the code and then test it themselves and they are responsible for that. The accountability increases, the code quality increases and you have better productivity.

I would rate this solution 8.5 out of ten.

Disclosure: I am a real user, and this review is based on my own experience and opinions.
PeerSpot user
Steve Brooks - PeerSpot reviewer
Steve BrooksWorks at ICT Rated Ltd
User

Worksoft is so much better

Buyer's Guide
Download our free OpenText UFT Developer Report and get advice and tips from experienced pros sharing their opinions.
Updated: April 2024
Buyer's Guide
Download our free OpenText UFT Developer Report and get advice and tips from experienced pros sharing their opinions.