How does a Variable Modifier Works? Can I have a clear idea about it ? I couldn't find any clear documentation or a video about it.
How does a Variable Modifier Works?
How to have a better Junit test name
Hello,
I am running the tests from Jenkins using commandline executions
I do use SLA per run and configured the application page with it , so that any deviation to the sla will be captured and displayed in the Junit style xml test report.
Am using -SLAJUnitResults arg and it is producing the result.
What is concerning me is the Test Names/package name etc that are displayed in the report. I attached a screenshot for it.
Is there a better way to rename/configure the test names , so it will be more readable and understandable to any one looking at the Junit report ?
Thanks
Musaffir
Getting "Session Expired due to inactivity"
So doing something very basic which is visiting a page and logging in. The website has a JSESSION ID which i can see is being dynamically managed by Neoload but my problem is whenever my recording hits the login step it fails with a 409 saying that the session expired.
Ive tried to manage the JSESSION ID manually and still seem to get the same error. Can someone suggest what i coudl be doing wrong.
Connecting to RabbitMQ from Neoload
Hello,
I have a scenario where i have to connect to Rabbit MQ and push messages. How do we perform those actions.
We have a setup where we connect to IBM MQ and push messages from Neoload. Do we have similar setup for RabbitMQ as well?
How to do a not case sensitive search without using regex
How can you do a not case sensitive search without having to use regular expressions?
Right now in my test if I do ctrl+f and search for say a URL. I have to put it in perfectly case sensitive and all.
Or I have to put (?i) before my search criteria and check the regular expression box before I do my search. This is the only way I can tell it to not be case sensitive on the search criteria.
Honestly I am not even sure why it defaults to case sensitive on a search. You would think it would default to Not Case Sensitive. There should be a checkbox or something to say case sensitive or not case sensitive.
Finalizing the recording process taking long time
After Stop recording script in Neolaod, Code generation "Finalizing the recording process" taking long much long time
System error 53 when connecting to monitored machine
I am trying to connect to a machine to monitor.
- The firewall is open (port 7200)
- File and printersharing is turned on.
- Remote Registry service is started
I try to connect and all I get is System error 53 Networkpath not found
I can't ping the machine because that it not turned on.
When I run net view on the machine name or ip-adress I get the same thing.
What could be wrong?
Ignore error due to variable extractor without occurrence
Sometimes during variable extraction, we do not have occurrence. We have Neoload Assertion error.
How can we ignore these error ?
And how can proceed to specific transaction if there are no occurrence ?
How to do Selenium integration with C# Visual Studio using -Dnl.selenium.proxy.mode=Design
We have Selenium scripts in C# that use Visual Studio. I am trying to integrate the selenium scripts with NeoLoad in the Design mode.
Can someone give me an example of how to set the -Dnl.selenium.proxy.mode=Design in C#/Visual Studio?
I have my webdriver and everything setup. I just do not know how to tell Selenium to run the NeoLoad web driver in Design mode. It looks like I just really need an example where to tell it to change the proxy and how to pass that into my web driver.
All the help files says this. But it does not help at all.
To set the mode
Use the nl.selenium.proxy.mode property.
The property needs to be passed as a VM option or a program argument.
Examples: -Dnl.selenium.proxy.mode=Design
I do not understand how to pass it into the C# script.
Error in agent.log ipfw command is not enabled what to do?
Hello the Agent is not running,
in the log file it says
2018/03/06 09:42:16 INFO - neoload.agent.Agent: WAN Emulation is disabled: java.io.IOException: ipfw command is not enabled, ipfw_mod driver/module not loaded into the system: [ipfw: socket: No error
Agent properties:
[Network]
multicast.address=228.13.14.15
multicast.address6=ff08::13:14:15
multicast.port=1359
agent.server.port=7100
connection.ssl=negotiate
ipfw.dir=tools/ipfw/win64_wlh
socket.network.buffer.size=32768
agent.client.call.timeout=120000
[Polling]
polling.controller.addresses=
polling.controller.port=4569
polling.delay=10000
[LoadGenerator]
lg.home=.
lg.launcher=./jre/bin/java
lg.launcher.vm.parameters=-server -XX:MaxRAMFraction=2 -Xss228k -Xbootclasspath/p:lib/alpn-boot.jar
lg.start.delay=20000
[Logs]
collected.lg.logs.size.max=10485760
Is there any way to check how long a test will run for?
I'm developing a Java application where I'd like to find out how long a test will run for, and if possible, the end date of the scenario that is currently being executed.
Is there any way to get this information, through the JavaScript API or the Runtime API? I was not able to find this in the documentation.
Is there an equivalence to web_reg_find (LR) to check the content of the page ?
In Load Runner i can use for example:
web_reg_find("Search=Body",
"Text=Welcome to the website",
LAST);
That way, i'm sure the vuser in on the right page.
How can i do that with neoload ?
CI Integration : Results : Error Analysis : How to make it better
Hello,
I am running my NeoLoad performance tests with Jenkins CI using windows batch commands passing all diff args etc
At the end of the test , it produces the html report . fine .
When it is run with command line commands, the test report it produces will only be with the Summary page (which is shown in attachment 'Report ' )
When there are errors during my test, ( they could be either assertion errors or any server timeout, or internal server error or anything),
the above summary isn't actually helping me to know where exactly the error happened or what is the nature of the error etc.
The 'Errors' section (attached 'Error section') gives the count of errors
The 'Pages' section gives the count of error happened against any page, but no details on what is type of error to debug or analyze better
The 'Hot spots' section gives again top 5 error with page and parent...but not on the nature of error.
The nature of error can be seen only if the same result is loaded in to the NeoLoad controller GUI where we have the 'Errors' tab in Result section which gives some more details for analysis. plus NeoLoad web gives these in Events tab...
Am looking for a way to see the same details in the report which i generated with the command line , so it will help me for analyzing the results better from one place, and opening result in GUI controller may not be feasible for everyone as its installed only in a slave configured to jenkins.
... any better approach/options here?
Thanks,
i want to know the runtime response of all the iterations that happened during my load test. How can i view it ?
I am running a load test(total 10 users) of 10 iterations & each user performing one iteration . Some of the tests are failing. I want to check the response of each iterations of load test result. For eg: i want to know what values did the first user pick from the excel datasource... and so on.. how can i check ?
On my WebPage I have an alert. NeoLoad is not seeing this alert how do I get it to click on this?
I am using FireFox as the Browser
How to iterate over a server for web services call ?
Hello,
I succeded to make my first soap/ws call with neoload, however, I would like to know if it is possible to iterate over multiple servers.
For exemple, iterate over multiple weblogic instances:
I have 4 weblogic instances (on two different server) and the main goal here is:
1st itération : 1st weblogic instance
2nd itération: 2nd weblogic instance
3rd itération : 3rd weblogic instance
4th itération : 4th weblogic instance
5th itération : 1st weblogic instance
6th itération : 2nd weblogic instance
and so one
Thanks in advance.
Load List /Array of values into variable from MS SQL
I'm trying to load a variable with the list of results of a SQL query. I can access the first first value in the results but how do I get at the next one or a random value
[Variablename].[ColumnName] gives the first value
[Variablename]_[Columnname]_rand doesn't work
[Variablename]_[Columnname]_n doesn't work ??
How to extract NULL value to the variable from response
I have a need to extract all values even if it is NULL. It looks that NeoLoad ignores the values with NULL. Is there a way to extract NULLs as well?
Can we translate LoadRunner Scripts Truclient and HTTP Protocol to Neoload format?
I have a LoadRunner Script that I want to convert to NeoLoad scripts. Is it possible to do this?
Do you have a manual that I can read so I can learn how to use your software?
Where can I get a manual to read. I want to do a self study on how to use this software. Do you also have sample exercises? Knowledge library? Virtual tutorials? Or just a pdf book that I can learn so I will be more informed and learn how to create and run scripts in this software?