I am testing an application that at a point asks the user to upload a couple of images.
When manually going through the application I see that there is a POST with the images and then a series of GET to check the status of the transaction, all of them except for the last one with the status "PROCESSING", and the last one set to "FINISHED".
My problem is that when I try to record this step I get the POST and only the first GET, then nothing happens and my application never gets the FINISHED answer and I can't continue recording the scenario.
I know that Neoload should recognize this as a polling request but it doesn't. Has this ever hapenned to you and do you know how to fix it?