This page was last edited on July 17, 2015, at 11:50.
Comments or questions about this documentation? Contact us for support!
To create or modify a test scenario (for which separate create and modify permissions are needed), do the following:
Release 8.5.1 of GRS supports Test Scenarios for Conversation Manager template-based rules. The data structures for these types of rules are different, so the creation of data in the Given and the Expectation columns are also different.
With Conversation Manager, the data is in a hierarchical JSON format of Customer -> Service -> State -> Task. Any given Customer may have one or more Services. Each Service may be in at most one State at a time. Each State may have one or more Tasks. Tasks may also be associated directly with Services. The current CM Template is only interested in the Type, Start Time, and Completion Time (if any) of Services, States, and Tasks.
So the Customer, Services, States and Tasks Facts have now been added the lists of Facts that can be defined as Given fields, and the RulesResults fact has been added to the list of Facts that can be defined as an Expectation.
For each Customer ID, Service ID, State ID and Task ID you may need to define a series of parameters from the Fact model and add appropriate values to them. This data hierarchy is maintained so you can't add Task parameters where no State is defined, nor State parameters where no Service is defined, and so on.
See the Business Process/User Guide for more information.