Lors de la validation de mon scénario, j'ai un appel qui se répète deux fois, ce qui me pose des problèmes.
Est-ce qu'il y a un moyen pour éviter l'appel double?
Pourriez-vous donner plus de détails concernant cet appel double ? Est-ce une requête dans le script qui est en double ?
Pourriez-vous fournir une copie d'écran ?
Think Time is the time taken by a user to act/click on the next available link. Its basically the delay between 2 user actions. So, ideally this time delay should be added...
You're right think time are set between 2 user actions. But the browser can also issue requests without user click so NeoLoad also adds think time for such pages especially when...
On which OS are you using NeoLoad? Does the issue occur with any browser?
You should check the NeoLoad log files accessible through the menu "Help-->Open logs folder..."...
Unable to connect NeoLoad Web with container load generator. Getting Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: {http...
I can see from your screen shot that you used port 80. Be carefull the port for the rest api is not the port used to connect to the application but by default 8080.
If you have used the default settings then that port should be 8081.
You should display more logs without the tail option. For instance a "sudo docker logs nlweb-frontend >...
Make sure that the URL related to that parameter "FILE_STORAGE_ROUTER_BASE_URL" in your yaml file is correct. Usually issues while uploading a project is related to a wrong URL...
dans un scénario, il faut vérifier une variable (actionName) avant d'afficher le menu, dans mon cas neoload n'arriver pas à vérifier cette variable. sachant que la variable est...
Le souci doit provenir d'un paramètre dans votre requête d'authentification ou celle d'après qui n'est pas correcte. Il faut comparer les requêtes renvoyées lors de la...
dans un scénario, il faut vérifier une variable (actionName) avant d'afficher le menu, dans mon cas neoload n'arriver pas à vérifier cette variable. sachant que la variable est...
Je ne suis pas sûr de comprendre d'où provient l'erreur que vous remontez. Est-ce lors d'un enregistrement ou rejeu d'un parcours utilisateur ?
Que voulez-vous dire par "il...
I have JS Function and i want to execute it in library JS of Neoload, the issue is that the function contains "document.createElement("form")" and "document.body...
You cannot access browser objects so you have to understand what the function is doing and replace this calls in your JS so they do not depend on browser objects.
I am attempting to check a user path but I get the error localhost:7100 unavailable. I have checked firewalls and checked for issues as described in other answers and triede...
When you said that you checked the firewall does it mean that you have one started or not?
Do you have any anti-virus installed on that machine? It might also be an issue...