Hi
I would like to ask you if anyone has any experience with CBTA capabilities especially with cycles eg. LOOP etc.
One customer ask me to prepare some kind of regression test with CBTA to simulate daily work of business operator. This operator logins in CRM application and start to process a list of customers ID. For each changes some information and continue with next one. After the list is complete he logs off from CRM application.
I tried to proceed as is described in this great post How-to use the new CBTA Loop capabilities Everything runs ok, but the main problem now is how to teach CBTA to use different customer with every iteration. If I use test data container, unfortunately new session is started, so this is not ok. We try to stay in application an change all customers ID at once and then log off.
Does anyone have any idea how to effectively use LOOP component with this some kind of data array? Is there any CBTA component able to read data from eg. test data container? Should I write my own customer component?
Thank you in advance.