Difference between revisions of "SmokeTest"

From Apache OpenOffice Wiki
Jump to: navigation, search
(create)
 
Line 1: Line 1:
 
== Smoke Test ==
 
== Smoke Test ==
  
OO.o has a beautiful built-in smoke-test application for running some basic sanity checks on a build to ensure that nothing wildly wrong crept in between releases. These tests run quite quickly, and appear more reliable than the qatesttool test-set.
+
OO.o has a beautiful built-in smoke-test application for running some basic sanity checks on a build to ensure that nothing wildly wrong crept in between releases. These tests run quite quickly, since they only do simple document creation / load / save tasks.
  
 
=== Running them ===
 
=== Running them ===

Revision as of 12:59, 20 December 2006

Smoke Test

OO.o has a beautiful built-in smoke-test application for running some basic sanity checks on a build to ensure that nothing wildly wrong crept in between releases. These tests run quite quickly, since they only do simple document creation / load / save tasks.

Running them

On linux:

   cd smoketestoo_native
   export TEMP=/tmp
   build

It is necessary to have build installable RPMs, since smoketest needs to install these before starting.

Personal tools