Reference > Rule Studio User Interface > Wizards > New Scenario Suite Wizard

This wizard defines a new scenario suite in Rule Scenario Manager.

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

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 Scenario Suite File Page

The Scenario Suite File page is where you specify the definition for the scenario suite to add to a project.

Table 50 New Scenario Suite File Page
Section 
Purpose 
Name 
Enter a name for the scenario suite. 
Description 
Enter a short description for the scenario suite. 
Scenario Suite KPI 
Specify a file containing the definition of a scenario suite KPI. 
Scenarios 
Specify the scenarios to be included in the suite. 
Report Name 
Enter a name for the scenario suite report file. 

Specify Configuration File Page

The Configuration File page is where you specify the configuration for a scenario suite. You can use the system default, choose an existing configuration or create a new one.

Table 51 Configuration File Page
Section 
Purpose 
Use the default configuration 
Select this option to use the system default configuration. 
Choose an existing configuration 
Select this option to use an existing configuration file. 
Create a new configuration 
Select this option to create a new configuration. After you click Next, the wizard will continue with three pages in which you define a new configuration. 

Define New Configuration Pages

If you specified to create a new configuration page above, the Configuration File pages follow, where you define the new configuration. The definition is completed in three pages:

Table 52 New Configuration Page 1
Section 
Purpose 
Name 
Enter a name for the configuration. 
Description 
Enter a short description for the configuration. 
Precision 
Specify the precision of data in a scenario's tests: 
Executor 
Specify an executor class and URL. 

Click Next to open the second page defining a new configuration.

Table 53 New Configuration Page 2
Section 
Purpose 
Input Parameters 
Specify a databinding class and its URL for translating the input parameters. 
Subcomponents 
Specify a databinding class and its URL for translating subcomponents (the constituent scenario suites of a simulation and the constituent scenarios of a scenario suite). 
Baseline Reports 
Specify a databinding class and its URL for translating baseline reports. 

Click Next to open the third and last page defining a new configuration.

Table 54 New Configuration Page 3
Section 
Purpose 
Working Memory 
Specify a databinding class and its URL for translating the working memory. 
Output Parameters 
Specify a databinding class and its URL for translating the output parameters. 
Reports 
Specify a databinding class and its URL for translating scenario, scenario suite and simulation reports. 

Related Concepts

Scenario Suites
Scenario Suite KPI
Scenarios
Configurations

Related Tasks

Adding a Scenario Suite to a Project

Related Reference

New Scenario Suite KPI Wizard
Scenario Suite XML Definition
Configuration XML Definition

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