On Thu, May 7, 2009 at 12:38 PM, Ravi Jaya <ravi.goglob...@gmail.com> wrote:
> On Thu, May 7, 2009 at 10:40 AM, Kenneth Gonsalves
> <law...@thenilgiris.com>wrote:
>
>> On Wednesday 06 May 2009 18:57:04 Ravi Jaya wrote:
>> > I like to know how to use Python as testing tool.
>>
>> to test what?
>
> To test Web / Desktop Applications.

For desktop and stand alone applications, you can use python unittest
library. It is apt for automating the functional test cases. You may
write your own test suites with/without using unittest. See Subversion
command line test suites for details. It is completely written in
python. Refer to the README file for more details.
  http://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/

OTOH, to test web applications I'm not sure why you want to stick with
python. There are so many other cool tools like webtest/selenium to
perform automated testing for web applications. Webtest for that
matter can be extended further using groovy scripting language. If i
recollect right, it also got perl and python extensions, please check
out.

-- 
Regards,
Bhuvaneswaran A
www.livecipher.com
GPG: 0x7A13E5B0
_______________________________________________
To unsubscribe, email ilugc-requ...@ae.iitm.ac.in with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to