Keyword Expression

The Executive Server examines the value in this field and compares it to the text found in the Application Log file.  The comparison uses a regular expression matching.  

Example 1

You expect the keyword success to be in the Application Log File when the Operation completes:

Keyword Expression:  success
 Match case: unchecked
 Count: 1
 Condition: =

Example 2

You expect the keyword success or the keyword completed to be in the Application Log File when the Operation completes:

Keyword Expression:  success|completed
 Match case: unchecked
 Count: 0
 Condition: >

Example 3

An error condition should occur if the keyword error or failed is found to be in the Application Log File when the Operation completes:

Keyword Expression:  error|failed
 Match case: unchecked
 Count: 0
 Condition: =