Unanswered question

How to identify dynamic parameters to pass

Hi Nouredine thank you so much for your reply for my previous Question
how to identified dynamic parameters in the https applications to passing dynamically, is there any process to identify that can you please suggest me
and
i) while checking the virtual user i am seeing the difference 100% for some requests i think we should not get that much difference how can we fix this issue
ii) i am seeing some errors on some requests that are HTTP/1.1 404 Not Found
can you please see the screen shot

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Answers

You're right usually 100% difference is not good but the best is to use the compare button in order to compare the recorded response with the one from the user validation. Sometimes depending on the response size, 100% difference can be normal. That button is on the user validation panel on the right panel when you select your request.

Regarding the 404 errors it can also be normal. Please compare with recording you may also have a 404 and so in that case the 404 is a normal behavior.

You can configure NeoLoad to ignore the 404 that already occurred during the recording in the NeoLoad preferences-->Project settings-->Runtime parameters.

If it's new error then the path of your request may be dynamic. You should check the URL content to see if there's any Id's. If yes then you may have to correlate them.

 

UPENDAR P.
UPENDAR P.

UPENDAR P.

Level
1
251 / 750
points

Thanks for your valuable solution, i can ignore the 404 errors with project settings now
and how to check the Id's in URL if possible can you please give me any example

Look at the path of the URL that is giving 404 error during replaying. There's maybe a name or a value that is not valid anymore after replaying your script.

You may have to correlate that name or value. Copy the URL path and use the flag feature to search on server responses in the design section.

If you find it then compare the same server response in the user validation in order to find again that value. If you can't find it then it probably means that it's dynamic and you have to correlate it.