Hi,
I am testing a website which has got a login page (Form
Authentication). I recorded a session by logging in with one user and
browsing some of the pages in the website. When I look at the
generated script it contains the user name which I used while
recording. I want to test the site with different set of users
connected and concurrently trying to access the pages. I know you can
generate users. Is there any way we can use the generated users for
testing the website??
If possible please provide me with a code snippet which I can use.
Also in every method call a new connection object is created? Then how
the cookies are used.
Do I need to set the conncurent number of users in the Properties tab
to simulate concurrent users?
If anyone is having a script file which does this, please share with
me.
Thanks