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...
Where is the "Response Contents" tab when clicked on "Advance" button, we only see "Request Headers" / "Advance settings" / "Variable extractors" / "Recorded request" /...
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...
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...
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 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...
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 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...
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...
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...
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...
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...
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...
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...
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...
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...