ContributionsMost RecentMost LikesSolutionsRe: Recognizing object name reference Hi , Group execution i meant is when this particular script is included in batchrun execution of 600 scripts i will include wait for this script and update you about result Thanks for the suggestion Recognizing object name reference Im testing desktop application.in which im checking multple screen in the application. for one of the screen while recording for search an component i have used keyboard which was recorded as ^f(control+F) this script when i execute indvidually it will work but when i run in group it is unable to recognize the ^f object with respect the screen so i have updated this script with options Edit-->find in the same screen which works in group along with individual again after some multiple group run i find same issue with Edit-->find object too im question is why either of this object faces issue during group execution while already it was a recognizing object which is mapped and same state of the application is present when it is executing as same as when it was recorded .kindly help me on this issue Solvedname mapping - similar objects Hi,im facing problem in mapping similar object. i have two Questions 1.There are 2 screens /window which has similar name like OpenWindowA and OpenWindowB with id field which takes the input id,Yes,Cancel button and one checkbox if its enabled it will open another screens if "id" value is present" else no. here OpenA and OpenB IS CONSIDER AS DIFFERENT screen,initially OpenA was added so i had tried adding OpenB object with capturing OpenWindowB,but by default it is giving OpenWindowA name to OpenWindowB object. i had tried to rename which was not successful. just to execute scripts if i update image of OpenWindowA with OpenWindowB then scripts related to OpenWindowBt will work and OpenWindowA related scripts will fail vice-versa 2.There are two drop down DropdownA and DropdownB with different set of values.here also oneobject Dropdown is mapped to DropdownA if i try to add new object with new object name for DropdownB which IS NOT allowing to add or rename and showing same name as DropdownA object while captured or while adding new object as DropdownA, im not able to add new and unique object in both cases for DropdownB and OpenWindowB. please suggest me in resolving this.. Thanks in advance. SolvedRe: Desktop Application Not responding Hi Namith, im using Reportbuilder tool. im just clicking on Print which is opening just Print Preview and after it is opened im closing the print preview. Above action im doing from scripts Image and Pixel comparsion Hi,im getting Image and pixel comparsion error in Testexecute like below The images are not equal. The pixel difference is 1 %. The color difference is 1 %. There is a slight difference between the compared images. If you want the checkpoint to report them as equal, set its Pixel Tolerance parameter to 253. Im running scripts which worked in TestComplete in Testexecute copying all scripts,stores,namemapping..so on. for few of the scripts im getting error like this. Ideally testcomplete scripts should work in testexecute as well so is there any way i can solve this so script work in both TestComplet and Testexecute Re: Desktop Application Not responding Thanks for the suggestions. I found out the window not responding issue wasn't memory leak and performance issue. Im not opening and closing the AUT after each test case.Most of the test scripts are dependent ones which are working fine. im getting application window not responding in few scripts which does opening a print report or template report scenario ,where after this report is opened and closed successfully control will be in the same place where it opened the report or template option and it become unresponsive because of which immediate next script throwing an failure message AUT not responding.i have added delays after this report is opened and closed successfully so control moves or some action to perform which is also unsuccessful even manually also and increased auto wait timeout too. window not responding issues is occuring during batchrun of 600 scripts but same script will work fine when scripts are executed individually I have tried freeze diagnostics option with Process filter as use only tested applications also and found it was helpful for few scripts.but this issue will come randomly after some scripts so it was difficult to implement login Application How Can i resolve these issue .let me know any other options so i can try to fix these issue and can run 800 scripts in single go Thanks in Advance Desktop Application Not responding im testing Desktop Application im giving run for 300 scripts in TestComplete through Project Suite. During the execution around 195th script one of the script fail with message in test log "the Window doesnot respond" (when i forcefully stop or abort the execution as this particualr testscript is failed and continuing executing remaining scripts failing with same reason )and in Additional Information message as "The window with the 0x02251066 handle exists but did not respond during the auto-wait timeout (20000 ms). Try increasing the 'Auto-wait timeout' project property." i had increased auto-wait timeout and as well i added aqUtils.Delay(30000) in the script execution even after this im getting same issue for the script.this scripts executed individually is working fine Kindly help on this how can i to handle this Re: how to export Test Run Result Summary of entire projectsuite to pdf Thanks for the Information and solutions. Re: how to export Test Run Result Summary of entire projectsuite to pdf or document Thanks for the Information and solutions. Re: how to export Test Run Result Summary of entire projectsuite to pdf or document Thanks for the Reply. Here we are exporting Test summary report to PDF manually. Can i will be able to Export only Test summary report (to PDF or document format)automatically after the testexecution is completed and testexecution details is displayed in the Testcomplete or Can i will be able to Export only Test summary report of result.HTM/.MHTML file for testresult opened in Browser for TestExecute Tool so let me know for TestComplete and TestExecute tool where can i modify the code so only Test run summary (or required details in summary) is exported to PDF or Worddocument through Automation.