In my API, there is two token generate one is static token and other is dynamic token with timestamp. the dynamic token will be valid and unique for each virtual user instance...
In that case you can use the shared queue feature. The first user will get the token and put the value on a shared queue. Then the other user can get that value from the shared...
In my API, there is two token generate one is static token and other is dynamic token with timestamp. the dynamic token will be valid and unique for each virtual user instance...
So if i understand correctly, the first user will call the API to get the token and the other virtual users should not call the API otherwise they will get a new token? Is it...
I am able to record all other HTTPS website but there is one specific website I'm unable to record. But accessible without neoload
Browser error : This page can’t be...
Have you tried with only https.protocols=SSLv3?
If it still does not work, could you manually create your URL in NeoLoad by creating the server and a page in a virtual user...
In my API, there is two token generate one is static token and other is dynamic token with timestamp. the dynamic token will be valid and unique for each virtual user instance...
Ok so it should easy to achieve that. You just need to use a variable extractor to extract your value and then replace your value by that variable on all your request headers...
I'm following the instructions to set up the Jenkins plugin. But I'm confused, do I need to install Neoload on the Jenkins server? How do I set up the licenses?
Yes exactly. On your Jenkins machine, start NeoLoad in GUI mode and try if the license is working fine with your current user. Then normally if you run your Job using the same...
La réponse que j'ai fourni ne nécessite aucun code. D'ailleurs il n'est pas nécessaire d'être un développeur pour utiliser NeoLoad.
Par contre, il est important de comprendre...
In my API, there is two token generate one is static token and other is dynamic token with timestamp. the dynamic token will be valid and unique for each virtual user instance...
I'm confused about the title of your question which indicates that you would like to share a value accross different virtual user instances and the description of your issue...
I'm following the instructions to set up the Jenkins plugin. But I'm confused, do I need to install Neoload on the Jenkins server? How do I set up the licenses?
A free license can be used on different computer but not at the same time since you do not have to go through the activation process.
That means you could load your Free...
I'm following the instructions to set up the Jenkins plugin. But I'm confused, do I need to install Neoload on the Jenkins server? How do I set up the licenses?
NeoLoad can be installed on any servers. It does not have to be the Jenkins server. But that also means that you need to have your Jenkins slave and NeoLoad installed on the...
I am seeing critical alerts being raised during my test, which according to the threshold are >= 1.0. However when I look at my graph which is with a scale of 1, the only spikes...
When you run a test for a specific duration, NeoLoad will aggregate the data depending on that duration.
So in your case and especially for a long test like that i think that...