mmaniscalco
14 years agoOccasional Contributor
How to tell when flex app has finished working?
When I click any action/button on the flex app the browser doesn't have any idea if it is done or still working, so waitForPage does not work. Right now we have a waitForStableCursor function that checks the cursor every couple of seconds to see if it changes from stop watch to pointer. This is unreliable because every once in a while TestComplete will loose the cursor. I'm not sure why.
How do other people know when their flex app has completed its task. Say updating a database or something?
BTW we are using the FlashInjector.
How do other people know when their flex app has completed its task. Say updating a database or something?
BTW we are using the FlashInjector.