OtfErrorList

From emotive
Revision as of 12:47, 15 August 2014 by Nb (talk | contribs) (Created page with "{{DISPLAYTITLE:Open Test Framework - Error List}}Category:OTF ==Overview== The '''Error List''' gives the detailed information of the validation of OTX test sequences. It...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Overview

The Error List gives the detailed information of the validation of OTX test sequences. It also helps users to determine and trace the error location. During the processing and before the execution of the sequences, the data is automatically checked on-the-fly, see validation. You can also validate a solution, a project, a package, a document or a procedure by using the context menu of the corresponding node in the Solution Explorer. All the errors or warnings of the validation will be displayed in the Error List. A sequence is standard-compliant if no remaining errors and warnings are displayed in the Error List, but you only need to solve all the errors before executing a sequence. The Error List is a tool window, so it can be docked, floating, opened, closed, resized or set to auto hide. When starting the OTF the first time, the Error List is already opened and docked under the Workflow Designer. You can open or close it via the "Error List" button in the Ribbon, see the image below.

ErrorList.png
Error List displays the results of the design-time validation

The features and functions of the Declaration Explorer are described in the following sections.

Features and functions

Turning off the automatic validation during design-time

To turn off the automatic validation during design-time, please click (or drag right or left) the ON/OFF-Button in the top-right of the Error List. To turn off the automatic validation in runtime, please uncheck the menu "No Validation before execution" in the tab "General" of the OTF Options menu (File/Options/General).

Showing or hiding errors and warnings

You can click on the tab "Errors" in the top-right of the Error List to show or hide the errors, and click on the tab "Warnings" to show or hide the warnings.

Validating all solution

To validate the current solution, you can click on the "Validate All" button in the Error List, or you can use the context menu of the solution node in the Solution Explorer.

Adjusting the presentation of error and warning messages

The Error List does not only display the error and warning messages but it also displays some other information related to the errors and warnings such as element name, element type, error code, ect., each data is displayed in a column. By clicking on the "Automatic colummn width" button, the width of these columns can be fixed or can be expanded according to the length of the text.

Sorting the errors and warnings

You can sort the errors and warnings according to the data in each column by clicking on the corresponding column header. Each time you click on an column header, all the errors and warnings are sorted in ascending or descending order according to the data in the column.

Tracing the error location

You can trace the location of an error by double-clicking on the related error (or warning) message entry to move focus to the element with error.