Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 2.42 KB

README.md

File metadata and controls

55 lines (35 loc) · 2.42 KB

QA Test Plan: React Transcript Editor

Last updated: 3rd Jan 2018
version: >=0.2.0

This doc provides a lightweight set of steps and checklists for manual QA test. This should be done before every major release.

The assumption underlying this doc is that anyone, even without technical skills, should be able to conduct QA testing.

Overview

React Transcript Editor it's a react component, to make transcribing audio and video easier and faster. Please see project repository the Github README page,for an overview of what the component does and how it works (https://github.com/pietrop/react-transcript-editor).

Where to test:

The app can be tested using the demo application at https://bbc.github.io/react-transcript-editor/

For updating the the demo app with latest version of the component see these instructions

Where to log bugs:

If you find any bugs or issues, please open an issue in Github label it as 'QA Testing' and assign it to @pietrop.

If it's connect to one or more of the QA steps listed below make a note of the corresponding number.

For things like typos feel free to directly do a PR with the changes.

Browsers/devices:

By default we aim for the component to work on the following version of the following browsers and devices.

  • Desktop - Mac - Chrome
  • Desktop - Windows - Chrome
  • Desktop - Windows - Internet Explore (Because of BBC users)

Other browsers and devices are not part of out core effort but we welcome feedback. When you raise an issue please indicate the operating system, device, and browser.


Items to test

There are 5 main parts for QA testing

  1. Component Interface
  2. Player Controls
  3. Timed Text Editor
  4. Settings
  5. Keyboard Shortcuts
  6. Analytics

see each section for more details.