i have a api request the request will go and hit the 3 servers how could oi know that whether i am getting response from all the servers i may get from 2nd server response. It...
The first thing to know is how the load is spread across your 3 backend servers. Is it based on DNS round robin, cookie sessions or IP source addresses?
It's not the client...
Can it monitor a DB that uses a Listener (like an Availability Group Listener - for some info: https://msdn.microsoft.com/en-us/library/hh213417.aspx#AGlisteners)?
And would...
Unable to monitor microsoft database in neoload
"Access denied"
com.neotys.win32.jpdh.PDHAccessDenied: PDH_ACCESS_DENIED
at com.neotys.win32.jpdh.PDH.wrapException(PDH...
I need to verify different responses for API calls. Call is switched between JSON and XML response record. Response should contain value previously collected from DB.
So, in...
Hello Miroslav,
Can't you use two assertions in the whole response on that same request ? The first one based on the documentId, the second based on the ${Document_Checklist...