Object Mapping different
I have three licences of testcomplete (descktops) in two when I map the object I recive that:
Sys.Process('PCSIS1124').VCLObject('frmPCINF1124').VCLObject('btnNova').ClickButton;
In other when I map recive that
Sys.Process('PCSIS1124').VCLObject('frmPCINF1124').VCLObject('WallpaperRotinaPC1').VCLObject('pcGeral').VCLObject('tsTransferencia').VCLObject('ScrollBox1').VCLObject('Panel1').VCLObject('btnNova').ClickButton;
I'm mapping all of this in same version, same System and same object anyone know what is the problem?
Cus with that I cant run the same project in the systems
Hi Maxter,
If I understand your requirement correctly, you have created a variable table and would like to loop through the rows in that table.
You can do that by creating a data driven loop and select your "Vendor_Name" variable. Refer to https://support.smartbear.com/testcomplete/docs/keyword-testing/basic/data-driven-loops.html
Hope this helps.
Cheers