Simulating interaction between two users in Jmeter
Posted
by
Victoria
on Stack Overflow
See other posts from Stack Overflow
or by Victoria
Published on 2012-10-01T09:01:54Z
Indexed on
2012/10/01
9:37 UTC
Read the original article
Hit count: 191
I have to register two users and simulate interaction between them (for example, a conversation).
I can do the following: register the first user, then register the second, sign in using first user's data, write message to the second user and sign out. Then sign in using the second user's data, answer to the message and sign out.
Is it possible to implement users' conversation without signing out if the system requires enabled cookies for users?
© Stack Overflow or respective owner