When recording a virtual user scenario we record using a specific version of the JRE required for our application however when trying to validate the virtual user it seems to be...
The use of a specific JRE version is something that matters on the client side. But when you replay a script with NeoLoad even if it uses its own JRE version it should not make...
I am looking to specify exactly what https protocols to use in my scripts for a project. I wish to configure the "https.protocols" item, however I cannot find any documentation...
NeoLoad supports up to TLSv1.2 protocol. It can be configured in the <install_dir>\conf\controller.properties file.
Go to [General] section and modify the "https.protocols" key...
Is it possible to record and execute scripts / test cases on real Android, iOS and Windows devices without any third party tool (e.g. Perfecto, etc)integration?
If it is...
You can record a script with NeoLoad directly from a real device but if you would like to also replay it on a real device then from NeoLoad the only way is to use the Perfecto...
Running a test in the cloud using debug mode I got this errors in my logs:
2014/11/13 08:11:22 ERROR - neoload.bridge: Cannot get connection from HostConfiguration[host...
It seems that NeoLoad was not able to connect to that URL "https://r.turn.com" . Is it a server that you were trying to record?
What were you doing with NeoLoad when you got...
NeoLoad can only record Oracle Forms server when it is configured in Servlet mode i.e HTTP mode. You should check with your Oracle administrator if it's really the case.
Also...
I would like to extract all IP-adresses shown in a webpage, except the first one. It would also help to extract the first one into a seperate variable or all three into an array...
Do you have an example of your page in order to see how these IP addresses appear in your page?
Either you could grab them at once without the first occurrence or you may have...
After recording when I run the application, able to register my project info & new project ID is generated but payment transaction is not able to proceed.and no error is...
When you record an application and especially transactions related to an e-commerce, the script wll contain several ID's that were generated by your appliction specific to your...
I am testing a flex based application. Some calls appear to be broken at the time of recording. I have added the required jars. Now, It is giving Null Pointer Exception...
Flex calls have binary content. NeoLoad convert the binary content to an XML content so the user can modify it.
A broken Flex request in NeoLoad appears with a yellow flag whic...