Nouredine A.

  • 96 questions asked
  • 2225 answers
  • 376 best answers (17%)
  • Does Neoload has the capability to call Oracle stored proc?

    I would like to be able to call Oracle stored procedures from NeoLoad. Can this be done? If so, how? Can someone give me some example?
    Sellers S.
    Sellers S.

    Sellers S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's no built-in NeoLoad feature to call Oracle stored procedure. Nevertheless, there's a post on that community web site that provides a JAR file to call simple SQL...
  • HTTP response validation

    Where is the "Response Contents" tab when clicked on "Advance" button, we only see "Request Headers" / "Advance settings" / "Variable extractors" / "Recorded request" /...
    Howe Cheong L.
    Howe Cheong L.

    Howe Cheong L.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    I'm not sure to understand what you are looking for. Why do you think there's a "response contents" tab? There's only the tab you mentionned and the server response is stored in...
  • I need to load test SAP web application and need help

    The recording of my business transactions worked perfectly but when i try to run a user validation i have errors. After some troubleshooting, it turns out that some of the...
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Some of the SAP web parameters are already handled by NeoLoad out of the box. But depending on your SAP Web version and your business transactions, you may need to handle some...
  • I need to handle dynamic parameters from Sharepoint application

    I have successfully recorded my script but i'm at the point where i need to handle lot's of dynamic parameters. I'm pretty sure that someone else had the same needs so is there...
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Sharepoint application can generate lot's of dynamics parameters. Even if some of them are dependent of your business transaction, you could try the one in attachement of this...
  • I need a way to handle dynamics parameters for a Siebel application

    I have recorded a script for a Siebel application but when i replay it i get some errors. These errors seem to be related to dynamic parameters that i did not handle. I'm...
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Nouredine A.
    Nouredine A.

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    The dynamic parameters that need to be handled strongly depends on your Siebel version and your business transactions. You could try the framework parameters in attachement to...
  • Regarding SOAP Protocol

    The question applies to design and runtime. I need to test a web service. I am planning to write a Java code as client ( generated from WSDL) and place the jar file in the...
    Chandrakanth P.
    Chandrakanth P.

    Chandrakanth P.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    Technically speaking, you should be able to make your calls to Web Service and get the response back using JAVA code within a NeoLoad Javascript. But you will be limited as you...
  • Are there different heap space settings for the Init and Action containers?

    I have a script where a request throws a java.lang.OutOfMemoryError when the call is executed in the Action container, but does not if executed from the Init container. Is there...
    Joe N.
    Joe N.

    Joe N.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's no difference in heap size for Init and Actions container. The memory is allocated to the Load generator and not for individual containers.
  • Long time between starting and running a test

    its taking too long to actually run a test from the time i start the test.
    Kevin S.
    Kevin S.

    Kevin S.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    If you have monitoring configured in your project you should try to disable them to see if it's the issue. For example, if you have some SQL monitors that are not available, it...
  • Proxy error in log

    While recording, I migrate to a screen, fill in the data and when I hit the "next" link it does not do anything. I checked the log and I'm getting an error which states "neoload...
    Pradipa T.
    Pradipa T.

    Pradipa T.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    There's an issue raised in 4.2.xx version related to that proxy error. It's some special characters that are not handled anymore due to a regression. That's why it works fine in...
  • Why am I getting Unexpected Error while recording scenario using IE-9 and Neoload 4.2.0?

    Since upgrading to Neoload 4.2 I cannot record scenarios because I get "Unexpected Error" as soon as opening login screen is displayed.
    Jim D.
    Jim D.

    Jim D.

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

    Nouredine A.

    Level
    4
    5000 / 5000
    points
    Team
    It might be due to some changes in NeoLoad 4.2 related to SSL. Could you try the procedure below:   1. Stop NeoLoad 2. Edit <install_dir>\conf\controller.properties 3. Go to...