Search found 3 matches

by schachner
Wed Feb 10, 2010 11:39 am
Forum: Automation API
Topic: Waiting for applications response
Replies: 6
Views: 4279

Re: Waiting for applications response

We often have background actions that yield no visible change in any control, e.g. checks, wether a customer's number does exist or not. The user is just waiting for the application to return and to let him jump to the next input box to enter different data (no discussion about application design, p...
by schachner
Tue Jan 27, 2009 10:33 am
Forum: Automation API
Topic: Waiting for applications response
Replies: 6
Views: 4279

Waiting for applications response

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...
by schachner
Mon Jan 12, 2009 6:36 pm
Forum: Automation Tools
Topic: Keeping changes made on generated code
Replies: 3
Views: 2916

Keeping changes made on generated code

I' ve recorded some actions and manually
modified the generated code. But my changes got lost when
I replayed the recording.
Is there a way to prevent my own own changes from being overwritten?

Btw: When is the code re-generated?