I want to display the value for $1$ and $2$
i did in function Javascipt
var myVar1 = context.variableManager.getValue("Sc01_Ext_test_1");
var myVar2 = context...
${myvar_n} is the syntax to get the n occurrence. In your case you would like to get the group 1 or 2. In that case you need to use that syntax: ${myvar_g1} or ${myvar_g2}
Hello
I lost the connection beetween the controller and load Generator when i start an test. yet Icon in zones and load Genarators hosts is Green bullet.
If i launch the...
The green light only means that the load agent is available. But when you start a test it's another process that is started for the load generator.
If it works the second time...
I have a request which will download report data as part of the response. since we are running for various users with various input conditions, i want to write a javascript in...
You can easily extract the response size from the HTTP headers with a variable extractor. But for the response time you can't do it except if your request is under a page which...
NeoLoad is able to decode/encode your GWT requests based on your JAR and RPC files. So if you have a new build of your application you have to record again so the new files can...
I am getting this error "Load generator localhost:7100 unavailable " every time I click on 'check a user path' after recording a scenario.
Hence I am unable to proceed further...
If the "java.exe" process did not show up then either you have a firewall that is blocking it or it is not able to start for settings issue.
Are you using the 64 bits version...
I am getting this error "Load generator localhost:7100 unavailable " every time I click on 'check a user path' after recording a scenario.
Hence I am unable to proceed further...
On your screen shot you get that issue after the post-recording wizard when you search for generic parameters. If you skip that step right after the recording and you try to...
First of all, your Iphone device and NeoLoad machine have to be connected to the same network like a WIFI network.
Then make sure that there's no firewall started on the...
Hi,
My scenario use a website which generate a pdf.
Do you know if when I will run the test with 10 users, I will have 10 new pdf in my website?
Thank you in advance
NeoLoad will execute virtual user against your application like normal users. So yes at the end of your test you should see 10 pdf created.
If it's not the case then your...
In NeoLoad you do not have to select any protocols as they are all enabled by default. Just make a recording of your application and if there's a supported protocol NeoLoad will...
I am not able to get pass the payment page in my application while recording and when i checked logs, seeing below message.
com.neotys.net.proxy.f.g: Exception during the...
Do you know if the certificate in your server is a self-signed certificate?
In other words, when you reach your application from the browser did you have at some point to add...