Re: automated testing of django apps via browser

2007-06-03 Thread Russell Keith-Magee
On 6/4/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Has anybody experience in selenium and django ? > > During ./manage test there are mechanism to load fixtures, which I tried to > use. During first tests with selenium I need to run ./manage runserver on my > test system. Since the

automated testing of django apps via browser

2007-06-03 Thread dummy
Hi all, I currently working on an company application which needs a lot of automated tests to make sure that changes on code won't break usability for out production environment. I wrote doctests for our models via models.py. I wrote small application tests via TestCases. Until now I have