If you find bottleneck what is your next step?
Answer Posted / avilineni
If you find any bottleneck first we need to figure out whether it is related to application , environment or within a testing tool.
1. First step to check the testing tool if load generaters are generating load , no of active users are same as actual load , no errors in the script. If this is fine and no issues observed . Next go to second check
2. Check if the environment is up and running fine with no issues.
3. Next check the servers for any error logs in error logs, system output messages. If no errors are seen further drill down and follow bottom top approach to isolate the issue
4. Check Database for any errors , slow running queries , and system utilization if any suspicious is observed make a note of it.
5. Next check application server using any monitoring tool for heap memory , response times , Garbage collection and CPU. If any transaction response time seems to be high further drill down to method level to check the layer causing slowness
6. raise a issue in ticketing tool and assign to development team with all the analysis and talk to manager from Testing team and provide him the snapshot of it.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the modular approach of scripting?
What is the purpose of an extended log?
what is remote performance monitering?
Which function is used to end a nested transaction?
What are the capabilities exactly you look for while selecting the performance testing tool?
What is the basic credentials should be provided while recording SAP-GUI?
Difference b/w 9.1 and 9.5 Versions in LoadRunner?
How can correlation be performed?
What are the different sections of the script? In what sequence do these sections run?
What are all the types of goals in goal-oriented scenario of load runner?
What is extended log?
Which web protocol recording level generates the web_submit_form function?
What kind of problem can we face regarding hardware, software, network and memory bottleneck during the performance test?
How can you set the number of vusers in loadrunner?
What is the difference between hits/second and requests/second?