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 not used the TestClient feature, since I 
currently not know how to do it right.

I came across Selenium Browser Framework Tests and thought that I should go in 
this direction further.

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 test system has always changing content, I thought that 
a new command, I would call it ./manage runtestserver, which starts with the 
same plain test_db as during ./manage test and loads fixture dataset for 
selenium tests. Is something possible ?

Maybe during selenium tests it would necessary to load some text fixtures for 
special test start states. Would this be possible ?

Regards,
Dirk
-- 
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kanns mit allen: http://www.gmx.net/de/go/multimessenger

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to