ILOG JRules User Guide > Testing Rules with Rule Scenario Manager > Tasks > Defining Rule Scenario Manager Artifacts > Defining a New Configuration

While creating a scenario, scenario suite, or simulation, you can choose to define a new configuration for this artifact.

To define a new configuration:

  1. In the Configuration File page, select the Create a new configuration option, and click Next.
  2. Specify values for the configuration:
  3. - Name: Enter a name for the configuration.
    - Description: Enter a short description for the configuration.
    - Precision: Specify the data precision to use in the tests: Numbers specifies the accuracy of numerical comparisons and Strings are case sensitive sets case sensitivity during string comparisons.
    - Executor: Specify the executor class and its URL for executing scenarios.
  4. Click Next.
  5. Specify the databinding classes and their URLs for the following components:
  6. - Input Data: Specify the databinding class for interpreting the input data.
    - Subcomponents: Specify the databinding class for interpreting the subcomponents, that is, the scenarios belonging to a scenario suite and the scenario suites belonging to a simulation.
    - Baseline Reports: Specify the databinding class for interpreting baseline reports.
  7. Click Next.
  8. Specify the databinding classes and their URLs for the following components:
  9. - Working Memory: Specify the databinding class for interpreting the working memory.
    - Output Data: Specify the databinding class for interpreting the output data.
    - Reports: Specify the databinding class for interpreting reports.
  10. Click Next.
  11. Click Finish to complete the definition of the scenario, scenario suite, or simulation.

Related Concepts

Configurations
Scenarios
Scenario Suites
Simulations

Related Tasks

Creating a Client Scenario Project for RuleApps
Adding a Scenario to a Project
Adding a Scenario Suite to a Project
Adding a Simulation to a Project

Related Reference

Rule Scenario Manager XML and Java Artifacts
Configuration XML Definition

Related Samples

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