Used the updated java code mentioned here ... -> http://answers.neotys.com/questions/1390717-able-record-neoload-transaction-using-selenium ...... userpath was created...
Since you fixed the issue on your side could you tell what was wrong so it can benefit all the users?
Regarding your extraction question, you do not need to manage cookies...
I want to concatenate 3 string out of 3 ,1 is Fixed Text, 2 & 3rd is extracted values from Response and after Concatenating need to convert in Base64 encode format .
You can look at that POST here that contains a project with an example of JS to encode/decode in base64.
You can call your variable extractor value using the "context...
Hi,
I have a problem recording a Oracle Forms application.
When recording in proxy mode, the forms don't load.
When recording in tunnel mode, the forms load, but there is...
If it's HTTPS make sure that you have loaded the NeoLoad Root certificate in your browser.
At least do you get the first HTTP/HTTPS requests recorded before the Forms applet?
From a webpage response, we are extracting all occurrences of the data.
example: {id:1,ref:001},{id:2,ref:002},{id:3,ref:003}
Now, we have to post the all occurrences but...
In the variable extractor panel you have an option called "Value is encoded". If you choose the custom item in the drop down list you can edit a Javascript in order to modify...
From a webpage response, I extracted in a variable, a list of data (type timestamp).
Then I have to post a message with this data but in datetime format (AAAA-MM-DDThh:mm:ss)...
This kind of Javascript should convert a timestamp to a date format:
var myvalue = context.variableManager.getValue("Extracted");// Extracted is your variable extractor namevar...
I am using MVC4 appliation integrated with Angular JS. I have recorded the script but not able to continue further.
I want to know whether any special plugins or Framework...
There's no particular framework needed to load test Angular JS application. As far as i know the client and the server will exchange JSON data. But i understand your question...
I'm using NeoLoad 4.2.3. I do not have Load Generator running on any other box other. The only Load generator I have is the one running the Controller. The server that runs...
If you under Runtime section, select your local load generator and open the advanced settings. Do you see your all nine IP addresses?
If yes then by selecting all of them it...
I have a very weird result layout when I view a Neoload generated test report. In the "Design" view I have my scripts (i.e. Virtual User Profiles) layed out from Script 1...
I am using SQL to populate a shared queue variable (with JavaScript), but when the variable is exhausted I want to rerun the SQL to fill it up again - but it seems that it will...
I'm not able to reproduce that behavior. I feeding a shared queue with a SQL statement from a SQL advanced action. I consume the values and each time the SQL statement is...
I want to run a test with two populations, the second population starting after the first iteration of the first population.
After this sequential start, it would be necessary...
You're right the sequential option will not suit your needs. The only option i can see is to delay the start of your second population but that means that you will have to...