Collections:
HTTP Cookie Manager for Web Testing
How to use the HTTP Cookie Manager to help returning cookies received from the Web server?
✍: FYIcenter.com
For most Web applications, the Web server is expecting you to send back cookies received from the previous HTTP calls.
You can use the HTTP Cookie Manager to help returning cookies received from the Web server automatically as shown in this tutorial.
1. Start JMeter on your computer and open "\fyicenter\Facebook-Login-Test-6.jmx".
2. Right-click on the "Facebook Login Test Plan", and select "Add > Config Element > HTTP Cookie Manager". You see the "HTTP Cookie Manager" settings screen.
3. Set "Clear cookies each iteration" to be checked.
4. Drag and drop the "HTTP Cookie Manager" to move it above the "Login Test Case".
5. Save the test plan as "\fyicenter\Facebook-Login-Test-6.jmx" and run it.
6. View the "POST Login & Password" response data in a Web browser, you see an error on the returning page: "The password you’ve entered is incorrect." This is expected, because the user email address and password provided were wrong.
7. Add an Response Assertion for the "POST Login & Password" sampler with the following settings:
Name: Incorrect Password Apply to: Main sample and sub-samples Field to Test: Text Response Pattern Matching Rules: Contains Patterns to Test: The password you\\u2019ve entered is incorrect.
8. Save the test plan and run it again. This time, "POST Login & Password" will pass the assertion.
The picture below shows you how to use the HTTP Cookie Manager to help Web tests:
⇒ View Result in Table for Entire Test Plan
⇐ POST Request to Send User and Password
2017-11-18, 3662🔥, 0💬
Popular Posts:
Where to find tutorials on Apache JMeter test tool? I want to know how to use Apache JMeter. Here is...
How to set Content-Type to application/json? The server requires the Content-Type to be application/...
How to generate email addresses? To help you to obtain some email addresses for testing purpose, FYI...
Where to find online test tools? FYIcenter.com has prepared a number of online test tools: Data Look...
How to validate and decode MAC (Media Access Control) addresses? In order to help your programming o...