When i rerun the user path, the request and response are not being updated.
The transaction processes successfully but an assertion fails because I am using an extracted value...
The assertion is never done on the recorded response. As a matter of fact you can remove the recorded-response folder in your project and it won't make any difference.
There's...
Finding aura:clientOutOfSync error while testing Salesforce Lightening platform. No solution found on online forums. Need support from Neoload to proceed.
Error message...
Salesforce application uses many dynamic parameters. This error is probably related to some dynamic parameters that are not correlated. You won't find a solution to that issue...
I need to create a POST request and have to pass excel file in its body as a parameter, which needs to be changed with every iteration , please suggest?
Could the issue be with the "Content-Type" field that is empty in your request?
Maybe the server expects a specific content type here but you did not put anything.
You could...
First of all have you checked that post here to understand how you can setup your request/variables to upload a different file each time?
Second your POST request is a...
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...
Hi Team
for my userpath it creates multiple webresource file . whenever i check that userpath with dynamic data resource file passed but when i do load test with same set of...
What kind of errors do you get about those resources when you are running your test?
Does it happen after a specific load? Try to identify if it's related to a specific login...
How can I connect my Neoload client to other controller? Example I am using PC A, I am using the client here, but I want it to connect to Controller B from another machine.
I'm not sure to understand what you mean by connect client to other controller?
Do you mean that you would like to add remote load genertors in your NeoLoad controller?
Could...
I need to create a POST request and have to pass excel file in its body as a parameter, which needs to be changed with every iteration , please suggest?
You can look at this post here where it is explained how to use a POST request with an external source file.
Basically you need to copy your excel file in the custom-resources...
Does Neoload Cloud Console has Africa Zone - Cloud Load generators?
I could see America , Europe and Asia Pacific regions and could not see Africa region
Currently the Neotys Cloud platform does not have any zones in Africa. However there's a possibility from Microsoft Azure provider to add South Africa North (Jhoannesburg) zone...
Is there a way to call a URL in JavaScript only once per load test?
I would not want to call this on each iteration, but once at the beginning of the entire suite. The return...