LonewolfQA
7 years agoNew Contributor
Desktop Automation Window Update
I am currently attempting to automate my companies software however every time there is a new build the program window name is being incremented for example if I record an automation the application window will be lw00000 but if I am to update the program it will rename the window to lw00001 making TestComplete unable to locate the object in the renamed window. I have tried updating the the window name in the test which it does successfully but does not update the commands that are to be performed in the test. Each command has to be updated individually, which is slower than re-recording a new test. Is there a way that I can update the window name and keep the commands that are performed within that window? Thanks.