Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Userpath is created in Neoload using selenium But NO transactions are present inside.

    Used the updated java code mentioned here ... -> http://answers.neotys.com/questions/1390717-able-record-neoload-transaction-using-selenium ...... userpath was created...
    Harsh S.
    Harsh S.

    Harsh S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Since you fixed the issue on your side could you tell what was wrong so it can benefit all the users? Regarding your extraction question, you do not need to manage cookies...
  • String Concatenation & Base 64 Encoding of Concatenated string

    I want to concatenate 3 string out of 3 ,1 is Fixed Text, 2 & 3rd is extracted values from Response and after Concatenating need to convert in Base64 encode format .
    Pankaj C.
    Pankaj C.

    Pankaj C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You can look at that POST here that contains a project with an example of JS to encode/decode in base64. You can call your variable extractor value using the "context...
  • Oracle Forms not loading when recording with NeoLoad

    Hi, I have a problem recording a Oracle Forms application. When recording in proxy mode, the forms don't load. When recording in tunnel mode, the forms load, but there is...
    Julien S.
    Julien S.

    Julien S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If it's HTTPS make sure that you have loaded the NeoLoad Root certificate in your browser. At least do you get the first HTTP/HTTPS requests recorded before the Forms applet?
  • How to modify all occurrence of the extracted variable?

    From a webpage response, we are extracting all occurrences of the data. example: {id:1,ref:001},{id:2,ref:002},{id:3,ref:003} Now, we have to post the all occurrences but...
    Eric N.
    Eric N.

    Eric N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In the variable extractor panel you have an option called "Value is encoded". If you choose the custom item in the drop down list you can edit a Javascript in order to modify...
  • How can I cast an extracted variable type timestamp to type date?

    From a webpage response, I extracted in a variable, a list of data (type timestamp). Then I have to post a message with this data but in datetime format (AAAA-MM-DDThh:mm:ss)...
    Eric N.
    Eric N.

    Eric N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    This kind of Javascript should convert a timestamp to a date format: var myvalue = context.variableManager.getValue("Extracted");// Extracted is your variable extractor namevar...
  • Is framework needed for MVC Angular JS application in Neoload?

    I am using MVC4 appliation integrated with Angular JS. I have recorded the script but not able to continue further. I want to know whether any special plugins or Framework...
    Pravin J.
    Pravin J.

    Pravin J.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's no particular framework needed to load test Angular JS application. As far as i know the client and the server will exchange JSON data. But i understand your question...
  • How to use multiple IP address?

    I'm using NeoLoad 4.2.3. I do not have Load Generator running on any other box other. The only Load generator I have is the one running the Controller. The server that runs...
    Lue X.
    Lue X.

    Lue X.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you under Runtime section, select your local load generator and open the advanced settings. Do you see your all nine IP addresses? If yes then by selecting all of them it...
  • Can you sort layout of virtual user profiles on Neoload report?

    I have a very weird result layout when I view a Neoload generated test report. In the "Design" view I have my scripts (i.e. Virtual User Profiles) layed out from Script 1...
    Nai S.
    Nai S.

    Nai S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    @Ben do you have screen shots of what you get in your report and please confirm your exact NeoLoad version?
  • Can the SQL Statement action be set to rerun a query?

    I am using SQL to populate a shared queue variable (with JavaScript), but when the variable is exhausted I want to rerun the SQL to fill it up again - but it seems that it will...
    Michael M.
    Michael M.

    Michael M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not able to reproduce that behavior. I feeding a shared queue with a SQL statement from a SQL advanced action. I consume the values and each time the SQL statement is...
  • how to run a test with two populations, with a sequential starting ?

    I want to run a test with two populations, the second population starting after the first iteration of the first population. After this sequential start, it would be necessary...
    Ewen L.
    Ewen L.

    Ewen L.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    You're right the sequential option will not suit your needs. The only option i can see is to delay the start of your second population but that means that you will have to...