ContributionsMost RecentMost LikesSolutionsRe: Windows 10 .NET April 2022 Update Causes TestComplete to Hang after 1 command I think the problem was that I had installed the security patch myself... Our company Software Center wanted to install the same patch. I cancelled the software update - perhaps the cause of the problem. I have reinstalled the Win 10 Security & .NET patches and this has corrected my problem. Windows 10 .NET April 2022 Update Causes TestComplete to Hang after 1 command Hi All, I updated my Windows 10 machine with the latest Security and .NET update on Monday... Since then, TestComplete will only be able to execute its first command then HANG - Cannot stop the execution - MUST Kill process via Task Manager. I uninstalled the Security & .NET update, and everything went back to normal. Has anyone else seen this problem? SolvedRe: Execution Plan - Indented Statement Logic to Execute On Passing Test Cases Alex! Thank you for your response! I have modified my Execution Plan to "Stop current item" on the remote connection test case. In the test case, I have the following code : if connection_error.Exists: # Cannot continue with this routine if error dialog shown. connection_error.OK_Button.ClickButton() Log.Warning("User Cannot Connect To The Instrument : %s - NO Privileges." % SIMULATOR_NAME) return False Does this error need to be a Log.Error() in order for it to fail correctly and NOT continue? Execution Plan - Indented Statement Logic to Execute On Passing Test Cases Hi All, I'm using the latest version of TestComplete v15.40 In the Execution Plan - Can there be logic in the statements to execute (or NOT) indented statements? (I believe that the Keyword Tests allow this sort of logic - if a statement fails, the indented statements will NOT get executed.) I would need to have something like this : [x] Connect to Remote Machine (if the test case CAN connect to the remote machine - continue - otherwise skip Remote tests) [x] Remote Test 1 [x] Remote Test 2 Thanks in Advance! Steve TestComplete Contractor - Looking for Work - West Coast USA Hi All, I have around 8 years working with TestComplete/TestExecute v3 & 4 / 7 & 8 / 14 & 15. I have created extensive automation suites for Windows Apps and Web Sites as well. All of these jobs were run with Jenkins and the results were collected via ZBots for Zephyr Reports. I am looking for REMOTE ONLY work. I can send you my current resume and links to current projects on GitHub. Steve Reiss California Re: Picture.SaveToFile() - Remove Cursor from Image? Thanks for your reply! I found the Picture() function with the Mouse parameter just after I posted my question. Works perfectly now! Picture.SaveToFile() - Remove Cursor from Image? Hi All, I am trying to use picture.SaveToFile(fileName) to save a table image to a .PNG file. I need to have the cursor removed from the image, as this is causing the Picture diffing to fail. My code - Python : CommonUnit.Delete_Files(local_image) # delete any old image file # move mouse out of the way Aliases.Compass_for_SW.Main_ToolBar.Graph_Area.Composite.Level_1.Level_2.CTabFolder2.HoverMouse() Experiment_Table_Image.SaveToFile(local_image) # save Experiment Table to png file Any thoughts / Solutions? Steve SolvedRe: Running 2 Instances on Same Machine? Thanks for the suggestion... I was able to make this work doing GUI objects without the namemapping for the 2nd application instance. It's not pretty, but it works! Running 2 Instances on Same Machine? Hi All! We are in need of running 2 instances of our Java based app at the same time on SAME MACHINE - to simulate a multi-user situation. User1 - Would start the app - and start a long process running by clicking a button. Process could take hours to complete. User2 - Would start the app - and try to STOP the ABOVE long process running by clicking a STOP button. I currently have the User 1 & 2 in the same project... TestComplete "gets confused" at which window to work on once the second user / instance comes up. Is there a proper way to do this in v14.x?? SolvedZBOT Folder Watcher - Set Cycle Name with A Path Hi All! I am running a number of Test Complete Jobs via Jenkins and having a ZBOT grab the results with a Folder Watcher. This has worked well for the past few months. I would now like to create a Folder Watcher that would allow the Test Executions to be in a nested Folder by Area, by Job. For Example - In Folder Watcher : Cycle Name : Automation_Runs > Test_Area > Admin_Run_Job My question is : How do I set the Cycle Name to allow me to nest the Test Executions under a "Test_Area" (above)?? I have tried the following : Cycle Name : Automation_Runs > Test_Area > Admin_Run_Job Results in Test Execution folder structure : Release 1.0 Automation_Runs > Test_Area > Admin_Run_Job Automation I would LIKE to see a folder structure : Release 1.0 Automation_Runs Test_Area Admin_Run_Job Any help would be greatly appreciated! Steve