Skip to content

Testomat.io Recorder

Michael Bodnarchuk edited this page May 31, 2020 · 1 revision

⚠️ At this moment recorder is in alpha stage. It is not available in Chrome Web Store yet

Testomatio Recorder is Chrome extension that can be installed into Chrome-based browsers: Google Chrome, Chromium, Opera, Vivaldi.

Recorder allows you to record your actions on the websites, and attach those actions to a test description, to actually show what actions must be tested. Please note, Testomatio extension helps writing test, but won't write an automated test for you. It also won't generate any JavaScript code, not proper CSS/XPath locators. It only records and replays actions, and it's up for test automation engineer to transform that into a test. We believe that currently no record-replay tests can replace engineer in this.

Installation

  1. Download Testomatio Recorder
  2. Unpack "extension.zip" into "extension" folder
  3. Open chrome://extensions/ in your browser.
  4. Enable "Developer mode" in right top corner.
  5. Drag & drop "extension" folder into the extenions page.

This will add Testomatio Recorder extension into your browser.

Usage

  • Open Testomat.io App
  • Open any Draft test
  • Click "Record" button
  • Now open a website to test
  • Click on extension button
  • Click "Record Test* button inside an extension
  • Perform actions on website
  • Click "Save" when finished
  • Now your activity is saved and is available for replay from a test screen
  • Return to Testomatio app and reload the page
  • You should see "Replay" button within your test