Hi When i running a test with QTP i found out that sometimes the path to a specific bottom or checkbox has changed, for example:
Window("Simon").window("Service Window").CheckBox("Service Charge") changes to Window("Simon").window("Service Window").CheckBox("Service Charge_1")
Is anyone has any experience with this? how can i avoid this change?
Window("Simon").window("Service Window").CheckBox("Service Charge") changes to Window("Simon").window("Service Window").CheckBox("Service Charge_1")
Is anyone has any experience with this? how can i avoid this change?