Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • how can we call a variable declared in a javascript library?

    I have a declared variable at the JavaScript library, i want to replace it in a POST variable. how can I call it and use it in a javaScript action and replace it in a POST...
    manal C.
    manal C.

    manal C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You need to store your JS variable into a NeoLoad variable using the "context.variableManager.setValue method. When you drag and drop a new JS action in your script there's a...
  • [Fatal Error] :1:80: The reference to entity "B_Inquiry_Medical" must end with the ';' delimiter.?

    I'm running a scenario from the command prompt (via batch file) in NoGUI mode. The test launches fine, but when finished, gives the error above in the command prompt and neoload...
    Ryan B.
    Ryan B.

    Ryan B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I tried to reproduce your issue with different settings but on my side it always worked. You said that on your side it also worked for other HTTP projects so i guess the issue...
  • How to handle nonce value in neoload?

    I have a request that holds a NONCE value. I couldn't correlated the value since its not found to be in any of the previous responses. Is there a way Neoload could generate a...
    RUDRA GANESH S.
    RUDRA GANESH S.

    RUDRA GANESH S.

    Level
    1
    126 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Looking in the Internet it seems that this once value is only a random string that is then used to sign a call with a key, epoch time etc... So i think that it is fine to...
  • How to handle nonce value in neoload?

    I have a request that holds a NONCE value. I couldn't correlated the value since its not found to be in any of the previous responses. Is there a way Neoload could generate a...
    RUDRA GANESH S.
    RUDRA GANESH S.

    RUDRA GANESH S.

    Level
    1
    126 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Have you confirmed with another recording that this value is different all the time? And does it still not appear in any of the server responses? In your screen shot i can only...
  • How to handle nonce value in neoload?

    I have a request that holds a NONCE value. I couldn't correlated the value since its not found to be in any of the previous responses. Is there a way Neoload could generate a...
    RUDRA GANESH S.
    RUDRA GANESH S.

    RUDRA GANESH S.

    Level
    1
    126 / 750
    points
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Could you provide more information about your request? Is it a SOAP request? Do you have a screen shot of that request where this value is used?
  • how to parameterize the below situation

    i have an interview_id which is dynamically taken from the DB.which is 31 in the SS attached and 2 is the candidate ID.so how do i extract this value in the variable extractor...
    Joyce J.
    Joyce J.

    Joyce J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Without a full response content it's difficult to provide a valid rexgexp. But from a variable extractor in advanced mode if you use such regexp: "cand":"(\d{1})","intrw"...
  • Browser is not starting

    Hello! I use NeoLoad 6.6 (64-bit) on Windows 10 (64-bit). NeoLoad is run with Admin. After 'New Project' is opened I click 'Start Recording' button. I selected all possible...
    Kiryl P.
    Kiryl P.

    Kiryl P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's no error so it looks like the browser has started. You confirm that in the recording panel you have checked the "Start client" box right? Otherwise do you have any...
  • Browser is not starting

    Hello! I use NeoLoad 6.6 (64-bit) on Windows 10 (64-bit). NeoLoad is run with Admin. After 'New Project' is opened I click 'Start Recording' button. I selected all possible...
    Kiryl P.
    Kiryl P.

    Kiryl P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you open the NeoLoad logs folder through the menu "Help-->Open logs folder..." and look at the neoload.log file. Do you see any error related to the starting of your browsers...
  • how to parameterize search of a datatable?

    i have a datatable and need to parameterize the search with a variable.but when i record this value is not shown in the variable section so that i can parametrize.please advice
    Joyce J.
    Joyce J.

    Joyce J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Could you provide a screen shot of what you are trying to do? I'm not sure to understand where you have your issue so a screen shot will clarify things...
  • how to test this scenario in Neoload

    We are new to Neoload and would like to know how and can this scenario be done in Neoload. Our requirement is basically to attend an online interviews. The interviewer will...
    Joyce J.
    Joyce J.

    Joyce J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It's difficult to be 100% sure without more details on the application and the technology involves. But at first glance i would say yes. You will have to record the candidate...