I am working on a perfromance script to integrate the Selenium scripts with Neoload. I have completed the integration part on the local machine and all is good up to this point...
Hi, I think you've answered your own question, Java is installed as part of the controller/LG software but as you mention above, the LG/LC machines don't have Chrome. Selenium...
I need to compute the current month minus 1. For example if the current month is December (12) then I need to pass the value "11" via the variable. (The server uses month with...
It appears to only show the front page of the report, and not the rest of the report in Word RFT.
The report appears fine in PDF, but not in word.
Also the comparison report...
Yes, I saw this the other day, if you open the doc file in wordpad, you will see it is complete. I can’t explain why word is failing display the full document.
I have a result of a function in a NeoLoad variable inside my Javascript:
context.variableManager.setValue("body", body);
How can I use this variable in a Method: Post...
Recorded https request, and during playback I get the following message.
java.io.IOException: Connection closed during ALPN Negotiation
All certs have been imported in...
Hi Mala, a quick search suggests it's related to HTTP/2, in the check user path dialog, click the Advanced button and disable HTTP/2, run the check user path again and see if...
I have verified that my Viewstate and Eventvalidation parameters are being extracted correctly as variables. I'm running into the issue where my users are being redirected from...
Looking at your screen shot, you are stopping the test once all the data is used so I don't see how you can be reusing the same user details. Are you sure your assumption is...
Hello,
We've an application made with Powerbuilder, it connects to Oracle Database using tnsnames.ora file.
We want to record then simulate transactions : coming from the...
Neoload doesn't provide recording functionality for Databases. If you know the SQL requests, you can use Neoload and the Oracle JDBC driver to make the SQL requests and emulate...
I have a NeoLoad test running from Jenkins. The Jenkins node the test runs on runs as a service and because of that under the system user. As a result NeoLoad cannot use NeoLoad...
I have set up Neoload controller to run a nightly set of tests as part of our continuous integration tasks. However, one step I am having issues with is the closing down of the...