autoEdit 2 Documentation
1.0.6
1.0.6
  • Introduction
  • Overview
    • Intro
      • High-level overview of the parts
      • from 1.0.5 to 1.0.6
      • Project folder structure
    • Support the project
  • Transcriptions
    • Transcriptions intro
    • Transcription json
    • Transcriber
      • audio to video
      • STT sdks
        • IBM Watson STT
        • Gentle STT
        • Pocketsphinx
    • Read metadata
    • Video preview conversion
    • Hypertranscript
  • Papercuts
    • Papercuts
      • Selections
      • Annotations
      • Tags
  • Paper-edit
    • Paper-edit
      • Paper-edit json
      • search-filter
      • drag-and-drop
      • video-preview
  • Export
    • Export
      • EDL export
      • XML export
  • Appendix
    • Dev configuration
    • Deployment/build
      • Deployment/build for Max OS X
      • Deployment / Build for Linux
      • Deployment / Build for Windows
    • Dependencies
    • Current db setup
    • EDL Format
    • Reusable components
    • Prerequisites
    • JQuery and NWJS Packaging
    • Roadmap
      • Paper-editing Roadmap
      • Extra Features Roadmap
      • Future Roadmap
        • Live video editing
        • Social Media Export
        • Translate transcriptions
        • Web app
          • Multi-user collaboration
        • Searchable Editable Archive
        • NLP insights
        • Slack/Chat bot integration
        • Interactive dev tool
        • Phone mms integration with twillio
        • B-roll computational photography
    • Paper-editing Roadmap
    • Testing
    • Updating automated documentation
    • History of autoEdit versions over time
    • ffmpeg and ffprobe in electron
  • Appendix - Data structures
    • IBM Watson json specs
    • Gentle Json transcription specs
    • Pocketsphinx results
    • autoEdit transcription Json
  • QA List
    • QA Intro
    • QA Launch App
    • QA Transcriptions
    • QA Paperedits
    • QA Export
  • Methods
    • Example: Defining Methods
  • Adobe Panel
    • autoEdit Adobe CEP Panel dev setup
    • autoEdit Adobe CEP Panel integration overview
    • Adobe CEP Jsx functions for autoEdit adobe Panel
Powered by GitBook
On this page
  • Item to test #2: Adding transcription
  • Steps:
  • Expected Results:
  • Item to test #3: Deleting a transcription
  • Steps:
  • Expected Results:
  • Item to test #4: Show transcription
  • Steps:
  • Item to test #5: Show transcription - playback
  • Steps:
  • Expected Results:
  • Item to test #6: Show transcription - text position indication
  • Steps:
  • Expected Results:
  • Item to test #7: Show transcription - highlighting
  • Steps:
  • Expected Results:
  • Item to test #8: Show transcription - Edit text
  • Steps:
  • Expected Results:
  1. QA List

QA Transcriptions

PreviousQA Launch AppNextQA Paperedits

Last updated 6 years ago

Item to test #2: Adding transcription

Steps:

  • Click “new” in nav bar.

  • Add transcription details.

Expected Results:

  • ? . Page opens in a default browser.

  • After adding transcription details, you are sent to transcription list. See transcription with name and description.

  • After saving transcription, new links in list disabled. See spinning wheel symbol next to title for about 5 min processing time.

  • After 5 min from saving transcription, disabled links to become available.

Item to test #3: Deleting a transcription

Steps:

  • Click red delete button in transcription list.

Expected Results:

  • Clicking delete for that transcription removes it from the list.

  • After clicking new, list should be consistent with the previously deleted transcription.

Item to test #4: Show transcription

Steps:

  • Click on transcription (anywhere but the delete button).

    Expected Results:

  • You are taken to a transcription show page.

Known issue: When video is done processing, it does not self-update the preview if on show page. You need to go back to list and then back to show to get an updated video preview.

Item to test #5: Show transcription - playback

Steps:

  • Click on word in transcription.

Expected Results:

  • In highlight mode, default, you click on word and are taken to corresponding part of the video. Video starts playing.

Item to test #6: Show transcription - text position indication

Steps:

  • Click on video player play button or click on text of transcription.

Expected Results:

  • While video is playing, text changes color (grey to black up to current point) to signal corresponding part.

Known bug: If you start playing video from the video player it does not do text color change. If you start the video by clicking on a word, then it works.

Item to test #7: Show transcription - highlighting

Steps:

  • Highlight transcription text with mouse (push click, hold, then release).

Expected Results:

  • You should be able to select text and have the blue highlight underline appear under the text.

  • You should be able to unselect text by highlighting the previous selection.

Known behavior: When selecting both previously selected and not, it inverts selection. The desired behaviour is to remove selection.

Item to test #8: Show transcription - Edit text

Steps:

  • Click on Edit mode in transcription show page

  • Click on a word

  • Edit the text

  • Click on tab to move to next word.

Expected Results:

  • Expect clicked word to auto select word, and make word text editable

  • Expect editing of words to auto save. To test this navigate out of transcription show page and back in, changes should have persisted.

http://www.autoedit.io/user_manual/setup.html#gentle-stt-open-source-free-and-offline
see QA Export section to complete