PHPUnit+ZendFramework ::How I can test multu users session in the same time?
- by Yosef
Hi,
How I can create test for testing multi users sessions in the same time?
(PHPUnit+ZendFramework)
basic tests examples that I thinking to do (I am not QA - I soory if i wrong):
users logins in the same time
users buy process - only 1 user can write and the rest only read.
How much session the server can handle in the same time.
etc..
Thanks