Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "STP/IM Component/IM Builder Tests"

(New page: This is a set of unit tests to verify the results yielded by the STP/IM Component/IM Builder. ==Test 1: Keeping the Core Instance updated from models of several types...)
 
Line 1: Line 1:
This is a set of unit tests to verify the results yielded by the [[STP-IM Builder | STP/IM Component/IM Builder]].
+
This is a set of unit tests to verify the results yielded by the [[STP/IM Component/IM Builder | STP-IM Builder]].
  
 
==Test 1: Keeping the Core Instance updated from models of several types==
 
==Test 1: Keeping the Core Instance updated from models of several types==
 
Steps to reproduce:
 
Steps to reproduce:
 
# Create several BPMN models, portraying processes of the same business.
 
# Create several BPMN models, portraying processes of the same business.
# Let the [[STP-IM Builder | STP/IM Component/IM Builder]] transform them and consolidate them in the core instance.
+
# Let the [[STP/IM Component/IM Builder | STP-IM Builder]] transform them and consolidate them in the core instance.
 
# Create an SCA model from the STP-IM.
 
# Create an SCA model from the STP-IM.
 
# Make changes in the SCA model.
 
# Make changes in the SCA model.

Revision as of 20:36, 19 July 2008

This is a set of unit tests to verify the results yielded by the STP-IM Builder.

Test 1: Keeping the Core Instance updated from models of several types

Steps to reproduce:

  1. Create several BPMN models, portraying processes of the same business.
  2. Let the STP-IM Builder transform them and consolidate them in the core instance.
  3. Create an SCA model from the STP-IM.
  4. Make changes in the SCA model.

Expected result: The IM Core Instance should reflect the changes made in the SCA model.

Test 2: Keeping the models updated from changes in the core instance ("Reverse Engineering")

Steps to reproduce:

  1. Follow steps in Test 1.
  2. Make changes in one of the BPMN models, e.g. one of the Activity names.

Expected result: The IM Core Instance should update the Activity names in the SCA model created in step 3 of Test 1.

Back to the top