Last month we announced a new UI test recorder for Playwright GUI functional tests. I hinted that we weren’t done. Our fabulous engineers have adapted it to work for Puppeteer! Today, Testim is announcing the free Puppeteer recorder, a new tool to record and play GUI functional tests that can be run as code on…
Tag: Recorder
Testim Puppeteer Recorder was discontinued on April 30, 2023. We are preserving this post for your reference. End-to-end testing involves testing the complete flow of an application from start to finish. It can be a manual test done by running the application in an actual browser and trying out features to see if things work…
What actually happens when you click your mouse in your browser window? It might seem like a simple action—just a click—but under the hood, your browser is doing a lot more than you might expect. In this talk, we took a deep dive into the inner workings of web browsers to uncover what really happens…
Testim Playground was discontinued on June 26, 2023. We are preserving this post for your reference. As software development organizations shift-left, more of the testing responsibility is moving to developers. Developers are increasingly asked to create and manage GUI functional and end-to-end tests, often running on open-source test automation frameworks. Coding these tests takes time…
Automated testing makes the whole testing process easy and fast. Record and playback testing make that process easier and quicker. Record and playback testing has been around for quite some time, but it’s delivering more value these days. But it’s been a roller coaster ride. In this post, I’ll be talking about what record and…