I can get my Selenium tests running fine for one user/ sequentially on 
Django 1.4 using 
LiveServerTestCase<https://docs.djangoproject.com/en/dev/topics/testing/#django.test.LiveServerTestCase>,
 
but I would like to emulate parallel multi-user testing. I don't think I 
need real load testing, since my apps are mostly moderate/low traffic 
web-sites and internal web-apps, so I would prefer to avoid extra tools 
like JMeter.

I've started out setting up Selenium Grid<http://selenium-grid.seleniumhq.org/> 
but 
am not sure how to keep my tests independent and still run multiple tests 
with multiple users. I assume the test cases should be run for different 
users on the same DB simultaneously - but each test drops and creates a new 
DB, so I don't understand how that is possible.

And I don't want to sign up for a service like 
BrowserMob<http://browsermob.com/>
.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/hNtxu6iloTAJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to