org.springframework.validation.BindException: org.springframework.validation.BeanPropertyBindingResult: 2 errors Field error in object 'userDTO' on field 'ageGroupId': rejected...
From the error message the server expects for your field a number in a Java long format but it seems that in your request you sent a string instead with "AFGHANISTAN" as value...
At NeoLoad 6.4
Edit -> Preferences -> [General settings] -> Collaboration.
If you select "Use Thrid Party Server" and switch "Protocol:" to "git/ssh/ you arent able to...
In that panel you only indicate your server settings. It's when you will share or clone a project that you will be able to specify your project repository from Gitlab.
The Linux machine where i would like to install NeoLoad Web does not have Internet access. But i have another Linux machine that does have it. Is there a way to use NeoLoad Web...
The installation and the use of NeoLoad Web only requires Internet access when the Docker images are not available on the machine where you start NeoLoad Web. That means that...
I have a repository with multiple projects within. Is it possible to delete a particular project inside the repository. In NTS, there is an option to delete the repository, but...
There's no option to remove projects inside a repository. But you can use a third SVN client to do so. For example you can use Tortoise SVN but only that particular version: 1.7...
What is the implication of changing it to ''Use a manual definition". Why does tool provide 2 options as handle redirection automatically or manual in advanced options...
You do not have to change the default settings of your script. If you request was configured to follow the redirect of a previous response and it fails during your load testing...
If you are sure that the client application is communicating using HTTP protocol with the server then you can use tunnel mode recording in NeoLoad.
Also if it's a .NET...
Using variable extractor feature i have extracted the email id from a json and created a variable using a name 'Username' as mentioned in the screenshot.
How do i now pass...
I'm not sure to understand your question. Do you want to pass multiple email's at the same time or a different one each time the POST request is executed?
If you extracted your...
I'm able to pull neoload docker image using "docker pull neotys/neoload-loadgenerator "
Unable to run the docker image as advised in this url https://hub.docker...
I do not see anything wrong. First of all before starting that command could you make sure that port 7100 is not in used in your machine. Then start that command and check if...
I was recording a scenario on Firefox(https). And I get the error SSL_ERROR_RX_RECORD_TOO_LONG. I have already tried every possible solutions related to that kind question. I am...
To troubleshoot that issue the best is to manually create your request in NeoLoad and run a check virtual user. Make sure to disable HTTP/2 in the Advanced settings of the check...
When sending an XML with a header "application/somethingelse" the sent XML goes without the "<?xml-stylesheet type="text/xsl" href="Sheet.xsl"?>" part. How can I avoid it from...