My Dynatrace is the onpremise version with HTTPS enabled but the certificate is signed with our own CA which is not by default trusted by browsers. So we added the ROOT...
The error is coming from the NeoLoad JVM which has its own trusted store and it is not using the system one. So you also need to import your ROOT certificate (or your...
I run this line in cmd NeoLoadCmd.exe -noGUI -project "c:\file.yaml" -launch CatalogueStandard -nlweb -nlwebToken mytokennumber -nlwebProxy http://user:pass@proxy -leaseServer...
NeoLoad stores the proxy information in the user profile so if you run your tests from Jenkins with a different user you may not have the same proxy settings compared when you...
Hi Need help.
I have a scenario where after reading the file, it needs the value inside that file to be replaced.
We have this script from our JMeter where we based our...