Record/Replay Record/Replay

Developer Tools
Version: 1.0.1.6
Last Update: 2021-01-08

Overview

Record/Replay is a Chrome extension developed by Tom Gallagher. According to the data from Chrome web store, current version of Record/Replay is 1.0.1.6, updated on 2021-01-08.
2,000+ users have installed this extension. 9 users have rated this extension with an average rating of .

Browser automation package. Easy to use and open source. Integrated functional testing framework.

WHAT DOES RECORD/REPLAY DO?

* Record/Replay lets you run end-to-end functional tests on your web site / application.

* Our automated tests give you quick feedback on whether your application works as intended.

* Tests run in your Chrome browser so Record/Replay works no matter how you develop your application, be it React, Angular, Vue or some other framework.

* We aim to serve all developers, from those with no programming experience to those with experience of multiple testing frameworks.

HOW DOES RECORD/REPLAY WORK?

RECORD - Listens for all user interface interactions through keyboard and mouse, including steps required for key functionality, such as signup, login, add purchase to cart etc.

REPLAY - Simulates all recorded user interface interactions (clicking, typing, scrolling etc.), ensuring that these scenarios actually work from the point of view of an end user.

REPORT - Provides feedback on the execution of user interface interactions, including detailed logging of user interface interaction fails and visual regression analysis of screenshots.

WHY SHOULD YOU INSTALL RECORD/REPLAY?

As you develop, especially before you deploy to production, you want to know that all the key functionality of your application really works. You don’t want your users to find the bugs before you do.

Yet manual end-to-end functional testing is time-consuming and tedious. It is a prime candidate for automation. Record/Replay delivers easy automation testing to everyone, speeding up delivery of production code you can trust. This allows the continuous delivery process to run smoothly at your organization with a quality selection of functional tests.

Beginners benefit from Record/Replay being ready-to-go as installed. No coding skills are required to record and to replay tests. Everything you need to start functional testing is included as part of the intuitive user interface. You can also gain an introduction to different testing frameworks by using our code export functions.

Experienced testers can use Record/Replay to generate short, unique selectors for all element targets, using our built-in CSS and Xpath selector generators. In addition, our code generators produce code for Jest, Puppeteer, Cypress and Selenium Webdriver that you can copy and paste into your testing suites. This can reduce the amount of time taken to create a full-coverage functional testing suite suitable for multiple different browsers, on your machine or in the cloud.

WHY IS IT BETTER THAN OTHER TESTING FRAMEWORKS?

Record/Replay is free and open-source, which distinguishes it from many other frameworks. We can offer this as there are no cloud-based services attached. All test information is saved in local storage and can be passed from one machine to another via export and import of JSON data files.

Record/Replay requires zero configuration. High set-up costs can act as a barrier to setting up proper testing, especially for start-ups and those that are looking to deliver proof-of-concept skeleton sites quickly to clients. You can start testing your site in minutes, with no previous experience of Record/Replay or even testing websites in general.

Record/Replay performs well when compared with other frameworks. If you have wide experience of existing testing frameworks, you know that automated functional testing can be a tricky process to configure and to maintain.

Compared to Puppeteer, Record/Replay benefits from using the Chrome browser itself, rather than the headless version, and supports extensions like Flash.

Compared to Cypress, Record/Replay supports the use of the tab key in user interface testing, allows bandwidth / latency throttling and supports iframe interaction by default.

Compared to Selenium Webdriver, Record/Replay is less flaky (prone to erroneous fails), faster to complete tests and provides better reporting.

Of course, this is only our opinion. Just install and give it a try, then make your own mind up!

Rating

9 ratings

Total Installs

2,000+

Information

Last Update

2021-01-08

Current Version

1.0.1.6

Size

2.44MiB

Author

Tom Gallagher

Website

None

Category

Developer Tools

Latest Reviews

See More

avatar Misfar Microw
2022-01-02

complex to use not like imacros

avatar Aaron Martin
2021-06-29

Useful automation built into a browser extension.

avatar Patrick
2021-01-08

I give the maximum note because even if I had a bug testing the extensions, I raised an issue in Github and was fixed like 2 hours later + published in chrome store.
I was amazed.
I hope for mass adoption of this one because I think it's a really solid start and have soom room for improvement (since it's open source, I'm not worried !)

avatar Tom Hunt
2020-11-28

Been using this to help streamline a few test suite/UX toolkits, does the job and then some. The code gens make the framework very efficient and the CSS selectors (which work when the pages change - nice touch) are neat and short. Works as described in the video, easy to set up and get going. This has functionality I'd be surprised to get in a paid service - as a free extension, this is a golden ticket.

avatar Michael Thomas
2020-08-11

Setting up a test seems reasonably straightforward but when you start recording, the website won't load fully and is non-responsive except for scrolling, then it eventually crashes with the "aw snap!" (error code out of memory) message. Reloading the page only repeats the issue. Tried four times but no luck. Only tried in Chrome. Maybe another browser will work better.