Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • does neoload free edition supports an application which is built on oracle ADF framework ?

    i am doing a poc on an application which is built on oracle ADF framework also client machine must have java 6 to access it.With neoload i am unable to launch the application...
    Nikant U.
    Nikant U.

    Nikant U.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Is it possible to get a screen shot of the error that you get when starting your application? Also, if you connect without NeoLoad with Chrome/Firefox, could you click on the...
  • Weblogic 12 monitoring

    Does Neoload support Weblogic 12c monitoring? If yes, what are the pre requisites and steps which needs to be performed?
    Rajagopal B.
    Rajagopal B.

    Rajagopal B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    No currently you have to create a weblogic11 folder. But it might change later on when the doc will be updated accordingly with NeoLoad.
  • Weblogic 12 monitoring

    Does Neoload support Weblogic 12c monitoring? If yes, what are the pre requisites and steps which needs to be performed?
    Rajagopal B.
    Rajagopal B.

    Rajagopal B.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    NeoLoad does support Weblogic 12c but the documentation has not been updated yet. You can use the Weblogic 11 procedure and it should still work with the 12c version.
  • does neoload free edition supports an application which is built on oracle ADF framework ?

    i am doing a poc on an application which is built on oracle ADF framework also client machine must have java 6 to access it.With neoload i am unable to launch the application...
    Nikant U.
    Nikant U.

    Nikant U.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    ADF framework should not be an issue even with a FREE license. When you start your application do you have a JAVA applet that is started? If yes, do you know if it's HTTP or...
  • Output parameter of Script as input request for another script

    i would like to capture the output of a correlated value from Script A (eg Order # Generated after processing a request) and use it in a different Script (Script B) for...
    Chandra S.
    Chandra S.

    Chandra S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In order to share values between virtual users during the runtime you can use a Shared queue variable. From your Script A, you can put your correlated value to that shared...
  • UUID Code generator?

    Hi Team, I would like to parameter a Random string which is a combination of a digit & character. Can help with the java script UUID Code to be executed in neoload. eg...
    Shivani R.
    Shivani R.

    Shivani R.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    In the NeoLoad variable manager you can use a random UUID variable that should exactly suit your needs. See the NeoLoad documentation here
  • Handling special characters

    we are testing a siebel application where one of the parameters is sent like this: <parameter name="SelectedTimeZone">(GMT-08:00) Pacific Time (US &amp; Canada)</parameter>...
    Sankar S.
    Sankar S.

    Sankar S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    &amp; is the HTML encoded value for & characters. Since it's inside an XML content, NeoLoad needs to HTML encode this type of characters. But i guess when NeoLoad sends the...
  • Neoload google chrome recorder crashes?

    While recording using google chrome browser. The recorder automatically stops recording as soon as google chrome browser is launched
    Pavan kumar A.
    Pavan kumar A.

    Pavan kumar A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    What issue do you have? Is it the recording that stops right after starting it? Could you describe a bit? Thanks
  • How long does neoload wait for the server response?

    Can I put a wait time for x seconds before looking for a response?
    prak K.
    prak K.

    prak K.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not sure to understand your goal. When NeoLoad sends a request to the server, it will wait till a response is received. If after 5 minutes the server did not send any data...
  • Unable to record using NeoLoad with DIFFERENT PORT

    Hi, In our application we have changed the port number in the URL link 80 to 82. While recording, the application is very slow. And we are getting page unresponsive frequently...
    Saravanan A.
    Saravanan A.

    Saravanan A.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Your application should not matter when you record with NeoLoad. The NeoLoad default proxy port is 8090 so make sure that you did not change it. There's probably something else...