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 works pretty well for automating the critical user paths of any web application, ensuring that core functionalities are constantly tested and catching issues before they reach QA, particularly through its seamless integration into our CI/CD (in our case, using GithHub); however, it is less appropriate for mobile testing since it doesn't support mobile applications. Testers still needs to learn another framework to do this.
It makes automating complex user interactions easier, fits right into our CI/CD for continuous testing, and works great across different browsers. The Documentation is a plus, you don't really need to search a lot to understand and find what you need for the coding. The community is small but very helpful, which makes it a breeze to use and a must-have for keeping our software in top shape.
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.