ContributionsMost RecentMost LikesSolutionshow to Store & retrive object name from excel Hi Everyone, How to retrive Object name from excel using DDT Testing in testcomplete. Scenario: Need to save object name of Test Application in Excel file & retrvie them when test runs. Ex: Save window name in excel & retrive it : (Sys["Process"]("Testedapp")["WPFObject"]("HwndSource: MainWindow", "MainWindow")); How to achive this ? any one plz help me out to resolve this issue ? please find the error iam getting while tried the above case. Thanks Bala SolvedRe: issue in selecting values from drop down Hi kavya, For selecting values from dropdown list you can use this code ["ClickItem"]("Pass your Value here"); followed by Dropdown object name. for Example: var item= "values at Index1" ; var Dropdown =Sys["Process"]("Sample")["Object"]("HwndSource: MainWindow",0)["ClickItem"](item); Please try this & let me know. Thanks Balamurugan Thavamani Re: In test execute, Tested app path changes automatically ??? Hi Joseph, Thanks for the info. I have tried you solution but after restarting machines also same issue occurs. Can anyone provide me the solution for this ? Thanks in Advance. Regards Bala Thavamani In test execute, Tested app path changes automatically ??? In test execute, Tested app path changes automatically when we validate test result in Test complete machine through Shared mode. How to avoid this dynamic path change in Test execute machine. please check attached screenshot & help me to resolve. Thanks Bala Thavamani. Region Checkpoint Hi all, I need load two images from folder & need to compare this using regions checkpoint. is this possible. for example if i have base images in Folder A & actual images in Folder B, here i need to load image1 from folder A & image 1 from folder B & compare this two images. Can any one share me a code for doing this ? Thanks in advance. open directory from scripts Hi All, How to open directory from scripts in Test complete. For Example if i have folder structure like this "D:/Testing/Automation/" & i need to open this folder from scripts. Is it possible to do in test complete Thanks Bala Test Execute issue while taking Remote connection access ? Hi all, I have installed Test execute in slave machine & while trying to trigger automation in slave machine i use remote connection from master machine but after triggering when i colse remote connection iam getting blank image as output (Note: we use regional check point). Is there any solution to over come this ?? can any one help me to resolve ?? Thanks Bala Thavamani Need To Test Windows Store App With TestcompleteHi All, Is it possible to call a windows Store app by its object name & i dont want to call by mouse coordinates ?Re: Excel File Not regonized while Running the Test in Test Execute ?Hi Alexei Karas , I have checked with ACE Driver 32 bit in Test Execute its working fine. Thanks for the post. Regards Bala Thavamani Re: How to capture an object, not by coordinates but by the object itself when recording a Keyword test?Hi venkata yadlapalli, Hope this might helpfull for you . Check and revert back. 1. Store the object name in a variable (Get object name via object spy) var a =(Sys["Process"]("Testedapp")["Object"]("HwndSource: Window", "Window")); 2. By using Regions in Testcomplete we can save the image Regions["AddPicture"](a, "Image"); Thanks Bala Thavamani