Questions tagged [load-testing]

Load Testing: A type of performance testing conducted to evaluate the behavior of a component or system with increasing load, e.g. numbers of parallel users and/or numbers of transactions, to determine what load can be handled by the component or system.

As per wikipedia:

Load testing is the process of putting demand on a system or device and measuring its response.

Load testing is performed to determine a system’s behavior under both normal and anticipated peak load conditions. It helps to identify the maximum operating capacity of an application as well as any bottlenecks and determine which element is causing degradation.

3347 questions
1
vote
1 answer

load testing with Arquillian? (with maybe another tools)

I'm using Arquillian and I need to do load test, something like running the same test with 50 threads in parallel. I tried with ContiPerf 2 and it didn't work. It is not possible. So, do you recommend me any tool for doing the load test with…
fiso
  • 1,375
  • 1
  • 14
  • 20
1
vote
1 answer

Test concurrent users with different browsing patterns

So using Jmeter today and whilst I know i can load test a website with concurrent users using threads, loops etc I was wondering if it is possible to setup a test where say 50 users access the website and then each of them browse the site in a…
Richlewis
  • 15,070
  • 37
  • 122
  • 283
1
vote
1 answer

Visual Studio 2010 Load Testing: MySQL as results repository

I have some load tests using Microsoft Visual Studio 2010. I've tried to store results in SQL Server Express, but it has DB size limitaion. Is there any way to use different database as results repository, MySQL for example?
Nikolai Golub
  • 3,327
  • 4
  • 31
  • 61
1
vote
1 answer

How to interpret JMeter result while doing Database testing

I have recently started working with jMeter. And I was doing database stress testing for that. I have added the required drivers in the lib folder. And my jMeter is connected to database. And it works fine. But the problem now I am facing is how to…
AKIWEB
  • 19,008
  • 67
  • 180
  • 294
1
vote
4 answers

Load testing framework to test java applications

Is there a load testing framework that I could use where I can supply my own Java class and test the performance of that class. So basically the framework would essentially spawn threads and record when those threads finished running and then…
Salil Surendran
  • 2,245
  • 4
  • 27
  • 42
1
vote
1 answer

Load test Application + WCF service

I want to load test an application having its own WCF service using Visual Studio 2012. I tried creating a web performance test and use it with load test but, web performance is not recording the intermediate request send to service which is very…
1
vote
1 answer

VS Team System 2008 web test - webserver requires domain credentials

I'm writing some load tests against a restricted web server on our local domain. The webserver requires entering network credentials to be able to access sites on the server. How do I automate my network login? Again, this is a server login, not a…
zomf
  • 1,289
  • 1
  • 14
  • 13
1
vote
1 answer

Testing automation tool suited for operation team

I would like to start using an testing framework that does the following: contains an process(the process can be a test) management engine. It is able to start processes(tests) with the help of a scheduler it is distributed, processes can run…
criscros
  • 346
  • 1
  • 7
1
vote
1 answer

VS Load Test Think Time Factor

I can specify a think time for my visual studio 2012 load test. But is it possible, to give the think time a factor like: 40*{{factor}} If factor = 2, my think time is 80s
Mine W
  • 55
  • 4
1
vote
3 answers

Passing multiple values between ThreadGroups - Jmeter

I have ThreadGroup1 which performs login operation where it is getting Credentials from CSV file using CSV Dataset Config and saves username and password in two different variables like: ${__setProperty(USERNAMEGlobal,…
Just_another_developer
  • 5,737
  • 12
  • 50
  • 83
1
vote
1 answer

Jmeter- Access log sampler: Increase load up to 5x from orignal logs

For development purpose I am sole user of my application. So I used my application normally for an hour an take access logs of it via tomcat. Now I am using Jmeter to test against these logs according to this Tutorial. When I define Number of…
Anurag Tripathi
  • 1,208
  • 1
  • 12
  • 31
1
vote
4 answers

Best Load testing tool for asp.net 3.5 IIS6.0 WITH vs 2008 Professional Edition

Hi i would like to know best testing tool for asp.net website which can run with VS 2008 Professional Edition. I would like to do Load Testing Stress Testing Also i would like to calculate Concurrent users count that can access my website. There are…
Hemant Kothiyal
  • 4,092
  • 19
  • 61
  • 80
1
vote
1 answer

Using timers for web load tests in Visual Studio

I need to generate some delays to make a load test more realistic. In Visual Studio I have found 2 methods that delay execution of a transaction in a loadtest: Convert to code or Set "Think Time" to first request in the transaction What would be…
TheBW
  • 1,405
  • 2
  • 11
  • 16
1
vote
1 answer

Ramp-up test report in JMeter

Could you tell me, please, when you perform the ramp-up test in JMeter, which results/metrics do you include in the report? Could you show me, please, what it looks like? What structure of report should I use? Does any free pattern(s) of this report…
Nadezhda T
  • 262
  • 8
  • 24
1
vote
1 answer

VSTS Test Agent & Controller 2012 Compatibility

We are mixing devs with VS2010 and VS2012 because all our projects have not been migrated yet. We already have a complete test rig including a test controller, some test agents and a result repository. From VS 2012, it is impossible to run remote…
Cybermaxs
  • 24,378
  • 8
  • 83
  • 112