Skip to main content

Analyze test results in irAuthor Web

Execution results

The Execution results display the Summary at the bottom of the output mode of the Tester.

You can select the tabs for the various sections of the results.


Statistics

From the Statistics tab, you can view a breakdown of information from the execution of the tester.

1. Total execution time
The total time to execute the rule application. This includes time for any compilation steps.

2. Total rule evaluation time
The total time to process conditions in the rule application. This time excludes compile steps and action execution.

3. Total metadata compile time
Aggregate time for runtime metadata generation during this execution sequence.

4. Total function compile time
Aggregate time for .NET delegate generation during this execution sequence.

5. Total action execution time
The total time to execute only the rule actions. This time excludes compile time and rule execution time.

6. Total external data query call time
Elapsed time to execute SQL queries against external data sources. The number to the right of the elapsed time indicates the number of queries executed.

7. Total external method call time
Elapsed time to execute User Defined Functions (UDFs) or external .NET function library methods. The number to the right of the elapsed time is the number of methods called.

8. Total external smtp call time
Elapsed time to execute SMTP calls. The number to the right of the elapsed time is the number of SMTP called.

9. Total external web service call time
Elapsed time to execute web service calls. The number to the right of the elapsed time is the number of web services called.

10. Rule sets fired
The number of rule sets that were executed.

11. Rules evaluated
The number of rule evaluations that were performed.

12. State changes
The number of value changes that were made to the entity schema data values.

13. Actions executed
The number of rule actions executed.

14. Input entities
Total number of input entities instantiated before execution.

15. Output entities
Total number of output entities instantiated after execution.

16. Errors
The number of errors generated during rule execution. If errors exist, you can click View to view a log of the errors.


Execution logs

The information from the execution is available here to copy or download as a CSV file.

1. Copy to clipboard
Allows you to copy the information to your clipboard.

2. Download
Opens system window so you can save the execution log as a CSV.