Compare this with other toolsSave it to your board and evaluate your options side by side.
Save to board

mabl Reviews & Product Details

Profile Status

This profile is currently managed by mabl but has limited features.

Are you part of the mabl team? Upgrade your plan to enhance your branding and engage with visitors to your profile!

Value at a Glance

Averages based on real user reviews.

Perceived Cost

$$$$$

mabl Media

mabl Demo - mabl Web Application
View of mabl's test automation application. Quickly create tests, view your plans, or navigate to test insights.
mabl Demo - Creating a Test With the mabl Trainer
Testing the login flow of the Freshbooks web application. Each test step is created by interacting with your application and is recorded in the Trainer.
mabl Demo - Viewing Test Results
After a test has run in the cloud, access all of the test execution data to quickly diagnose and resolve issues.
mabl Demo - Create Jira Issues Directly From mabl
Quickly create Jira tickets directly from test failures. All of the test execution data will be automatically pulled into the issue in Jira.
mabl Demo - Integrate mabl into your Software Development Lifecycle
Integrate testing further into development using a CI/CD integration (such as GitHub) by triggering tests on merge or deployment.
Product Avatar Image

Have you used mabl before?

Answer a few questions to help the mabl community

mabl Reviews (39)

View 1 Video Reviews
Reviews

mabl Reviews (39)

View 1 Video Reviews
4.4
39 reviews

Review Summary

Generated using AI from real user reviews
Users consistently praise the ease of use and intuitive interface of Mabl, which allows both technical and non-technical team members to create automated tests quickly. Many appreciate the time saved in test creation and maintenance, enabling teams to increase their testing coverage efficiently. However, some users note that the cloud execution can be slow at times, impacting overall performance.

Pros & Cons

Generated from real user reviews
View All Pros and Cons
Search reviews
Filter Reviews
Clear Results
G2 reviews are authentic and verified.
Abu A.
AA
Associate SQA Engineer
Small-Business (50 or fewer emp.)
"Easy to use. User friendly. Very fast to developed script to go full automated functionality covereg"
What do you like best about mabl?

Recording, Local Run very fast and Report Review collected by and hosted on G2.com.

What do you dislike about mabl?

Slow cloud run, random failure in execution Review collected by and hosted on G2.com.

PT
Enterprise (> 1000 emp.)
"MABL is very good automation tool for Web Automation"
What do you like best about mabl?

Parallel execution, Live run reports, run report with network logs and screen shots Review collected by and hosted on G2.com.

What do you dislike about mabl?

slowness if test is very big, resource access capabilities from local drive Review collected by and hosted on G2.com.

SG
Small-Business (50 or fewer emp.)
"MAbl Review"
What do you like best about mabl?

The UI automation is very helpful and the javascript feature Review collected by and hosted on G2.com.

What do you dislike about mabl?

The API automation can be improved. For getting the token its difficult. Review collected by and hosted on G2.com.

Greg G.
GG
Manager, Quality Assurance
Enterprise (> 1000 emp.)
"SaaS Automation solution for Agile teams"
What do you like best about mabl?

Easy to implement and deploy across teams.

Solid documentation with examples and excellent support from mabl engineering and Product.

Multi-browser support, API testing, Postman collection imports, and end-to-end automation. of complex user flows.

No infrastructure maintenance and low code solution that even the marketing team can use.

Good ROI compared to hiring even a single full-time Software Developer in Test. Review collected by and hosted on G2.com.

What do you dislike about mabl?

Lack of native mobile test automation support.

Some of the popular test management tools are not integrated (Testrail).

Needs more reporting options and improved security.

Sometimes, cloud executions result in unexpected failures while passing without issues locally. Review collected by and hosted on G2.com.

AG
QA Analyst
Small-Business (50 or fewer emp.)
"Quickly get started on your automation journey"
What do you like best about mabl?

The Trainer sits right next to your application while you are creating your tests and allows you to record a user journey. From there you can modify and enhance the test. Review collected by and hosted on G2.com.

What do you dislike about mabl?

The mabl documentation could include more specific examples. Also, mabl uses labels to organize tests. It can be confusing and a learning curve. It would be helpful if test and test plans could be organized by applications. Also, it would be helpful to be able to produce detailed reports of test plans and the results of all the tests that were run within a plan. Review collected by and hosted on G2.com.

Cindy S.
CS
Senior Quality Analyst
Mid-Market (51-1000 emp.)
"Saves Time and Works well"
What do you like best about mabl?

That you can run a particular application and record the steps as you go. You also can create tables for redundancies. For example, I needed to test all the available options on a particular screen. Instead of writing a long test, I was able to write a simple test that cycled thru the options in the table. It was simple and made the process very easy. This one test saved me days of manual testing.

With the addition of the Univerity, it is easier for new users to learn how to use Mabl. Plan ahead so that you can easily find your work. For example, begin the name with your project. Review collected by and hosted on G2.com.

What do you dislike about mabl?

Sometimes Mabl records the step wrong or simply saves it wrong. You have to record that step again, and it looks the same, and it will work.

There are times when the only test only runs successfully when in a test plan. I am unable to run the test to see if it works. Review collected by and hosted on G2.com.

Verified User in Gambling & Casinos
AG
Small-Business (50 or fewer emp.)
"Strong web test automation tool"
What do you like best about mabl?

Good test run features, nice autohealing, and one can start really quick with a record-playback option.

Record-playback also records a lot of element's properties and usually works good. But it is not a silver bullet. If your app is not built testable, it won't help. Review collected by and hosted on G2.com.

What do you dislike about mabl?

I'd like to be able to run mobile tests in different browsers as well, not only Chrome.

I'd like to have nested flows (like use a flow inside the flow) and a native integration with Testrail.

and mobile apps testing as well. to cover it all. Review collected by and hosted on G2.com.

Verified User in Computer Software
UC
Mid-Market (51-1000 emp.)
"Powerful tool without the maintenance hassles"
What do you like best about mabl?

Easy to use since it's UI based. Easy to configure plans and trigger times to run.

No maintenance on your part other than to update the app. Compared to using open source solutions like protractor, selenium, node.js, and webdriver. There you have to make sure everything is updated and hopefully one update doesn't break the other. Also in order to run our tests, we had to use another 3rd party service like Saucelabs.

It's on the cloud so it's easy to use from different computers. There's no development environment to create locally that can only be accessed from that computer.

Ability to test mobile web.

Error reports are easy to understand. Screenshots and logs can be downloaded.

Tech support is fast to respond to your questions. Usually within 30 mins. Review collected by and hosted on G2.com.

What do you dislike about mabl?

Not having the ability to code your test as an option. I previously used Quick Test Pro with another company where that tool had a recording feature that allowed you to modify the source code it generated. You could also start clean and code from scratch using their language. That way you can really control your test to a micro level. That was a positive with using Protractor. You had more control and do not have to rely on if the UI supports what you want to do and how to get to it.

Not a big community for support. With open source solutions there are a lot of users so if you run into a problem or need to find out how to do something, you can search stackoverflow and someone will have an answer.

Mabl auto heal feature can be annoying. Trying to be too smart. It will tell me it auto healed a test even though I did not set it to do so. I have test where I pick a different photo every time the test is run and it will auto heal saying that photo is different from the last time you ran the test.

No option to replay the test that was run. Their results log has each step that was run with a screenshot but sometimes watching how the test ran and failed is easier to understand what went wrong. Saucelabs had this option. Review collected by and hosted on G2.com.

CA
IT Test Manager / Test Automation Lead
Mid-Market (51-1000 emp.)
"The test automation platform which actually works and enables anyone to automate tests"
What do you like best about mabl?

This is the most user-friendly testing tool I have ever seen. It is refreshing to see a testing application which truly is intuitive, easy to use, and actually works on pretty much all applications! Review collected by and hosted on G2.com.

What do you dislike about mabl?

The pricing model makes it hard to budget for (and thus scale) in large companies. They need a way to cap the executions, so large corporations can easily budget. Review collected by and hosted on G2.com.

Lindsay V.
LV
QA engeneer
Small-Business (50 or fewer emp.)
"Simple, efficient, intuitive"
What do you like best about mabl?

Mabl is very intuitive and it's easy to learn the basics to make and maintain tests. I like the support team too, even if I don't often need to interact with them. And a really helpful feature is having captures of each step of a run and a comparison with a baseline. Review collected by and hosted on G2.com.

What do you dislike about mabl?

On my website, there are some areas with the current date displayed and at each execution, Mabl warns because of visual changes on this area so I can't use this kind of warning. Review collected by and hosted on G2.com.

Questions about mabl? Ask real users or explore answers from the community

Get practical answers, real workflows, and honest pros and cons from the G2 community or share your insights.

Verified User
G2
Verified User

What is mabl testing?

GU
Guest User
Last activity about 3 years ago

Does mabl use Selenium?

Pricing Options

Pricing provided by mabl.

Personalized Pricing

Contact Us
Per Year
mabl Comparisons
Product Avatar Image
Cypress
Compare Now
Product Avatar Image
Tricentis Testim
Compare Now
Product Avatar Image
BrowserStack
Compare Now
mabl Features
Test Feedback
Test History
Customization
Organization
Reliability
Thoroughness