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

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..

Replies are listed 'Best First'.
Re^11: Gui Automation using guitest
by Corion (Patriarch) on Feb 15, 2011 at 10:47 UTC

    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.