I have an QTP automation scripts to install a software.
The window that I recorded has got it’s tiltle changed.
Now the QTP is not able to recognize the window.
So should i re-record the full installation or is there a way through which i could run QTP automation by changing values in object repository?
I tried to change the name of title in Object repository but it was of no help.
Please reply soon.Thanks in advance.
You can change the
titleproperty of the window in the object repository, there you can either give a different value or use a regular expression. Is this what you tried?Another option is to use a Maintenance Mode Run which will give you the option to point at your window and help you decide how to fix the test.