RE: Need some help with HTTP responses and Assertions.

2017-09-29 Thread Stuart Kenworthy
] Sent: 29 September 2017 15:25 To: JMeter Users List Subject: RE: Need some help with HTTP responses and Assertions. That's what I was afraid of. Still, although I expected it, it never hurts to ask if there is another way of doing something. Thanks for the input all the same!

RE: Need some help with HTTP responses and Assertions.

2017-09-29 Thread Gratzer, Steve
47 AM To: JMeter Users List Subject: RE: Need some help with HTTP responses and Assertions. OK, this is a bit of an awkward one then. You want to assert the landing page only. If there is a challenge page, don't assert it, work past it to the landing page and assert then. The best way app

RE: Need some help with HTTP responses and Assertions.

2017-09-29 Thread Stuart Kenworthy
tree to see what is actually coming back in both the redirects and they final stop? -Original Message- From: Gratzer, Steve [mailto:steve.grat...@aciworldwide.com.INVALID] Sent: 28 September 2017 22:51 To: JMeter Users List Subject: RE: Need some help with HTTP responses and Assertions. Let

RE: Need some help with HTTP responses and Assertions.

2017-09-29 Thread Gratzer, Steve
ually coming back in both the redirects and they final stop? -Original Message- From: Gratzer, Steve [mailto:steve.grat...@aciworldwide.com.INVALID] Sent: 28 September 2017 22:51 To: JMeter Users List Subject: RE: Need some help with HTTP responses and Assertions. Let me clarify. The redirec

RE: Need some help with HTTP responses and Assertions.

2017-09-29 Thread Stuart Kenworthy
stop? -Original Message- From: Gratzer, Steve [mailto:steve.grat...@aciworldwide.com.INVALID] Sent: 28 September 2017 22:51 To: JMeter Users List Subject: RE: Need some help with HTTP responses and Assertions. Let me clarify. The redirects are not the issue and they need to be followed to

RE: Need some help with HTTP responses and Assertions.

2017-09-28 Thread Gratzer, Steve
: Stuart Kenworthy [mailto:stuart.kenwor...@bjss.com] Sent: Thursday, September 28, 2017 4:11 PM To: JMeter Users List Subject: Re: Need some help with HTTP responses and Assertions. Seeing the same behaviour in postman most likely points to an issue in the request structure or the system under test

Re: Need some help with HTTP responses and Assertions.

2017-09-28 Thread Stuart Kenworthy
Seeing the same behaviour in postman most likely points to an issue in the request structure or the system under test. Are you missing out some headings? Or as I previously commented in another post, could it be and ancillary activity such as dns lookup and timeout causing the issue? Is your bro

Re: Need some help with HTTP responses and Assertions.

2017-09-28 Thread Stuart Kenworthy
On top of that, jmeter will not hold up the redirects due to an assertion. Jmeter will only assert on the final redirect not each redirect in turn. The 20 second delay between redirects is unlikely to be caused by you asking for and assertion. Something else must be in play. On 28 Sep 2017 20:3

Re: Need some help with HTTP responses and Assertions.

2017-09-28 Thread Deepak Shetty
Im not sure I understand your issue exactly but hopefully this will clarify a couple of things. In JMeter , every request/response can be asserted against , but there are a couple of flags that control whether you can do it on JMeter with some implications for your test case. The way I understand