Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Unable to record login application?

    We are connected to client network using VPN and not able to record the login application but we are able to record Launch part. After providing login credentials page is...
    Pankaj C.
    Pankaj C.

    Pankaj C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Have you tried to record your application using another proxy like Fiddler? The goal is to check if it is working with Fiddler alone. If yes then you could try to perform a...
  • Can I test if an assertion failed?

    I try to test if an assertion succeed or not, and whatever happens, the condition failed. My test is "nl_extracter_param is egal to <NOT FOUND>" Is there any other way to...
    Vincent R.
    Vincent R.

    Vincent R.

    Level
    0
    1 / 100
    point
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you would like to use a variable in your condition you have to use ${nl_extractor_param} syntax so NeoLoad can replace it.  
  • How do I fix 'An exception occured while repairing broken requests' while adding GWT libraries?

    I am trying to record a script on a web site that uses GWT. I was asked to provide specific libraries that contained GWT libraries which I did. However, I got an error...
    Sam M.
    Sam M.

    Sam M.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The issue seems to be related to the JAVA version used to compile your application compared to the JAVA version used in NeoLoad. NeoLoad 5.1 uses JRE 1.7.xx version. It seems...
  • Regular Expression to Extract JSON attribute from Array

    Have a Array - Attachments "Attachments": [ { "Id": 1001522, "Name": "18272" }, { "Id": 1001300, "Name": "17751" } ]...
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There are different ways to achieve that. You can either use a single regexp to extract your Names value or you can chain two variables extractor to first extract your...
  • How to monitor Azure Webapplication?

    Is there a possibility to set up a monitor for an Azure Webapplication, by using Azure Application Insights? Since the Webapplication can scale up depending on the load, there...
    Alex S.
    Alex S.

    Alex S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's no built-in monitor in NeoLoad for Azure Web application. But it seems that Application Insights has an API that allows you to get all the monitoring data. From NeoLoad...
  • Can we split reports of test execution? If Yes ,from where we can do it?

    Can we split reports of test execution?
    Pankaj C.
    Pankaj C.

    Pankaj C.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not sure to understand your query but if you would like to get a report on a subset of your test result, you could filter your test by time duration and then generate a...
  • how to use dynamic values for validation

    Hi , can we use any dynamic value for validation For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
    Divya K.
    Divya K.

    Divya K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Ok so it explains why it does not work. You can't create and use your variable extractor on the same request. The variable does not exist yet when it is evaluated by the...
  • how to use dynamic values for validation

    Hi , can we use any dynamic value for validation For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
    Divya K.
    Divya K.

    Divya K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If your variable name has not been replaced then it means that this variable was unkown when NeoLoad tried to use it. Have you created your variable extractor on a previous...
  • how to use dynamic values for validation

    Hi , can we use any dynamic value for validation For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
    Divya K.
    Divya K.

    Divya K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I can see that you've configured two validations in your response. What was the content of the error when you run your check user or test? Could you copy/paste the content here?
  • how to use dynamic values for validation

    Hi , can we use any dynamic value for validation For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
    Divya K.
    Divya K.

    Divya K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Yes you can use a NeoLoad variable in your validation. The content of that variable will be replaced at runtime if the content is available.