I reserved a cloud session for Load Generator and executed test. After completion of the test, I see the following icon, next to the completion cloud session. Hovering over the...
You can reserve IP addresses in advance of a test to allow your IT team to configure whitelists, needed if the load generators are external and the app being testing is internal...
When posting a picture I get the message:
System.IO.IOException "," message ":" The process can not access the file "C: \\ Windows \\ TEMP \\ image.jpg 'because it is being...
I would assume it's like any other file in windows, if the file is in use, another process can do anything with it. If it was me, I would either have 100s of files, one for...
Hi, I'm trying to provide a custom name for the Page while recording. for this i have added $param.name$ template as primary template. I also created param called name with...
We're pretty new to NL, using 7.3.
We can use JS to create a new random date, and that works, in the format example 12/15/2020.
But when we try to use that as a variable...
I am getting the below error while reaching 39 users in the stress test.
2020/04/27 14:43:08 INFO - neoload.LG_INFO: Starting LoadGenerator Version 6.9.0 ;build=20190307-5...
Have you run out of test data? in a file variable type? see this in your error....
Error during variable modification NL-STOP-TEST
at com.neotys.nl.controller.data.variables...
Hello dear community, when i test my account on Collaboration server i've got this message "org.eclipse.jgit.api.errors.TransportException: https://bitbucket.xxx:443/xxx.git...
Did you resolve it using the web browser on the Neoload machine? maybe bitbucket has flagged the ipaddress of that box as being suspect rather than the account as a whole
Hello dear community, when i test my account on Collaboration server i've got this message "org.eclipse.jgit.api.errors.TransportException: https://bitbucket.xxx:443/xxx.git...
when i checked the requests the cookies are the only difference, now i understood that Neoload is handling cookies by default. so why do i get this errors? and why after many...
I am surprised the cookies are the only difference, most applications require correlation as csrf type tokens and IDs are also normally dynamic and expire. Have you done any...
I am using a variable extractor to get all values and want to pass unique value for every user. Example if my extractor (Date) is pulling 10 different values from the response...
If each VU extracted all 100+ entries, then they could each pick one from the list based on their vuid. Think of an array and user #1 picks the first element, user #2 picks the...
I am using a variable extractor to get all values and want to pass unique value for every user. Example if my extractor (Date) is pulling 10 different values from the response...
The issue here is that it is one single VU that is extracting all the dates, how can he then pass that to other VUs, variables are typically limited in scope to a single VU so...