ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Tasks > Defining Rule Scenario Manager Artifacts > Adding an Extractor to a Project

You can add a new test extractor to an existing project.

To add a new test extractor:

  1. Click File > New > Other.
  2. Expand the ILOG Rule Studio category, expand the Rule Scenario Manager category, and then select Extractor.
  3. Click Next.
  4. Select the project in which you want to create the extractor, and then click Next.
  5. Specify the following extractor values:
  6. - Java Extractor Name: Enter the name of the Java class defining the extractor.
    - Alias Name: Enter a friendly alias for the extractor.
  7. Click Finish.

Related Concepts

Extractor
Tests
Operator

Related Tasks

Adding an Operator to a Project
Adding a Type to a Project

Related Reference

Rule Scenario Manager XML and Java Artifacts
Test Extractor, Operator, and Type Java Definitions

Related Samples

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