Testim Copilot is here | Learn More

Tag: Recorder

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 as expected. However, a better option for testing JavaScript applications is using testing frameworks like Jasmine and…

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…

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…

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…

What actually happens when you click your mouse in your browser window? In this talk, we took a deep dive into how your web browser works and what actually happens when a mouse is clicked. We also took a deep dive into what browsers do, how events work internally, and why. Our developer Benjamin Gruenbaum…