Hi, I am working on Selenium script and planning to execute this with multiple users using NeoLoad. Could anybody let me know if you have achieved unique user parameterization...
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...
I would look at the javascript variable in Neoload then, it looks like and is treated as a variable but actually it is running some javascript code. This code could access the...
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...
I understand that and yes, you can update the file during the test in the first action but Neoload has already read in teh file content and cached it so subsequent updates wont...
-I'm running the jar file with command line
-Jar update a text file.
-Modify variable,
-Use variable.
But when using the variable,
Takes the previous text. Not...
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...
okay, so you cannot update the content of the file, when the test is ran, the file content is read in at the beginning of the test and held in memory so it is effectively static...
-I'm running the jar file with command line
-Jar update a text file.
-Modify variable,
-Use variable.
But when using the variable,
Takes the previous text. Not...
I started recording in NeoLoad starting with the Login page of our test Portal and then after logging in and drilling down through the portal I logged out.
On reviewing the...
We are using multiple windows services in our project. These services are peeking up the messages from the queue and dump into the database. Can we measure/monitor the...
I assume the services are further down the applications architecture like browser to app server to MQ to database, etc. While Neoload's main function is injecting load via the...
Hi, try this:
var theVU_id = context.currentVU.id;
var theVU_name = context.currentVU.name;
var theVU_pop = context.currentVU.getPopulationName();
var theLG_id = context...