Hello,
Some times when I run the load test or when I do a user path check run , I get the error saying the load generator is not available and can not run the scenario...
This error is a generic error saying that the controller was not able to communicate with the load generator process. Does the error happen after a period of time like around...
My script generates FrameIDs which are the basis of the timestamp
I created a java script that generates a timestamp, my concern is that I have to create a variable and then I...
If you need to create a date variable with millisecond format you can do it with a NeoLoad variable. At the end of the drop down list just select "milliseconds" format.
If you...
Hello,
I use NeoLoad and Selenium integrated to see the page rendering time.
The result shows the external data and it looks really good.
But when two such reports are...
The external data are not part of the data that can be automatically added but you can still create you own dashboard based on those data and make sure that they are added in...
Windows server 2016 has not been tested yet with NeoLoad 6.0.0. It is something that will be validated soon.
Nevertheless i do not see why it should not work. You can safely...
while applying the neoload plugin in Jenkins we are getting the following error
2017/08/30 10:58:50 WARN - neoload.Controller: The preference "[GUI]language" was not found...
From that same machine where NeoLoad is installed are you able to lease your license from the GUI?
Could you check the time difference between your NeoLoad machine and your NTS...
I have neoload installed on my windows 2012 server and I'm trying to run the oracle db monitor configuration locally on that machine. I don't have the oracle instant client...
You do not need any Oracle client installed since NeoLoad uses the Oracle JDBC driver for the connection.
Your issue might be related to how you connect to your Oracle database...
In my environment it's not (easily) possible to install the Neoload Controller alongside Jenkins on the same host.
Is there a way to invoke Neoload on a different machine via...
NeoLoad does not have to be installed on the Jenkins server. Of course you can install it on a remote machine and use that machine as slave in Jenkins. If it's a Linux machine...
In NeoLoad you can execute randomly your transactions by setting a weight for each transaction. If you have 2 transactions and assign a weight of 1 and 4 you will get your 80/20...
Hi Team,
We would like to know whether a tab inside a span tag is enabled or not. If enabled we would need to perform a action based on it.this needs to be evaluated in...
The best is to use a variable extractor to check if that span is enabled or not. Based on the result you can then use an if...then...else condition based on the variable result...