Try our new research platform with insights from 80,000+ expert users

IBM Rational Test Workbench vs Perfecto comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Dec 15, 2024

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Categories and Ranking

IBM Rational Test Workbench
Ranking in Performance Testing Tools
19th
Ranking in Test Automation Tools
36th
Average Rating
7.6
Reviews Sentiment
7.3
Number of Reviews
4
Ranking in other categories
API Testing Tools (15th)
Perfecto
Ranking in Performance Testing Tools
17th
Ranking in Test Automation Tools
22nd
Average Rating
8.4
Reviews Sentiment
7.4
Number of Reviews
23
Ranking in other categories
Functional Testing Tools (15th), Mobile App Testing Tools (8th)
 

Mindshare comparison

As of May 2025, in the Performance Testing Tools category, the mindshare of IBM Rational Test Workbench is 0.6%, up from 0.3% compared to the previous year. The mindshare of Perfecto is 1.1%, up from 0.6% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Performance Testing Tools
 

Featured Reviews

reviewer1513668 - PeerSpot reviewer
Good reporting and interface, but supports limited types of protocols and requires low-level script editing
It should have more interfaces. In terms of interfaces or protocols, what you can do with Rational is far limited as compared to other products out there. What it does, it does great, but it only gives you limited types of protocols. It supports between 8 to 15 types of protocols, whereas other test tools give you 20 to 30 types of protocols with which you can do testing and convert to script. It records Javascript-based scripts, and you got to know a little bit of Java to basically be able to edit them, but the level of editing you got to do is very low. I like that, but the ability to edit the script is not as good as Parasoft or LoadRunner, which have C-Script.
Roland Castelino - PeerSpot reviewer
Its reporting allows us to have a clear view regarding what tests have been executed
The most valuable would be their Live Stream analysis, where I can see the live analysis of all the executions on a single device or multiple devices as well as track them. The live analysis and reporting would be the single most valuable feature. We leverage Perfecto’s reporting and analytics a lot. From the CI Dashboard, it is mainly the status, which is the past, failure count, and time consumption, e.g., how much time did an average test or script take? Along with that, it provides the historical view compared to the previous result, e.g., am I a pass or fail? Also, the stack trace is very important. Whenever a pass occurs, we don't look beyond that. However, whenever a failure occurs, the stack trace information that it gives us is pretty critical for us when figuring out where failures lie. It gives a summary for the pass/fail count, total test count, the historical view, time consumption for each test as well as the total tests, and the stack rate of the failure. Perfecto's analytics are very important since we use them on a daily basis. We run our executions daily. After every execution, we pull information from the Perfecto reporting system and share that with our stakeholders. Having this information accurately reported is pretty important for us, so everybody is aware of the current status of the product. That way, we can evaluate the health of the product or environment against that which has been executed. Therefore, it helps make those real-time decisions and highlights the impact to the business. I found Perfecto to be pretty easy to use while executing against cross-platforms. The main reason is because the same script or test automation where we execute on multiple platforms has minimal changes that I need to do. Also, it is easy for me to set up an execution on one platform, then on another platform, either in parallel or one after the other. Parallel opportunities save me time. Once the execution has been completed across these different configurations, I can always check and compare, e.g., what are the differences and consistencies? We utilize Perfecto’s cloud-based lab to test across devices, browsers, and OSs. I use it occasionally for manual testing. Though, there are other team members who use it more frequently than I do. I use it mainly for executing my automated tests. We have the Perfecto lab, cloud devices, and machines. I can program my test to execute against any of those devices, which gives me more confidence in my product. I can compare and see how my product or application functionally behaves across these different devices and from a UI point of view, which helps me a lot. The device lab is extremely important to our testing operations. We rely on having multiple devices up and running all the time. Whenever we kick off an execution, there are multiple reasons why executions may get triggered: * CodeCommit * A scheduled job. * Might be on-demand by any stakeholder. We need the lab to be available, as we need devices up and running for executions to take place. Also, the devices help since they allow us to have parallel execution, and not just wait for a sequential device to become free and available. Therefore, volume is definitely key. It also gives us an opportunity to compare execution across platforms in that space. It is extremely important to you that the lab provides same-day access to new devices since we analyze that data every single day after execution. Perfecto provides their own framework called Quantum Framework. That is one option. The other option is, if I want to have my own framework, I can have a Java-based Maven project, take a Selenium library, AppiumLibrary, and REST Assured library, and utilize the open-source framework. It is easy for us to connect to Perfecto, no matter what framework we use, as long as it has these core libraries in it. I can design and structure it any way that I want. The execution will happen in Perfecto no matter what since they have support for these tools or libraries. It is pretty neat that way. We are not dependent on using just one particular framework to use Perfecto. While there are still some framework limitations, there is the opportunity to use multiple, different open-source frameworks, then pass the execution to Perfecto. We can use most frameworks, then design and craft it any way that we want, then just pass the execution to Perfecto.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"Reporting is pretty good. Its interface is also good. I'm overall pretty happy with the functionality and use of IBM Rational Test Workbench."
"This solution provides for API testing, functional UI testing, performance testing, and service virtualization."
"I also like the reporting functions. We are constantly downloading these reports and sharing them with our final customers. They help us understand what kind of bugs are happening through the applications. The recording feature is handy because it lets us see a video of the process we run through the pipeline and discover the point at which the automation is breaking."
"We're working in Agile and we need results ASAP. The fact that the lab provides same-day access to new devices is extremely important to us."
"The number one feature, which if we didn't have out-of-the-box would be missed, is the fact that we have video execution. That gives us the ability to view errors or defects in the progression, from beginning to the end of the video."
"The quality of our software has improved since we implemented this solution."
"One of the good things about Perfecto is the scalability that it provides."
"The automated test reporting functionality is the most valuable feature. We use the CI Dashboard. It's very important as it is the main reporting tool for our automated tests."
"We are able to offer a quality product that has been tested fully, which improves our customer satisfaction. That is a good thing. It has also reduced our IT infrastructure cost. We don't have to spend a lot on setting up infrastructure, which becomes redundant or obsolete very soon. It helps in offsetting that cost."
"It saves on the cost and effort of having to maintain our own virtual testing environment. Even our onshore team is not in the city that we work in, so that helps a lot. Even if we didn't invest a lot in getting multiple devices, having to share those devices would become a hassle."
 

Cons

"It should have more interfaces. In terms of interfaces or protocols, what you can do with Rational is far limited as compared to other products out there. What it does, it does great, but it only gives you limited types of protocols. It supports between 8 to 15 types of protocols, whereas other test tools give you 20 to 30 types of protocols with which you can do testing and convert to script. It records Javascript-based scripts, and you got to know a little bit of Java to basically be able to edit them, but the level of editing you got to do is very low. I like that, but the ability to edit the script is not as good as Parasoft or LoadRunner, which have C-Script."
"There are a number of things that they can do to simplify the tools, but the most important thing that they need to do is simplify the installation."
"Its performance should be improved. Anything to speed up the user interface would be a great help. We've had a lot of pain with their migration from a product UI that was based on Adobe Flash to the new product that is based on HTML5. Migrations like that seemed to be very painful and not a real smooth process. We're still sort of recovering from that migration from old technology to new, and we haven't got all the functionality ported over that we used to have on the old UI."
"The flakiness, or the accuracy, of the test execution can be improved. Also, the responsiveness of their cloud lab could be improved as well."
"We have had some issues with performance, which is something that should be improved."
"It does well for mobile testing, but when it comes to the web aspect, it is lagging a little bit in terms of execution."
"I'm hoping they can support on-premises instances. We have been working on a JIRA integration with Perfecto—and I'm extremely impressed that they have that—but at this time they're not supporting onsite JIRA instances, which is what we have."
"One improvement would be speed of execution. If it is an iOS native app, we have noticed that the speed is a bit slower. Perfecto might need to make some improvements in this area."
"The monitoring features, in particular network traffic monitoring, could be improved."
"I'm hoping that Perfecto will come up with browser testing as well because it would be easier to access it."
 

Pricing and Cost Advice

"The pricing is a little bit on the higher side, although it is really good."
"It doesn't really concern me. Licensing is on a yearly basis."
"Perfecto is about 30-40% cheaper than Device Anywhere. That was a big reason why we switched. Perfecto also solves some of the issues that we had with Device Anywhere. We have grown by 100% since we started to use Perfecto, and now we have devices roaming. When we look at the competition, we would still stick with Perfecto."
"It's definitely on the higher end of prices for this type of service."
"Although Perfecto is a good product for us to use, it is a bit expensive. It takes management a bit of work to find the appropriate funding for us to keep Perfecto. I imagine there could be some way to make it more accessible."
"I am not sure about its pricing, but from our perspective, licensing has been easy. Anytime I have new users or requests for users that want to get added, it's a very simple process. I just give the architectural owner of the product the name and email address, and they're able to easily add a new user. We don't have any issues in regards to getting licenses, but I don't have any insights into pricing."
"This is an expensive solution compared to others, by 30% to 40%."
"Pricing is an area where Perfecto can do a little better. When we obtain additional licenses, we enter into negotiations with them."
"Pricing-wise, it is fine. It is not as expensive as what we used to have in the past from HP, IBM, and others. It is decently priced."
"Perfecto's price is excellent compared to other products with similar features. It was the lowest of the three we evaluated. We also established a partnership with Perfecto, so they provide discounts when we sell Perfecto projects and licenses to our customers."
report
Use our free recommendation engine to learn which Performance Testing Tools solutions are best for your needs.
850,028 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
32%
Computer Software Company
13%
Government
10%
Manufacturing Company
10%
Financial Services Firm
22%
Computer Software Company
20%
Manufacturing Company
9%
Insurance Company
5%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
No data available
 

Comparisons

 

Also Known As

Rational Test Workbench, IBM Rational Performance Tester, IBM Functional Tester, IBM Rational Test Virtualization Server
Perfecto Mobile, Perfecto Web
 

Overview

 

Sample Customers

Financial Insurance Management Corp.
Virgin Media, Paychex, Rabobank, R+V, Discover
Find out what your peers are saying about IBM Rational Test Workbench vs. Perfecto and other solutions. Updated: April 2025.
850,028 professionals have used our research since 2012.