Hello everyone,
We are currently using both CBTA and UFT/ALM to create manual and automated tests.
Recently we have integrated SolMan with HP QTP, hoping that we could generate TBOMs from existing UFT test cases.
Basically we:
1. create a CBTA config/script in SolMan
2. export actions/objects from an existing UFT test into the CBTA script (open in UFT)
3. save in UFT, which brings us back to the CBTA script
4. go to SOLAR 02
5. attach the CBTA test config to business process' Test Cases
6. create a transaction
We should be able to generate TBOMs from the transaction attributes, however the attached test case does not show up in the table.
As discussed in this How to guide (page 95) (https://goo.gl/BKCP42), we have also tried to include "SAPGuiUtil.StartBPCATracing()" and "SAPGuiUtil.StopBPCATracing()", respectively at the beginning and the end of the script in UFT. However we are scripting for SAP CRM only, not GUI.
Does anyone have a clue about why the Test config doesn't show up in the transaction's attributes?
Is it even supposed to work with CRM? or just GUI..?