What's the difference between System testing and
Performance testing?
Answers were Sorted based on User's Feedback
Answer / aa
System testing is to check the end to end functionality of
the application.
Performance testing is to check the performance of the
application. It includes load , volume, stress testings.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / madhu patchala
performance testing:performance testing test the application performance .performance depends upon the load testing and stress testing.
stree testing:tester test the application customer expectation configuration and more than customer expected load to estimate the peak load is called "stress testing".
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sangamithra
System testing means, test the whole application as like end
user.
Performance testing means, test the application by giving n
number of loads.
| Is This Answer Correct ? | 0 Yes | 0 No |
performane testing means:it is divided into 4 types such as
1.load testing
2.stress testing
3.spike testing
4.endurance testing
1.Load Testing:under customer expected configuration and
expected load
2.Stress Testing:under customer expected configuration and
gradual increment of load
3.Spike Testing:under customer expected configuration and
sudden increment of load
4.Endurance Testing:under customer expected configuration
and customer expected load for long time(no.of days)
| Is This Answer Correct ? | 0 Yes | 0 No |
Wht is the Test Harness, Anybody can explain it in Detail..Thanks in advance...
Can you explain the workbench concept?
When you were testing an application, you found a strange pop up with a “500 internal error” and you thought to log it as a defect. Give description of the defect along with all the details you expect in the defect content
Expain testing proces of your company?
What is the Test Matrics?Process Matrics And Product Matrics?
What are the various techniques in white box testing?
What is TRR ?
What is Memory Leak? How to test "Memory Leak" problem in an application manually?
If we report a bug to the test lead. What is the responsibility of the Test Lead? Why we report a bug to the test lead???
How do you know your code has met specifications when there are no specifications?
What is the initial stage of testing?
boundry value range for the a and b where a/b=c conditions 1. if c <1000 2. if c b/w 1000 and 2000 3. if c > 2000