I am using a Visual C++ GUI-Client which uses COM-Objects to
process several actions on a database.
So most of the time I have to wait for transactions to be finished before I can continue the testing procedure.
I wrote a testing programm which invokes my application and looks for a
certain data-set. Unfortunatly , it is not possible for Ranorex to recognize directly when a transaction of the application has finished.
Can I use the Ranorex-Classes in my application's code to tell the testing procedure about the state of my transaction?
If so, which classes should I use?