What is performance testing and the bottlenecks of it?



What is performance testing and the bottlenecks of it?..

Answer / Shobhit Kumar

Performance testing is a type of software testing that measures system's response time, stability, scalability, and resource usage under a specific workload. It helps in identifying potential bottlenecks and improving the application's overall performance.nnSome common bottlenecks in performance testing include:
1. Inefficient algorithms or queries.
2. Insufficient resources (CPU, memory, network bandwidth).
3. Poorly designed data structures.
4. Lack of caching strategies.
5. Inadequate indexing.
6. Improper use of database connections.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Testing Interview Questions

In data base testing, what are the steps to test data loading?

1 Answers  


How to use sql queries in winrunner/qtp?

1 Answers  


How to test database in manually? Explain with an example?

1 Answers  


Mention different types of joins?

1 Answers  


What is the database trigger?

1 Answers  


What is the syntax to add record to a table?

1 Answers  


What is ddl and what are their commands?

1 Answers  


What is cmmi and describe different levels of cmm?

1 Answers  


How to verify the trigger is fired or not and can you invoke trigger on demand?

1 Answers  


What does the rdbms stand for and what are the major rdbms used by sql?

1 Answers  


How you can write testcases from requirements and do the requirements represents exact functionality of aut (application under test)?

1 Answers  


In database testing, what do we need to check normally?

1 Answers  


Categories