paulohg6
6 years agoOccasional Contributor
I updated my testcomplete from version 12 to 14 now it does not recognize the mapping of my screen
My procedure In TC 14:
procedure abriRotina(rotina:string); begin Sys.Process('PCINF000').Window('TfrmPrincipal').Window('TEdit', '', 3).Keys(rotina+'[Enter]'); end;
My Procedure in TC 12
procedure abriRotina(rotina:string); begin Sys.Process('PCINF000').VCLObject('frmPrincipal').VCLObject('edtCodigoRotina').Keys(rotina+'[Enter]'); end;
This code are in Flat mode.
I need too remap all my tests???? How to replace the Window to VLOBject?
How can i get the same map object of testcomplete 12 in 14???
What language is your application undertest written in? Delphi? C++? You may need to make some adjustments to recognize the application as open. Also, go to File | Install Extensions and make sure that the Desktop option has all sub options checked.