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
3
votes
1 answer

Load performance using Neoload with Ranorex

I'm trying to use NeoLoad for performance with Ranorex and here is my code i have a Ranorex code and Neoload code that calls Ranorex code to be executed. When I run the second code I get this error: No scenario name available. Please set a valid…
Ahmed Sayed
  • 155
  • 1
  • 2
  • 10
2
votes
1 answer

Confirming onclick confirmation dialog with post request

Situation: I am composing an automated test for a web application by using POST requests with parameters. Now i am at a point where the web application pops up a confirmation window and the user needs to press OK in order to proceed. After…
breakit
  • 23
  • 5
2
votes
2 answers

what are the measurements that allow a load-testing professional to evaluate the performance of each request under certain load?

We collect performance metrics like average response time, latency, Hits etc,. when we do load test. How can we evaluate the performance of a request using these metrics?
selenium
  • 55
  • 1
  • 10
2
votes
1 answer

Using NeoLoad to test ZK application

I am trying to use NeoLoad 5.2 to record test scenario for ZK application. Unfortunately, it looks like some operations are not recorded. For example: Login and password of the login form are not shown among requests Population of combo boxes is…
Serge Iroshnikov
  • 749
  • 1
  • 6
  • 17
2
votes
0 answers

NeoLoad Login 500 Error: Adf_Faces-30200

I'm trying to test java web application (jsf) that uses oracle adf-faces. When I record my test, the application is working fine but when I later check the user, then on login.jsf page, just before authentication and home pages, I get 500 Internal…
1
vote
1 answer

Writing an extracted variable in External File in Neoload

I'm using Neoload 8.0.2 and I want to write a variable extracted from response in an external .txt file. For that I am using Neoload's JavaScript Action and I have written the following code snippet: var file = java.io.File("C:\\filename.txt"); var…
1
vote
0 answers

How to change transaction name dynamically using variable/parameter file in Neoload

I want to change the transaction name dynamically. For example, I am running the script for 5 iteration and every iteration I am using different values from the parameter. So for every iteration I want to change the transaction name based on the…
S Singha
  • 41
  • 1
  • 6
1
vote
1 answer

What difference does it make if I add think time to my virtual users as opposed to letting them execute requests in a loop as fast as they can?

I have a requirement to test that a Public Website can serve a defined peak number of 400 page loads per second. From what I read online, when testing web pages performance, virtual users (threads) should be configured to pause and "think" on each…
1
vote
1 answer

Selenium C# integration With Neoload performance testing tool

Could anyone help me to elaborate procedure for integrating selenium C# script with neoload tool.i wanted to integrate selenium C# and Appium C# coding with neoload .So I went though some steps in documentation and unable to run the example code and…
AMIT GUPTA
  • 49
  • 2
1
vote
3 answers

Can I reference an existing variable when defining a new variable in Neoload

I am defining some new variables in NeoLoad as in this screenshot: I will be defining at least 10 variables like this, so the question is if it is possible to reference an existing variable in the host field? Imagine it like ${db_host} but that…
Daldorph
  • 47
  • 2
  • 9
1
vote
0 answers

Ranorex - NeoLoad Integration What is transactionName?

I am following this tutorial. I have installed NeoLoad and have created the user code Send Timing Values as seen in the below screenshot. I am unsure about the argument transactionName. The tutorial says "We recommend using the current page as a…
Ralfuenza
  • 11
  • 1
1
vote
1 answer

Getting error migrating a project from Neoload 5.1 to Neoload 6.4

The project (scripts) was created in Neoload 5.1 Now when we are trying to open the same project with Neoload 6.4, it is asking to migrate the project to Neoload 6.4. After clicking on Yes it is giving Migration error. Below are the error…
1
vote
1 answer

Server Administration specific Configuration in TeamCity gets lost after refresh

I'd like to integrate NeoLoad tests into TeamCity. Therefore I've installed the corresponding NeoLoad Plugin and now I need to add a "NTS Configuration" to provide the mandatory license parameters for running the tests. The NTS Configuration has to…
bianconero
  • 215
  • 1
  • 12
1
vote
1 answer

In jmeter is there any option like "Submit a form from the previous request"?

I just want to know in jmeter we have any feature like Submit a form from the previous sampler response like same as we have in loadrunner and neoload
ram kumar
  • 35
  • 5
1
vote
4 answers

Overloading Load Generators will impact response times of transactions?

I know overloading of load generators will impact execution times and volumes(No.of transactions per hour) but I am not sure whether it will impact response times as well, my hypothesis is it won't impact the response times, if i am wrong please…
1
2 3 4 5