Reference > Rule Studio User Interface > Wizards > New Operator Wizard

This wizard defines a new test operator in Rule Scenario Manager. Operators perform the logical comparison on the calculated data extracted from the execution trace against the test value or baseline report value.

To open the New Operator Wizard, in the File menu select New > Other, open ILOG Rule Studio, open the Rule Scenario Manager category, and click Operator.

Select Project Page

The Project page is where you select the Java project in which to create the new files. Select a project from the list.

New Operator Page

The Operator page is where you define a new operator.

Table 33 New Operator Page
Section 
Purpose 
Java Operator Name 
Enter a name for the Java file to contain the operator code. 
Alias Names 
Specify friendly names for the operator values to use in tests. 
Object Type 
Specify the type of the operator. 
Accepted Extractors 
This lists the extractors that are compatible with the operator. 

Related Concepts

Tests
Operator
Extractor
Baseline Report

Related Tasks

Adding an Operator to a Project
Adding an Extractor to a Project

Related Reference

New Extractor Wizard
New Type Wizard
Test Extractor, Operator, and Type Java Definitions

Related Samples and Tutorials

How to Test Rules in Rule Scenario Manager Using Java Binding
How to Test Rules in Rule Scenario Manager using XML Binding