Start the Analyzer and open the Builder Project you want to build up a test scenario for in the Trace Analyzer. This documentation uses the Purchase Order Example from the PState Builder project in Advanced Modeling to explain the features of the Regression Test Tool. You can easily reproduce the steps explained with this example.

Example File (Builder project Advanced Modeling/PState):

<your example path>\Advanced Modeling\PState\uml\pstatePurchaseOrder.xml

Building up a test scenario follows the steps listed below:

  1. Create test cases and reference data with the Trace Analyzer.
    Create all test cases you need for regression testing with the Trace Analyzer and run them to create the reference data.
  2. Create a test suite in the Regression Test Tool and import the previously defined test cases.
    In the Regression Test Tool, create a test suite and import the test cases from the Trace Analyzer into this test suite. Sort the tests into a meaningful order.
  3. Run the test suite and evaluate the test case results.
    Running a test suite will create test data that can be compared to the previously defined reference data. The result of the test case compare has to be evaluated.
  4. Automate starting and stopping the service.
    Before running a test suite the corresponding service(s) must be running on the Bridge. The Regression Test Tool provides the functionality to automate starting and stopping of xUML services on the Bridge.

Additionally you may want to

  • No labels