Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Comment éviter un appel double?

    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?
    manal C.
    manal C.

    manal C.

    Level
    0
    47 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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 ?
  • How is that Neoload places think time at different pages in a single transaction ?

    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...
    Paras S.
    Paras S.

    Paras S.

    Level
    0
    20 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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...
  • error during proxy starting Java lang error

    unable to start recording as it doesn't load the browser
    Partha S.
    Partha S.

    Partha S.

    Level
    0
    0 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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..."...
  • neoload.agent.Agent: Process is going to shutdown because it fails to connect to Neoload Web

    Unable to connect NeoLoad Web with container load generator. Getting Caused by: java.net.URISyntaxException: Illegal character in scheme name at index 0: {http...
    Moulali N.
    Moulali N.

    Moulali N.

    Level
    0
    20 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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.  
  • Upload a NeoLoad Project Does nothing.

    I have exported the project and it will simply not upload into the NeoLoad Web. It just does nothing. How can I go about troubleshooting this issue?
    Jeff Y.
    Jeff Y.

    Jeff Y.

    Level
    0
    12 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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 >...
  • Upload a NeoLoad Project Does nothing.

    I have exported the project and it will simply not upload into the NeoLoad Web. It just does nothing. How can I go about troubleshooting this issue?
    Jeff Y.
    Jeff Y.

    Jeff Y.

    Level
    0
    12 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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...
  • Comment je peux résoudre le problème de freeMarker?

    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...
    manal C.
    manal C.

    manal C.

    Level
    0
    47 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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...
  • Comment je peux résoudre le problème de freeMarker?

    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...
    manal C.
    manal C.

    manal C.

    Level
    0
    47 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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...
  • How can i execute document.createElement and document.body.apprendClid on JS Library?

    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...
    manal C.
    manal C.

    manal C.

    Level
    0
    47 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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.
  • localhost:7100 unavailable

    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...
    Raj K.
    Raj K.

    Raj K.

    Level
    0
    42 / 100
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    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...