Questions tagged [stress-testing]

Stress testing is a form of testing that is used to determine the stability of a given system or entity. It involves testing beyond normal operational capacity, often to a breaking point, in order to observe the results.

Stress testing is for ensuring fault tolerance capability of the application: it refers to tests that put a greater emphasis on robustness, availability and error handling under a heavy load, rather than on what would be considered correct behavior under normal circumstances.

Sometimes, as the load on the system increases the system throws errors or behaves unexpectedly. The stress test targets exactly this behavior. Determining that the software handles the load gracefully without crashing is the aim of this test. In particular, the goals of such testing may be to ensure the software does not crash in conditions of insufficient computational resources (such as memory or disk space), unusually high concurrency, or denial of service attacks.

772 questions
-2
votes
1 answer

jmeter stress/break point performance test using constant throughput timer

IN JMETER , How can we change the constant throughput timer value Using a ( JavaScript or Bean Shell) function ? Say for example, test duration is 60 mins . constant throughput timer initially set to 4000 samples per min then hold the load for 5…
-2
votes
2 answers

Python script to reboot server N times

I'm trying to stress test several servers that I can ssh into. I'm trying to write a python script that causes a reboot loop for N times. I call os.system('reboot') But, I'm not sure how to have the script continue execution once the server has…
msaldivar
  • 45
  • 2
  • 8
-2
votes
2 answers

Gatling installation and use

I am new to load testing. So please help in learning gatling and Apache Jmeter for stress testing. Please help in installing both on Windows and Linux. How to implement them in my application? Which one is better for stress testing?
Mohit Garg
  • 11
  • 1
-3
votes
1 answer

Forecast the number of requests per second

I know the number of users who will use my web application. Do some special techniques exist to predict the rough number of requests per second?
mtkachenko
  • 5,389
  • 9
  • 38
  • 68
-3
votes
1 answer

What do I do if server crashes while testing?

I want a direction, If my server crashes while testing, then what should I need to do? Please guide me through this.
-4
votes
1 answer

Contact stress of bearing surfaces

This is my first post to this forum. :) I am searching for information on how finite element code (abaqus /ansys) could be used to model the contact stress behaviour between 2 bearing surfaces? The key point is that there is an additional hard…
shoggananna
  • 545
  • 5
  • 9
-7
votes
1 answer

A set of questions on testing and debugging of Java applications

1) Is it possible to track the number of exceptions being thrown by application? Can I write a test that will print me such a number? Uncaught exceptions stops the execution, so its easy, but what about caught exceptions? 2) How do I write a test…
KutaBeach
  • 1,445
  • 21
  • 43
1 2 3
51
52