Question
Automation not working after updating automated application
Hey!
I have developed an automation project for a win application say xx_1.4.exe and It is working fine with no error .
Now xx_1.4 updated to xx_1.5.exe and my automation stops working. There is no major changes in updated version that will affect my automation.
I tried to give path of older version of application and it worked fine.
Please Help me through this as I have to develop an automation that work with an application that changes version or u can say get updated frequently.
Does the main window of the application contain a version number? If so, you may need to adjust the match rule for that window to use a StartsWith match. Check in interrogation which controls are not matching and make adjustments to your match rules as needed.