in reply to Re^4: Gui Automation using guitest
in thread Gui Automation using guitest

Any program that has this:

while(1) {

will keep on running forever unless you do something about it.

Maybe you want to put a stop condition into that block?

Replies are listed 'Best First'.
Re^6: Gui Automation using guitest
by shayak (Acolyte) on Feb 15, 2011 at 09:07 UTC
    i edited it but now the program doesnt execute.. it just gets called and stops..
      Keep editing, you still have nonsense syntax, eq doesn't work like that
        can u just give me an example how to write the syntax with eq or ==.. I have to include a regex inside the string with eq..

      This isn't very helpful. What did you change when you edited the code? Have you tried going back to basic debugging to find out what's going wrong? See Debugging and Optimization from tutorials.

        I am editing and uploading the updated code.. The code which u r seeing now is the updated one after editing..