Is there a command line option to export the project?
All the NeoLoad project information is stored in one folder. The export project feature will only zip your project folder.So there's no command line option to export the project but you can simply...
View Articlecan I ignore HTTP/1.1 304 Not Modified message???
The first time a user connect to a web site, the browser will download all the HTML resources of the pages like images, javascripts, css etc...The next time if those resources have not changed they...
View ArticleCan some one guide me who to write Java scripts in Neoload Please?
There's different ways to clear user context like cache and cookies in NeoLoad. In the Actions container, you have an option to simulate a new browser on each iteration.When enabled, it will remove all...
View ArticleJs script content is not saved after I close and reopen neoload
Hi,I double-checked that saving a Javascript code works properly with NeoLoad 5.0.2 (Project needs to be saved). You may look at the log file of the Controller to see if everything is normal. "Help /...
View ArticleNeoload and SignalR
If the export or upload is still using HTTP protocol you should see it in NeoLoad. Usually it is done with a POST multi-part request. I do not think that it is done through the WebSocket channel but...
View ArticleLoadAgent getting Error Message...
Yes you can ignore them. These errors do not mean that your LG did not behave properly. If you got 500 errors it means that it's application error and not related to the LG.These errors are not related...
View ArticleNeoload-Perfecto Integration
Good question. The goal of the integration is to get end user experience measurement from real devices while the server is loaded.1. The load itself is generated at protocol level by NeoLoad with a...
View ArticleFile Downloading and Uploading?
NeoLoad can simulate an upload or download use case for any web application even from a mobile application.You should be able to vary the uploaded and downloaded files if necessary. There's also an...
View ArticleHow to manage packet loss in Neoload during Loadtesting?
Hopefully, NeoLoad provides complete Network Emulation including packet loss.On the Population settings, select the Network Emulation setting for a population split ("50% of VUProfile "myUser") and...
View Articleneoload not recording in mac
With NeoLoad 5.0, you need to manually set the proxy of the browser to 'localhost:8090' (see Recorder settings in NeoLoad preferences).Note that NeoLoad 5.1 planned for end of June provides an official...
View Articlecomment obtenir le nom d'un injecteur en javascript ?
Vous pouvez simplement utiliser la méthode suivante : context.currentLG.nameVoici un exemple de Javascript :var myVar = context.currentLG.name; logger.debug("Nom de l'injecteur "+myVar);
View Articlecomment chercher une chaine dans plusieurs VU ?
Vous pouvez utiliser la fonctionnalité "Signaler les requêtes" pour rechercher globalement dans les requêtes/URL's ou réponses du serveur.Vous pouvez y accéder à partir d'un clic droit sur n'importe...
View Articlei want make virtual user login detail real through data binding of real user...
I'm not sure to understand your question. Without NeoLoad how do you connect to your application using different user?If you have a web form then in NeoLoad it's just a matter to use a file Variable...
View ArticleWhat do I have to configure if my display is fuzzy and overlapping using...
When using Windows 8, and having display issues with Neoload, you can do the following to make the display better:Reduce the resolution to 1920x1080 (recommended) or lowerSet compatibility on the...
View ArticleOutput parameter of Script as input request for another script
In order to share values between virtual users during the runtime you can use a Shared queue variable.From your Script A, you can put your correlated value to that shared queue and then have the Script...
View ArticleShowing individual load times of webpage components
NeoLoad computes the statistics for all the components in your script like containers, pages or requests.In the Result section, Values tab you can see the statistics of all your components in a tree...
View ArticleNeoload capturing unwanted server requests while recording https application
When you enter your URL application, NeoLoad will record that URL and all the requests sent by your application to other servers. If you do not want to record them you can add those servers to the...
View ArticleCan Neoload results can be customized
The only way to include data in NeoLoad report is to use the NeoLoad API. For example, you have some advanced Actions that you can use during the test to interact with that API. It will store the data...
View ArticleDifferent values for virtual users in populations?
There's no quick way to modify globally these settings on the population tab. But it's unusual to have so many virtual user profiles under one single population.Do you really want to run so many...
View ArticleWhat needs to be done in neoload to capture the request which throws an error...
Ensure NeoLoad root certificate is installed in "Trusted Root Certification Authorities" (it won't work elsewhere).Get all details here:http://www.neotys.com/documents/doc/neoload/latest/en/htm...
View Article