What is performence testing? How I do performence testing?

Showing Answers 1 - 12 of 12 Answers

Shain Banu

  • Jun 29th, 2006
 

The degree to which a system or component accomplishes its designated functions within given constraints regarding processing time and throughput rate. The process of testing to determine the performance and efficiency of a software product.

Performance testing can be carried out Manually as well testing can be automated.

  Was this answer useful?  Yes

Daisy

  • Jun 30th, 2006
 

It's testing how well the product performs when compared to a benchmark. An example could be how fast an application can perform a certain function as compared to the previous release of the same software or to a competitor's product.

  Was this answer useful?  Yes

Guest

  • Jul 5th, 2006
 

Performance testing is nothing but to test the application at what point the the application degrades or for how many users it is supporting, here we can check the load testing and stress testing of the application. The combination of load and stress testing is nothing but performance testing. If the tools are available then we can use LoadRunner for performance testing. We can also do performance testing manually. But it will take more users and resources.

  Was this answer useful?  Yes

Nazeer sha

  • Jul 7th, 2006
 

Is designed to test the runtime performance of software with in the context of integrated system. It include load testing and stress testing and storage testing.

  Was this answer useful?  Yes

Guest

  • Jul 12th, 2006
 

The testing performed to evaluate the response time,throuput and utilization of the system,to execute its required functions in comparision with different versions of the same product(s) or a different competetive product(s) is called performance testing.

  Was this answer useful?  Yes

amarjit kaur

  • Jul 12th, 2006
 

In Performance testing you can check, what is the efficiency of application after how much load . how much load it can take and then how it works after that much load    

  Was this answer useful?  Yes

Naresh

  • Jul 14th, 2006
 

Performance Testing is nohing but applying a load till the application performance gets degrade.

  Was this answer useful?  Yes

subrat kumar dash

  • Jul 21st, 2006
 

Ans :Testing the application with difference loads and different transactions is called performence testing.

  Was this answer useful?  Yes

nagarjunareddyyiza

  • Oct 11th, 2006
 

 

PERFORMENCE TESTING: THE TEST IS CONDUCTED TO EVALUTE COMPLIANEC OF A SYSTEM OR A COMPOUND WITH SPECIFIC PERFORMENCE REQIRMENTS

  Was this answer useful?  Yes

Software performance testing is the run-time performance of a software in its integrated system environment.  Some questions that performance testing answers:

1) Do page load times meet requirements under normal user load and peak capacity?

2) Is data captured in database within a time specified by requirements under normal user load and peak capacity? 

3) Are messages and responses sent and received between targets within time requirements under normal user load and peak capacity?

4) How do dependent services and systems respond under normal user load and peak capacity?

5) In all cases mentioned above, are there any data corruption or misalignment of business processes or logic caused by performance issues?
 

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions