Making evidence

From EncyclopAtys

Revision as of 03:35, 4 April 2020 by Moniq (talk | contribs) (Video recording: -support to avoid double use in one sentence)
Jump to: navigation, search


Important.png
Under Construction Panel.png !!!! WIP !!!! Under Construction Panel.png
There are currently still 74 articles in preparation in the category "WIP"
Article in preparation. Please let the author finish it before you modify it.
The last editing was from Moniq on 4.04.2020.

de:The Test Team Handbook
en:The Test Team Handbook
es:The Test Team Handbook
fr:The Test Team Handbook
ru:The Test Team Handbook
 
UnderConstruction.png
Translation to review
Don't blame the contributors, but come and help them 😎

Reference text ( Maintained text, used as reference ) :
Notes: (Moniq, 2020-04-04)


This document describes ways how to make evidence in form of screenshots or videos. It is mainly helpful and intended for members of the Test Team however it might be useful for for regular users as well, especially when they need to document game issues for a ticket or game forum post. The document is separated into three sections by client platform and, in case of video recording, is not meant as help with live streaming.

The client itself contains feature to capture screenshots and this functionality is described in Screenshot help on this wiki.

Windows

(TODO)

Linux

Linux screenshot capture interface
Linux screenshot capture interface
SimpleScreenRecorder window with input settings
SimpleScreenRecorder window with input settings

Most of end-user Linux distributions come with various tools that can do the job. Some of them are already part of your desktop environment, other can be installed from your distribution package repository. It is not aim of this document to describe all existing utilities

Screenshot

Most of Linux graphical environments have built-in a way how to capture desktop screenshots already. It is usually accessible by pressing the Print Screen (sometimes PrtScn) key on your keyboard. It is located right to F12 key, above the Insert key. This will work in case you are using MATE, Cinnamon or Gnome desktop.

In case that your environment does not support this feature, you can use one of following alternatives:

  • The GIMP, GNU Image Manipulation Program. Choose File > Create > Screenshot from the main menu.
  • ImageMagick, a command line driven utility. Execute import -window root ~/file_name.png command to take screenshot of your desktop and save it to your home directory. Consult the man page for more options.

Video recording

You can use SimpleScreenRecorder to record a video of your desktop environment. It is Qt-based a free (libre) software that allows you to specify shortcut to start and stop recording.

Another option is to use byzanz, a command line utility that will record your desktop as an animated GIF (Graphics Interchange Format) image. Please note that the record will suffer the format limitations with small colour palette because True color using separated image blocks is not supported. Execute byzanz-record ~/file_name.gif to record your desktop and save it to your home directory. Consult the man page for more options.

Keys pressed

In some special cases it might be needed to also record keys that you press on your keyboard. You can use the Screenkey utility in combination with desktop recording.

macOS

(TODO)