cancel
Showing results for 
Search instead for 
Did you mean: 

Does anybody created E2E Test configuration with SolMan and Tricentis Tosca tool(TTA) Integration ?

vijayjeethuri
Participant
0 Kudos

Hello,

Need to know how to create end 2 end test configuration for SAP GUI application with solman and TTA integrated.

1. How to get output and input parameters from TTA to test configuration?

2. How to pass runtime output values from on one transaction to other transaction?

3. Shall we create TDC and Assign it to TTA test configuration in solman?

4. Is it possible to execute both web and sap gui applications in one test configuration?

Thanks in advance!

Best Regards,

Vijay Jeethuri

Hi Vijay,

PFB my comments:

1. How to get output and input parameters from TTA to test configuration?

Comment: You can specify the Import and Export parameters for a Test Configuration in TTA.

How To: Checkout the specific Test case in TTA for which Test Configuration is present in Solution Manager and Right Click on it. Select the option "SAP Solution Manager->Edit Test Parameters". These parameters will be available in Solution Manager as Input and Output Parameters upon Resuming Remote Control and Refreshing Test Configuration in SolMan.

2. How to pass runtime output values from on one transaction to other transaction?

Comment: You can either use TTA server for Test Data Management and storing Transactional values like Sales Order Number or You can create a composite Script in Solution Manager for transferring output values from one test case to another. You will have to change the Usage Type of Export parameter to Local and define the Reference parameter of Test Configuration in which this parameter data is required to use.

3. Shall we create TDC and Assign it to TTA test configuration in solman?

Comment: It is always a best practice to create TDC and define parameters and variants if same parameters are required in multiple test cases and same test configuration needs to be executed for different data sets.

4. Is it possible to execute both web and sap gui applications in one test configuration?

Comment: Test configuration is executed by TTA, So you can execute both Web and SAP Gui applications in a single Test Configuration as both technologies are supported by TTA.

View Entire Topic
vijayjeethuri
Participant
0 Kudos

Hi ajaykharb ,

Thank you so much for your comments.

This will be helpful.

Regards,

Vijay