I am new to Jmeter. Please help me. I am trying to automate a scenario which will login to application with my username and password and then logout. My web application does not use session id for logins. It just uses username/password/unique cookie every time.
I recorded this script and put in test plan. On executing it, Jmeter creates hundreds of records in DB with same user name and timestamp.
How do I avoid this happening. Please help.