Blazemeter closed connection to web server

5 views
Skip to first unread message

Soon

unread,
Dec 1, 2025, 3:05:40 AM (2 days ago) Dec 1
to BlazeMeter Forum
Hi,

I have a website built with Next.js. I tried using BlazeMeter Functional Test for my login flow, but it always fails to wait for the server response.

When I click the login button after entering the username and password, I checked the backend logs and saw that the API returns a 499 status code. It seems the functional test does not wait for the server to respond.

I tried adding “pause for” and “wait for” steps, but as soon as the “click login button” step is reached, it still doesn’t wait for the server response.


Kindly need your help.

Thanks

Dmitri T

unread,
Dec 1, 2025, 10:25:04 AM (2 days ago) Dec 1
to BlazeMeter Forum
Functional test uses Taurus Selenium executor under the hood, Selenium is browser automation framework, it doesn't check for the backend response by default. 

You can check out Chrome DevTools Network Features, but you will need to write some custom code for waiting for the backend response. 

More information on Taurus: The Complete Taurus Course
Reply all
Reply to author
Forward
0 new messages