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

it presses the button which has the string next or finish etc. In short it presses the next button..

No, no it doesn't do that, it cannot. The or operator doesn't work like that.

Replies are listed 'Best First'.
Re^4: Gui Automation using guitest
by shayak (Acolyte) on Feb 15, 2011 at 07:33 UTC
    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..
      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?