I'm testing log in/out functionality in my application. On log in, I'm inserting a database entry, as well as for log out.
My test setup with JMeter:
Recording a Test Plan using WorkBench -> Add -> Non - Test Elements -> HTTP(s) Test Script Recorder. [Login/Logout]
Run the Test Plan.
On running the test plan, the user log in entry was inserted into the database, but on log out, the user entry was not deleted from the database.
Can someone suggest what I'm doing wrong?