Hi All,
when i created my userpath i manually provided my windows credentials . now after 45 days my password is changed ... Can anyone guide me how can i update my password in userpath
Hi All,
when i created my userpath i manually provided my windows credentials . now after 45 days my password is changed ... Can anyone guide me how can i update my password in userpath
Please find the attachment on firefox browser. Please let me know the configuration settings.
Hi,
I am getting following error while running the test.
Error Code: NL-RUNTIME-01 Message: Internal error occurred sending the request. See response for more details. Details: org.eclipse.jetty.client.EpochThrowable: java.net.ConnectException: Connection timed out: no further information
I checked the neoload documentation and "NL-RUNTIME-01" is mentioned as a bug there.
So please help me out in this issue.
Thanks,
Abhishek
Hi there, Please clarify if test results can be exported from Neoload Web and if yes how.
Thanks for the support.
Hello,
I have to propose localizations in testing plans.
How can I list all available Cloud players ?
Thank's a lot in advance for your help
Best Regards
Alain
while trying to setup webhook notifications to post updates in MS team channels, we are seeing a 400 error. Our webhook works for notifications outside of neoload web with both small and large messages, inside of neoload, we consistently see a 400 error while testing the notification. Same messages send with no issues in slack.
Any ideas?
When I am running the test I get 'NL-Network-01' error which says too many files open after 2 minutes of test start.
In logs I can see below error-
I tried below seeting but it did not help-
neoload soft nofile 4092
neoload hard nofile 65534
Please suggest.
Not able to record full script in neoload .The report is huge just before opening the report it stops recording. Seems like some Page time out / Memory size issue. Before that everything is recorded.Even it is not throwing any error .Only stops recording at particular point.
We used an external service provider who started to use different software to no avail.
We told him about NeoLoad that we had heard about and he started to set it up and provided us with a deliverable with a test report (in attachment 1)
But after verification it seems that these tests are not really relevant because looking at the log on the server side of this produced its test, we see only errors.
Indeed it seems that his test can not even connect to our server via a WebSocket, as simple as I do with a simple JavaScript script (filled in attachment 2)
We observe the errors on our log server (in attachment 3), using NeoLoad, which we do not get using a simple javascript login script.
Can you tell us how to configure NeoLoad in the bet4fun.nlp script (in attachment 1) so that it works at least with the javascript pendant (in attachment 4) for a simple connection with the parameters:
data = {
connexion_token: $('#user').val(),
token_device: randomHexString(100),
version: 52,
type: 'IOS',
public_key: client_public_key,
user_location: {latitude: 48.85661400000001, longitude: 2.3522219000000177}
};
according to users.csv (provided in attachment 1)
Attachments : https://send.firefox.com/download/fc50441e301e1195/#84ATj...
During the middle of the test execution, I want to pause a particular user for 5 to 10 minutes and resume the same user again. Is there any feature to do that in NeoLoad?
We have created a build to trigger Neoload scenario. I have setup the SLA profile so that if the threshold is not met then the test status is reflected to be failed.
As part CI/CD pipleline integration, I would want to know if the test is passed or failed just looking at the pipleline.
What options do we have
1) Can Jenkins read the Test status - which says pass or failed and then update the status of my test run
2)Email notifications if the test passes or fails ?
3)any other options ?
Goal here is to pass or fail the build based on performance test results.
Thank you
John Moses
I have recorded one script, made all parameters dynamic. Script was working fine for around 1hr but after that I am getting Server Error in Application. Again, I have recorded the script, same error is coming after 1hr. Have attached the screenshot, please have a look and let me know how to resolve this issue.
The following lines in a JS library:
var c_sysDate = Date();
var c_date = c_sysDate.getDate();
are producing the following error log entry:
JS library compilation error detected. Cause: org.mozilla.javascript.EcmaError: TypeError: Cannot find function getDate in object Fri Oct 25 2019 10:32:29 GMT-0400 (EDT).
All the documentation I have found indicates that getDate() is a standard Date library function. How can this be overcome?
When I run below request using postman or other rest tools I get response in json format, but using neoload the response comes in below format not sure what is the format.
Sample Request:
Request:
GET https://<IP>/api/v2/private/security/clusters/fe866... HTTP/1.1
Connection: keep-alive
Accept: application/json, text/plain, */*
Content-Type: application/json
User-Agent: neoload
UM-CSRF-Token: 30087dbd-5153-4b2c-8323-e4a8ce506122
Accept-Encoding: gzip, deflate, br
Accept-Language: en-US,en;q=0.9
Referer: https://<IP> /api/management-server/admin/users/current
Cookie: JSESSIONID=LoEHmRamRGtzDMN4mTNw9WJq1mIrQ9FPINJZjINO.scspr1758580001; UM-CSRF=30087dbd-5153-4b2c-8323-e4a8ce506122
Response:
HTTP/1.1 200 OK
Expires: 0
Cache-Control: no-cache, no-store, must-revalidate
X-XSS-Protection: 1; mode=block
Pragma: no-cache
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; connect-src 'self'; img-src 'self' data:; style-src 'self' 'unsafe-inline'; font-src 'self' data:;
Date: Fri, 25 Oct 2019 22:02:22 GMT
Connection: keep-alive
Strict-Transport-Security: max-age=31536000; includeSubDomains;
X-Content-Type-Options: nosniff
Content-Type: application/json;charset=UTF-8
<ObjectNode>
<__nodeFactory/>
<__children>
<entry>
<string>name</string>
<TextNode>
<__value>mobility-01-02</__value>
</TextNode>
</entry>
<entry>
<string>uuid</string>
<TextNode>
<__value>fe866c40-cab7-11e7-bcd5-00a09865cd13</__value>
</TextNode>
</entry>
<entry>
<string>security_compliant</string>
<BooleanNode/>
</entry>
<entry>
<string>volume_encryption</string>
<ObjectNode>
<__nodeFactory reference="../../../../__nodeFactory"/>
<__children>
<entry>
<string>software_encrypted_volume_count</string>
<IntNode>
<__value>0</__value>
</IntNode>
</entry>
<entry>
<string>hardware_encrypted_volume_count</string>
<IntNode reference="../../entry/IntNode"/>
</entry>
<entry>
<string>sw_hw_encrypted_volume_count</string>
<IntNode reference="../../entry/IntNode"/>
</entry>
<entry>
<string>unencrypted_volume_count</string>
<IntNode>
<__value>735</__value>
</IntNode>
</entry>
</__children>
</ObjectNode>
</entry>
<entry>
<entry>
<string>_links</string>
<ObjectNode>
<__nodeFactory reference="../../../../__nodeFactory"/>
<__children>
<entry>
<string>self</string>
<ObjectNode>
<__nodeFactory reference="../../../../../../../__nodeFactory"/>
<__children>
<entry>
<string>href</string>
<TextNode>
<__value>/api/v2/private/security/clusters/fe866c40-cab7-11e7-bcd5-00a09865cd13</__value>
</TextNode>
</entry>
</__children>
</ObjectNode>
</entry>
</__children>
</ObjectNode>
</entry>
</__children>
</ObjectNode>
When playing back a script NeoLoad is handling the cookie (correctly) but one particular transaction in the application updates the value of the X-AUTH-TOKEN, however this is not being updated in the Cookie that NeoLoad is sending.
Is it possible to remove the X-AUTH-TOKEN value from the Cookie that NeoLoad sends or is it possible to edit the Cookie that NeoLoad sends?
I need to pass authorisation header which is of the type 'AWS signature' in my HTTP request. As part of this authorisation header access key, secret key,aws region and service name are to be passed. Could you please help me how are these details passed in Neoload http request.
I am trying to pull a message from the JMS AMQ, i can pull it, but it doesnt pull down the message base64 byte array payload
AMQ Message:
(image.png)
Data from response:
<Output>
<Status state="OK">Message received from queue pickupQueue.</Status>
<Messages>
<Message JMSCorrelationID="LD-TST_vfisas" JMSDeliveryMode="2" JMSDestination="queue://ESO.S" JMSExpiration="0" JMSMessageID="ID:mule-dev-63257-1:1:5:1:5" JMSPriority="4" JMSRedelivered="false" JMSTimestamp="1572346597917" MULE_CORRELATION_ID="LD-TST_vfisas-200_102" MULE_ENDPOINT="jms://ESO.S" MULE_ROOT_MESSAGE_ID="c08e9e10-fa3a-11e9-80eb-005056b84960" MULE_SESSION="rO0ABXNyACNvcmcubXVsZS5zZXNzaW9uLkRlZmF1bHRNdWxlU2Vzc2lvbi7rdtEW7GGKAwAFWgAFdmFsaWRMAA1mbG93Q29uc3RydWN0dAAmTG9yZy9tdWxlL2FwaS9jb25zdHJ1Y3QvRmxvd0NvbnN0cnVjdDi8qcQB+ABZ0AB1MRC1UU1RfdmZpc2FzLTIwMF8xMDI5MTkwNjU2MHQABnNvYV9pZHNxAH4ADXNxAH4AEHEAfgATdAAQYXBwbGljYXRpb24vamF2YXEAfgAWcQB+ABx4cQB+AAl4cHg=" http_status="200" singularityheader="appId=5*ctrlguid=1570923279*acctguid=0d33881e-2b90-413f*nodeid=200*ts=1572346585713*btid=209*guid=01dc48c7*exitguid=1|5*unresolvedexitid=435*cidfrom=8*etypeorder=JMS*esubtype=JMS*cidto={[UNRESOLVED][435]}*tcop=1:111">
Content not stored by NeoLoad. (Stores only text content)</Message>
</Messages>
</Output>
When click on Start recording wither nothing is happening or only the record tab is opening- browser is not getting open
Has anyone evaluated NeoLoad integration with Splunk? I’m trying to find high level steps for this integration using NeoLoad open API’s. Thank you.
I have a Ios native App im not able to record traffic using proxy mode or tunnel mode