1
votes

below are the screenshots of the script

raiseInquiry service

when i run i get error 401 unauthorized response from raise Inquiry service but login service is success but not able to add cookie with the login request even though i had added cookie manager.

and how can I add a file to the parameters(encircled in dark)in jmeter below screen shots screenShotPostman

When i ran the above scenario in postman it worked, and found out that no cookie is associated with the raise inquiry service

1

1 Answers

0
votes

Change the following configuration in jmeter.properties in JMeter /bin folder and try: (remove # to uncomment)

CookieManager.save.cookies=true 
CookieManager.check.cookies=false 

Restart JMeter and run the script again.