mabl is a regression test automation tool with test output visualization and performance regression for tracking the perceived speed of web apps and sites, from the company of the same name in Boston.
N/A
Playwright
Score 8.7 out of 10
N/A
A cross-browser testing tool, playwright supports all modern rendering engines including Chromium, WebKit, and Firefox. Users can test on Windows, Linux, and macOS, locally or on CI, headless or headed. It is also cross-language, so that the Playwright API can be used in TypeScript, JavaScript, Python, .NET, Java. Test Mobile Web. Native mobile emulation of Google Chrome for Android and Mobile Safari. The same rendering engine works on the Desktop and in the Cloud. Playright…
We ultimately selected mabl cause it most met our needs and our budget. We needed a low code UI automation test tool. We also have a suite of existing testing tools and other tools that it needed to be able to integrate with. Price was the only thing that ruled out some of the …
We haven't found a scenario yet where it hasn't been appropriate. We did have one function on our application that mabl couldn't do, but they solved it and got back to us very quickly. Our application is web-based and mabl is able to handle this very easily. We use the command line runner a lot. Being able to easily and quickly change from a cloud based run to a local run has been fantastic. Setting up flows and environments is a wonderful feature
Playwright is very well suited for any kind of frontend QA regression testing. It's perfect for ensuring that important features that are not often updated remain fully functional across updates or releases. It is not well suited for testing a feature that requires more developer updates before it is ready for end users. Playwright tests are not always simple to maintain if frequent updates are required to keep them relevant. Playwright can be used for API or database assertions as well, but it's not necessarily best suited for those scenarios. It does perform well enough to consider that use case for simplicity if Playwright is already relevant for any frontend QA regression tests that are needed.
I find Playwright very intuitive and generally do not have any trouble using it on a daily basis. However, I do have coworkers with more limited experience in software who have struggled immensely in learning to use Playwright properly. Playwright is very well documented which helps if you plan to use AI to help you write any test automation (which I generally don't recommend, but is an option).
We ultimately selected mabl cause it most met our needs and our budget. We needed a low code UI automation test tool. We also have a suite of existing testing tools and other tools that it needed to be able to integrate with. Price was the only thing that ruled out some of the above tools, we are a small start up, and don't have a huge budget. Some tools listed didn't have the same functionality or ease of use with the record and playback. mabl works on our machines and integrates with our existing tools
We selected Playwright over the rest for several reasons. The learning curve is faster, making it easier for our team to get up to speed quickly. The setup is pretty straithtforwared, minimal configurartion needed and a great example included in the configuration which includes all the basics to start writing using that spec as a placeholder. Compared to Cypress, Playwright support multiple browsers out of the box, giving us broader testing coverage. Appium is great for mobile testing, but extremely slow.