From Fedora Project Wiki

Revision as of 04:59, 14 March 2012 by Watzkej (talk | contribs) (Created page with "{{QA/Test_Case |description=Qrencode is a utility software using libqrencode to encode string data in a QR Code and save as a PNG image. |setup=This testcase will use Eye of Gnom...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Qrencode is a utility software using libqrencode to encode string data in a QR Code and save as a PNG image.

Setup

This testcase will use Eye of Gnome to view the generated PNG barcodes. Additionally, to check that the barcode is correct you can either use a smart phone with a QR Decoder app or use the Online ZXing Decode tool.

How to test

  1. In a terminal, run the following commands:
  2. qrencode -l L -v 1 -o helloWorld.png 'Hello, world!'
  3. qrencode -l H -v 1 -o url.png 'http://www.fedoraproject.org'
  4. For each of the PNG images execute: eog testimagename.png

Expected Results

  1. The image should load in the image viewer. Next check the image using a smart phone or the online tool referenced above.
  2. The helloWorld.png decode result should be 'Hello, world!'
  3. The url.png decode result should be 'http://www.fedoraproject.org'