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

Thanx for the info.. Anyways it was not much of a diff. Sendkeys is doing the job for me.. I have commented that line. But my problem is with the radio button thing..

Replies are listed 'Best First'.
Re^4: Gui Automation using guitest
by shayak (Acolyte) on Feb 15, 2011 at 07:35 UTC
    The first problem im facing is that the code is doing nothing but keeps on running..I have to pause break it..

      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?

        i edited it but now the program doesnt execute.. it just gets called and stops..