I'm looking for an API that let me access PB UI object model in runtime, the same way sofware testing tools like Mercury, SQA, etc do.
I mean that I have no access to the application source code - it can be even a 3rd party packaged solution that was written in PB. The only access that I have is to the application's client that is deployed on the end user's desktop.
I'm interested to have an acces to the controls of this user interface (the buttons, fields, forms, etc), their properties, methods and events so I can emulate/monitor user actions from an external program.
I did a searh on the internet, and found that PB has "Testing API" but also heard that it is old/obsolete. I'm looking for something similar that provides me with the same functionality.
Mind that I'm not PB expert, and any help is appreciated.
I mean that I have no access to the application source code - it can be even a 3rd party packaged solution that was written in PB. The only access that I have is to the application's client that is deployed on the end user's desktop.
I'm interested to have an acces to the controls of this user interface (the buttons, fields, forms, etc), their properties, methods and events so I can emulate/monitor user actions from an external program.
I did a searh on the internet, and found that PB has "Testing API" but also heard that it is old/obsolete. I'm looking for something similar that provides me with the same functionality.
Mind that I'm not PB expert, and any help is appreciated.