ContributionsMost RecentMost LikesSolutionsUnable to identify WPF object in Test complete release version 15.65.12 Unable to identify WPF object in Test complete release version 15.65.12 but its working as expected in 15.64.3 I have a test written in test complete for WPF application. Post installation of updated test complete version the wpf object is not getting identified correctly Its showing as window instead of WPF object in version 15.65.12. But same is working as expected in 15.64.3 Am I missing any settings in the updated version for the WPF application will appreciate help in this Re: TestExecute is not running We tried reinstalling it and reactivating the license But still same issue. In the system try right click is also not working for TestExecute. We need to close/kill it using the task manager only. Just observed defender is utilizing 100 cpu when testexecute is launched Re: TestExecute is not running Nothing changed on machine. Version is 15.61.1.11 TestExecute is not running Test Executes launches but actual execution doesn't start. The application is displayed in system tray but right click doesn't work on it It needs to be closed from task manager the license is active and it works from another machine. The machine on which we are facing issue was working correctly for last few months but all of sudden its not working. Details shared as above What can be the reason Re: How we can use the element or object or variables declared in one script in another script? Tried suggested solution in my current code. There is no consistent success. Out of 5 runs only 2 runs succeeded but 3 failed. What can be reason? Re: How we can use the element or object or variables declared in one script in another script? Thanks for details. Will try in my code Re: How we can use the element or object or variables declared in one script in another script? This is for using functions created in one script and using it in another. From the functions also if we want to use the generated output in the calling do we need to return the variable and in the calling function assign it to another variable? function a() { let value = 10 +3; return value; } function main() { var c = a(); } Is there any way where we can use the generated output as it is in the calling function like global variable Also want to use elements, objects and variables from one script in another script what are the options for it? How we can use the element or object or variables declared in one script in another script? We want to create a modular code where we will store all elements, objects and variables in one java script(ObjectRepository). Another script will have the common functions which will consume the elements,objects and variables from ObjectRepository. Another script will have the actual test cases which will consume the elements,objects and variables from ObjectRepository, along with the common functions. Would like to know how it can be implemented? Where can I get the examples as per the above structure mentioned. Will appreciate if any one can share any dummy sample codes or files How to wait till window is displayed and continue once it closes in the desktop application(WPF) I have a windows/desktop app to test with I have to wait till the object/window closes then execute the further code. Note: No manual intervention is required to close the object/window Re: Read data from azure key vault Thanks for inputs will go through the details and try out