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

This wizard defines a new test extractor in Rule Scenario Manager. Extractors retrieve calculated data from the execution trace to be tested against a test value or a baseline report value.

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

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 Extractor Page

The Extractor page is where you define a new extractor.

Table 30 New Extractor Page
Section 
Purpose 
Java Extractor Name 
Enter a name for the Java file to contain the extractor code. 
Alias Name 
Enter a friendly name for the extractor to use in tests. 

Related Concepts

Tests
Extractor
Operator
Baseline Report

Related Tasks

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

Related Reference

New Operator 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