Tagged Questions
1
vote
4answers
309 views
Performance Testing fundamentals
I have some basic questions around understanding fundamentals of Performance testing. I know that under various circumstances we might want to do
- Stress Testing
- Endurance Testing etc.
But my main ...
0
votes
2answers
161 views
How do you load/stress test a java servlet?
I have a servlet, and I want to do more than a unit test. I need to know performance under load and stress test it.
I need to be able to script a variety of transactions that run over specific time ...
0
votes
3answers
383 views
Running response time tests on php code - how much is 7.2E-5 microseconds?
Hi guys I'm using microtime() function of php to tell how long certain snippets of code take to run I do this by taking the time before and after the snippet and subtracting them using microtime ...