We are connected to client network using VPN and not able to record the login application but we are able to record Launch part. After providing login credentials page is...
Have you tried to record your application using another proxy like Fiddler?
The goal is to check if it is working with Fiddler alone. If yes then you could try to perform a...
I try to test if an assertion succeed or not, and whatever happens, the condition failed.
My test is "nl_extracter_param is egal to <NOT FOUND>"
Is there any other way to...
I am trying to record a script on a web site that uses GWT. I was asked to provide specific libraries that contained GWT libraries which I did. However, I got an error...
The issue seems to be related to the JAVA version used to compile your application compared to the JAVA version used in NeoLoad.
NeoLoad 5.1 uses JRE 1.7.xx version. It seems...
There are different ways to achieve that. You can either use a single regexp to extract your Names value or you can chain two variables extractor to first extract your...
Is there a possibility to set up a monitor for an Azure Webapplication, by using Azure Application Insights? Since the Webapplication can scale up depending on the load, there...
There's no built-in monitor in NeoLoad for Azure Web application. But it seems that Application Insights has an API that allows you to get all the monitoring data.
From NeoLoad...
I'm not sure to understand your query but if you would like to get a report on a subset of your test result, you could filter your test by time duration and then generate a...
Hi ,
can we use any dynamic value for validation
For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
Ok so it explains why it does not work. You can't create and use your variable extractor on the same request. The variable does not exist yet when it is evaluated by the...
Hi ,
can we use any dynamic value for validation
For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
If your variable name has not been replaced then it means that this variable was unkown when NeoLoad tried to use it.
Have you created your variable extractor on a previous...
Hi ,
can we use any dynamic value for validation
For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...
I can see that you've configured two validations in your response. What was the content of the error when you run your check user or test?
Could you copy/paste the content here?
Hi ,
can we use any dynamic value for validation
For eg: in my application thers a caseid and on clicking that caseid i get that ids detail, i want to use the name in that...