cancel
Showing results for 
Search instead for 
Did you mean: 

CBTA - error while accessing WEB URL

Former Member
0 Kudos

Hello,

I get an error when calling an URL via CBTA. In the SUT Management I had added an entry in URI-based SUT (BASE_URL: http://). In the testscript I had used URL as type of executable unit and www.google.de as executable unit.

The test creation wizard is started but at the second screen an error occured:

In the CBTA.DefaultDomain.log are some entries written. Such as unable to retrieve IMarhalable instance for CL_TAO_TECHNICAL_WEB_BASED_SUT or missing reference in response exporting member. Pleas see attached extract of the log.

Does anyone have a clue how to approach this?

regards,

Wolfgang

Accepted Solutions (0)

Answers (1)

Answers (1)

VJain
Active Contributor
0 Kudos
Former Member
0 Kudos

Hallo Vikram,

thanks for reply.

I think basically CBTA is set up correctly because the access to SAP_GUI UI runs well. But the access to WEB UIs is not working.

I tried CRM, BSP and UI5. For all of them I got unmarshal exceptions in CBTA.DefaultDomain.log. For CRM:

CL_TAO_SC_SUT_WDA_COMPINSTALL

CL_TAO_SC_SUT_WDA_CHECK_AUTH

CL_TAO_SC_SUT_GUI_COMPINSTALL

CL_TAO_SC_SUT_GUI_CHECK_AUTH

CL_TAO_SC_SUT_CRM_COMPINSTALL

CL_TAO_SC_SUT_CRM_CHECK_AUTH

For BSP:

CL_TAO_SC_SUT_WDA_COMPINSTALL

CL_TAO_SC_SUT_WDA_CHECK_AUTH

CL_TAO_SC_SUT_GUI_COMPINSTALL

CL_TAO_SC_SUT_GUI_CHECK_AUTH

For UI5:

CL_TAO_TECHNICAL_WEB_BASED_SUT

regards,

Wolfgang

Former Member
0 Kudos

Hi Wolfgang,

Using CBTA we are able to automate portal.

For example if my URL is as "http://www.google.com:12345/irj/portal"

In SUT, in URI Based SUT tab I include connection URI as "http://www.google.com:12345" and specify Username and Password

While creating CBTA script, select this SUT.

Executable Type -->URL

Executable --> /irj/portal

We need to create the login schema also for this.

For more details you can use "CBTA3.0 SP02 - Handling Web Executable Objects" from Solution Manager WIKI.


Regards,

Sachin