Do you mean for recording tests with or pretending we are that browser when we send the user-agent header to the server? You can use the custom entry and send any user-agent...
Does Neoload monitoring support PostgreSQL v11.x databases? In the documentation for version 7.2 I found information that versions up to 9.x are supported, does this mean that...
when trying to import my swagger definition for REST service i get the error message: A parsing error occurred.
The logs show:
2020/02/11 10:29:17 ERROR - neoload.Gui...
How do I programmatically add parameters to a POST request
For example i want to make a call with a different number of params
paramA=1¶mB=1
paramA=1& paramB...
Change the post type from Form to Text, then paramaterise the part of the text that has the repeating parameters
${repeatingValues}
....where repeatingValues is...
I'm trying to start a neoload script by using jenkins, but got this error: error occurred during Controller initialization: Response was of unexpected text/html ContentType...
Your project is name has an extra / on the end in the -checkoutproject and the repository path is missing a / at the end. See my example attached. The error talks about you...
I'm trying to start a neoload script by using jenkins, but got this error: error occurred during Controller initialization: Response was of unexpected text/html ContentType...
We are getting the below error when we try to execute the request rest/v2/PersistentConnection.
Persistent connection consists of an HTTP request that we stream server push...
Can't find a decent NeoLoad 7.1 video. Trying to follow this one: https://www.youtube.com/watch?v=F_ZnYc5mOFQ&t=253s I am able to choose init, action and end and enter...
Trying to get going with NeoLoad. Every time I try to record I get this page: https://www.neotys.com/recorder.html?lng=en&port=8090 I've tried setting the proxy setting manually...
Hi, I create a command line action and this action create random number and write into the a.txt file. After that I can catch this random number in a.txt file with variable...