1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3<html>
4<head>
5	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
6	<title>Verification</title>
7</head>
8
9<body>
10<h1>Verification</h1>
11<p>
12While verifying a build results, the first thing to do is to look for failures.
13The tool helps to know rapidly which components have failure showing a red-cross
14icon in the <a href="components.html">Components view</a>:
15<p><img src="images/verification-components.png" alt="Verification: failing components"/></p>
16</p><p>
17When clicking on one of the component having error(s), the tool automatically
18selects the first configuration (i.e. test machine) which has an error in its
19last build results. Then, flying over the failures may give a first indication
20whether the regressions are confirmed or not.
21</p><p>
22In the following example, a tool tip is displayed saying that the deviation has
23a small value and may be not enough important to report a bug:
24<p><img src="images/verification-failures.png" alt="Verification: failing test"/></p>
25<p>
26Then this analyze can be stored to see whether this scenario will still have
27a similar error on the next build performance run:
28<p><img src="images/verification-comment.png" alt="Verification: failure comment"/></p>
29
30</body>
31</html>