Automating on Progress Application
QTP does not recognise or add objects to repository from Progress application. Has anyone worked with Progress Applic to automate scripts in QTP?
I have the following problems.
1. I cannot select a item from PRobrowser window? (because the whole window is recognised as ProBrowser and the rows in it are not recognised). I cannot use Getitem method to get one Item from the ProBrowser Window.
2.Some of the windows have new instances each time. For Example, I have added the objects on the window to the repository and recorded a script with some functionality on the window, but when i try to run the script after closing all the windows , QTP throws an error " OBjects not recognised " .I have checked the repository and the same objects do not highlight on the application after the first run.
Please help........
Re: Automating on Progress Application
Have you tried using Low-level recording yet? There might be a problem with Standard recording not being able to recognize objects.
For your second query, this does happen a lot because a lot of the applications now days have lots of dynamic content, which may/may-not change as pages progress, new items load, new data sent to the server etc. You will have to use either DP or Regular Expressions to sort this one out.