I am trying to create a performance script. where I need to run certain queries against the sql server and check the Response time. Need help on how to create and connect a test...
in result, there is not the request/reply for all the error.
(a message tells to see first occurence of error above ).
Is there a way to keep all the request/reply in the...
By default, the number of errors and the number of content stored for the same error is limited.
The goal is to not overload the NeoLoad controller in case of thousand of...
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...
You should check the NeoLoad log files in order to find the root cause of your recording issue.
It might be a polling mechanism that is not supported by NeoLoad. Check the...
I am trying to create multiple actions to handle my project, but not able to find solution to create multiple actions.
I have to create like this
If(Action1 !=0)
{...
You can't use such Actions in your NeoLoad script. You can still use If then else condition but based on a result or a server response. What is your use case with (Action1...
Is there any setting I missed , I could see Preferences -> general settings --> statistics and percentile 90 is selected..however the data is not getting displayed in Neoload...
This data are only available for transactions and not at pages/requests or container level. I can't tell from your screen shot but i guess it's one of them.
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...
NeoLoad can't always recognize this as polling request. It depends on the technology used by your application.
Anyway, worst scenario should be it does not recognize it and you...
We have a different machine in different location. Now we want to execute a test on that machine. We have already installed NeoLoad on that machine but we havent load the...
Yes it's possible to switch the license on a different machine. Remove the license from your current computer (click the transfer button but without following the full procedure...
I recorded some Transactions in My Application
INT:
Actions:
- A Transaction
- B Transaction
.......
END:
Now i am trying to re run the recorded script after...
Your script is not working at all. We can see 100% errors. That means none of your transactions have been executed except the End container.
You should run a check virtual user...