Re: Black Box Testing Framework for Django

2008-07-10 Thread bob84123
I've been successfully using selenium with django for some time now; have a look at http://cms.studstudy.com/Testing_web_applications_with_Selenium__Python_and_Django/ (disclaimer: I wrote this. Also, one thing I haven't got around to mentioning is that the way I connect selenium and django

Re: Black Box Testing Framework for Django

2008-07-09 Thread Rob Hudson
I've seen articles using Twill: http://twill.idyll.org/ And Selenium for Javascript testing: http://selenium.openqa.org/ I'm pretty sure Twill would meet your definition of "Black Box Testing" since it has no knowledge of the internals of the Django app you are testing. -Rob On Jul 8, 10:55 pm