paulohg6Occasional ContributorJoined 7 years ago10 Posts1 LikeLikes received1 SolutionView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Run SQL file I read that but i don't understand how to do . I can connect to the database, but to run large sql is a lot of work to do with the code (because it needs the string to be in a specific format to be recognized with delphiscrit for the string to be accepted) so the idea of externalizing the file Run SQL file My problem is: I have a very large sql to run, and my idea was to externalize this sql to an external file and just run it through testcomplete is there any way to accomplish this? my database is oracle my application is descktop SolvedHow to analyze the testcomplete of the test automatically and know if the test passed or failed? I am writing a script that runs my tests every midnight, but I have difficulty analyzing my log and knowing if the tests suite failed or passed, anyone knows how to do this? SolvedRe: I updated my testcomplete from version 12 to 14 now it does not recognize the mapping of my screen Thanks!!!!! 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??? SolvedRe: Object Mapping different Thanks guys for the help. Today I managed to solve the problem was as follows. We were on two different projects in one on their properties the Object tree model was in flat and the other in tree. Thanks a lot for the help Re: Object Mapping different This addition of components happens with all the objects of the software being of this screen or not this one is only an example Re: Object Mapping different Not the problem is not the resolution the software itself already defines the exact size that should stay Re: Object Mapping different My problem is this: One person mapped the same items I mapped but the two got divergent. We get the same software version, operating system and testcomplete. The first execution of Testcomplete with the scenario everything happens correctly, in the smaller version of the mapping, but of the next times it does not accept. If I always map from the larger version will it always perform correctly? 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 Solved