From Fedora Project Wiki

(Add a minimal test case to check thermostat executable is in path and can start at all)
 
No edit summary
 
Line 8: Line 8:
|results=
|results=
# There should be no errors or exceptions. A version number should be displayed like the following:
# There should be no errors or exceptions. A version number should be displayed like the following:
<pre>Thermostat version 0.8.0-SNAPSHOT</pre>
<pre>Thermostat version 1.0.0</pre>
}}
}}

Latest revision as of 15:38, 28 November 2013

Description

This test case tests that the Thermostat program is installed correctly, is available in the path and starts up

Setup

  1. Boot into the machine/VM you wish to test.
  2. If thermostat is not installed yet, install thermostat.

How to test

  1. Find out thermostat's version: thermostat --version

Expected Results

  1. There should be no errors or exceptions. A version number should be displayed like the following:
Thermostat version 1.0.0