In my today's blog, user can find interesting discussion on performance testing and its approaches. Please go through my posting and next time we can share some interesting more stuffs. Enjoy testing:) The goal of performance testing is not finding bugs, but to remove the bottlenecks from the application and improve the efficiency. Before doing a performance testing we basically need to know the following points 1. Expected no of concurrent users or HTTP connections with your application 2. Acceptable response time for your pages For performance tuning basically we have two approach. In Approach1 (white-box), we can do the following, Code Analysis, We can search for poor algorithms or looping which is the reason for inefficiency. Database Analysis, We can use query optimizers and profilers to optimize the database. Hardware & Network, We can use utilities such as top, iostat to monitor hardware resources and ntop, netstat to monitor the network and Sockets. In App...
https://in.linkedin.com/in/manishdhote