# 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](https://github.com/pietrop/react-transcript-editor/blob/master/README.md) 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](https://github.com/pietrop/react-transcript-editor#build---demo) ## Where to log bugs: If you find any bugs or issues, please [open an issue in Github](https://github.com/pietrop/react-transcript-editor/issues/new?template=bug_report.md) label it as 'QA Testing' and assign it to [@pietrop](https://github.com/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 0. [Component Interface](0-component-interface.md) 1. [Player Controls](1-player-controls.md) 2. [Timed Text Editor](2-timed-text-editor.md) 3. [Settings](3-settings.md) 4. [Keyboard Shortcuts](4-keyboard-shortcuts.md) 5. [Analytics](5-analytics.md) see each section for more details.