cancel
Showing results for 
Search instead for 
Did you mean: 

E2E CBTA Automated test

Sharath_vuppula
Participant
0 Kudos

I should create a composite CBTA script for an end to end business scenario. In this scenario the first part is to launch an ECC system and perform some tasks through transactions in SAP GUI. The second part is to go to CRM URL in browser and test the system. I am able to pass the parameters among the systems. However my doubts are

Where should we provide the test profile for CRM (to log in to the second system) ?

Is it recommended to provide the user and password as parameters through TDC?

View Entire Topic
vijayjeethuri
Participant
0 Kudos

Hello Sharath,

For Composite test - Some limitations are there like, we cannot generate end to end report log, passing parameter complexities etc. . .

So why cannot you use test configuration instead of Composite test ?

For example if you create test configuration, you can assign test scripts inside the TestConfig, by this way you can get end 2 end report log in one file.

Parameter related - Yes, you have to pass your user and password through parameters from TestConfig or TDC as your choice.

If you want to hide your password or user credentials - You can pass it through environment variables to the parameters.

Regards,

Vijay Jeethuri