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

All that changing around won't help you. You need to learn programming, or at least some basic debugging skills. Following the points made in (for example) brian's Guide to Solving Any Perl Problem will also help.

Replies are listed 'Best First'.
Re^10: Gui Automation using guitest
by shayak (Acolyte) on Feb 15, 2011 at 10:41 UTC
    Thanx for the link. Actually im not at all a programmer. i have just a basic c knowledge. In my work i needed to do some testing manualy. Im just trying to automate it for my own good. In that process im learning perl also and then coding it..

      You will have to become a programmer then.

      You will find that a program needs to be far more specific than writing test specifications. Even though Perl might seem to accept a specification written in something almost like English, it will not do what you expect. You will need to learn to speak the same language as Perl, which is more than just using the same words that Perl uses.