Questions tagged [neoload]

NeoLoad is a Web Testing software solution that will help to ensure the performance of an application under load.

NeoLoad is a Web Testing software solution that will help to ensure the performance of an application under load.

This software was developed by Neotys.

Site URL : NeoLoad by Neotys

61 questions
0
votes
1 answer

If Condition for a Random Variable using JavaScript in Neoload Tool

I previously worked on LoadRunner and I find scripting in Neoload to be a great pain. Also I am not that good in coding with JavaScript. I am just trying to capture a stack variable (name) using Neoload tool. Ex. name_1, name_2, name_3, name_4 So I…
0
votes
1 answer

Have anyone worked on Neoload?

How does variablization and variable extraction works out in Neo-load. How to identify Dynamic Value and parameters. How does regular expressions works
Shivani
  • 1
  • 2
0
votes
3 answers

Creating test in NeoLoad from WSDL with http authentication

I am creating a performancetest in the tool NeoLoad for several webservices. You can insert a soap request in your test. After hitting this option in the menu a window opens in which you have to enter a wsdl(-location) or choose for creating…
Patrick
  • 1
  • 5
0
votes
1 answer

Changing JSON transformation to XML in neoload

Given the following HTTP response : {"id":"1", "name":test"} At the moment, when you check "see JSON requests/responses as xml content" in "Edition > Preferences > Project settings > Modules Manager > JSON" (in order to be able to use xpath instead…
Christophe Blin
  • 1,687
  • 1
  • 22
  • 40
0
votes
2 answers

how to perform Neoload proxy settings?

How to set the proxy for neoload test tool as well as in mobile device then how to establish the connection between the device and the tool
0
votes
1 answer

Does NeoLoad support load testing for RESTful webservices?

I want to use NeoLoad to perform load test on: 1. HTTP traffic 2. REST services From the NeoLoad site I found that it supports HTTP and SOAP. Can anyone confirm me that using NeoLoad I can perform load testing for REST APIs.
Rajib
  • 11
  • 1
  • 3
0
votes
1 answer

I am facing trouble while trying to record browser using NeoLoad

Hi I am new to performance testing. I am trying to record browser application but my phone is not getting connected, so i am not able to record the steps. Could anyone help me out with the issue. I am trying to record in tunnel mode.
Shylaja
  • 1
  • 1
  • 1
0
votes
2 answers

Jmeter's proxy server does not record

New to JMeter. I have downloaded and configured proxy server as the step by step guide from JMeter website. Got right log message such as "protocol 8080 has been created" and "Proxy is up running" etc. But it just did not record localhost:8080 with…
-1
votes
1 answer

converting Neoload script to Jmeter script

Is there a possibility of converting the Neoload script to the Jmeter script? If yes, then how? I have solutions for other performance testing tools to Jmeter, but not for Neoload to Jmeter.
Satish Shihani
  • 469
  • 3
  • 17
-1
votes
1 answer

How to replace the value inside a file that was located in local using javascript?

I have a scenario where after reading the file, it needs the value inside that file to be replaced. We have this script from our JMeter where we based our script from. (Please refer to the code below) def file = new…
Jen
  • 1
  • 2
-1
votes
1 answer

is possible to set a value in neoload variables of type constant string or date from a js script action?

i have a script that contains a token which it s must be refreshed every 10 min , so i add a fork and js to calculate the time spent between start time and end time . So i want to set the value calculated to a variable so that I can make a condition…
-1
votes
1 answer

How to find Vusers using throughout and response time

Recently in an interview I was asked the question, to find Vusers using throughput and response time. Question. Find Vusers for throughput of 1260 bits per second and response time of 2 Milli seconds. The duration of the test we have run to achieve…
Vikram
  • 1
  • 1
-1
votes
1 answer

Javascript Oracle sql with parameter

I am trying to make SQL with variable. var PLid = '02101'; var connection = new Packages.SQLConnection("oracle"); connection.connect("server", port ,"SID", "test", "test"); var result = connection.getResults("select policy_no from policy where…
rweris
  • 9
  • 1
  • 1
-1
votes
1 answer

trying to load QC11.5 using Neoload but recorded response not stored by neoload

I am trying to do a loadtest on QC11.5 application using Neoload, While recording request are being captured but response body not been stored. <> Error please help to resolve this issue
-2
votes
2 answers

Performance testing in neoload

I am new to performance testing and I have a scenario in which there is an interviewer login in into the application and conducting an interview with the client.the candidate has to login at the same time and enter into the same interview session…
Joyce
  • 1
  • 2