Create test project (integrated testing)

As part of the implementation phase of an SAP® project, the definition of test scenarios is an extremely important but also time-consuming process. SAP® Solution Manager provides an environment with which you can define and run test scenarios based on your blueprint structure. It is very well-suited to running functional tests. However, if you want to create test scenarios for E2E tests, your options are severely limited by the blueprint structure. You can use test projects to create test scenarios without being tied to the blueprint structure of your implementation project.

In integrated testing, you create test projects directly in the implementation project you downloaded. You do not need a separate test project.

Prerequisites

You have transferred the implementation project to the database.

Procedure

  1. Log in to the database.

  2. Click ARIS > Explorer Explorer.

  3. Click Navigation Navigation in the bar panel if the Navigation bar is not activated yet.

  4. Click ARIS > New > Test Test project. The Test Project Wizard opens.

  5. On the Select project type page, select the SAP® Solution Manager - integrated testing type, and click Next.

  6. Select the implementation project and click Finish. The new Test Designer project opens. The name corresponds to the associated Solution Manager project. Each Test Designer project is displayed on the Explorer tab in the database folder Test Designer projects Test Designer projects.

  7. To create individual test cases, transfer objects and models from the implementation project.

    1. In the Navigation bar, open the project structure for the implementation project.

    2. Click an object with the symbol type SAP function that you want to transfer.

    3. Click Copy Copy in the Start tab bar.

    4. Click the test project node in the test structure.

    5. Click Paste Paste or Paste > Paste with assignments in the Paste Start tab bar.

      The object is pasted one hierarchy level below the test project node. If you selected Paste with assignments, all synchronizable objects are pasted up to the allowed structural level of process steps.

      You can also transfer models for test objects using drag and drop or by copying and pasting (Ctrl+C and Ctrl+V). Allowed model types depend on the structural level. Models can be inserted in the first hierarchy level of the test structure.

  8. To check the test structure, you can open for each test object the source models in which the objects have occurrences.

  9. Define test paths by transferring process models to your test structure. The recorded test paths are saved as graphics and assigned to the test objects.

  10. Use the Generate test case description report to create test documents for selected processes, which are automatically inserted in the relevant models.

  11. Transfer the changes to your Solution Manager test project by selecting the test project node or scenarios and clicking Upload test scenario Upload test scenario in the Start tab bar.

The test project is available.

See also

Create test project (user-definable)