what is performance testing?
Answers were Sorted based on User's Feedback
Answer / vrn
Testing an application performance with respect to
different user loads is called performance testing
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / b g suresh
Performance Testing is the process of cecking the behaviour
of the application with the new environment/new
settings/Configuration.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / parul gupta
Not all software systems have specifications on performance
explicitly. But every system will have implicit performance
requirements. The software should not take infinite time or
infinite resource to execute. "Performance bugs" sometimes
are used to refer to those design problems in software that
cause the system performance to degrade.
Performance has always been a great concern and a driving
force of computer evolution. Performance evaluation of a
software system usually includes: resource usage,
throughput, stimulus-response time and queue lengths
detailing the average or maximum number of tasks waiting to
be serviced by selected resources. Typical resources that
need to be considered include network bandwidth
requirements, CPU cycles, disk space, disk access
operations, and memory usage The goal of performance
testing can be performance bottleneck identification,
performance comparison and evaluation, etc. The typical
method of doing performance testing is using a benchmark --
a program, workload or trace designed to be representative
of the typical system usage.
| Is This Answer Correct ? | 0 Yes | 2 No |
give an example for load testing
Testcases for msword( microsoct office word??
What is Testing Life Cycle?
Difference between HTTP and HTTPS
What do you do in this application?
How i can check sql data base
Can you explain an application boundary?
What certifications are available in testing?
If there there are 100 test cases which need to be executed in one day and out of them 50 are of Critical Severity, 30 are Major and 20 are Minor. What would be your approach?
What is Bug Triage?
Can you explain pair-wise defect fundamental?
What is adhoc testing?when it can be done?