Scenario : Look at the above image carefully. According to that there
is a web client which loads invoice data from external party. We use web
service to access that external or third party server.
Question 01 : Suppose
you have asked to measure the performance of this whole system then how do you measure?
I am
going to measure the performance of web client using a tool. There are many
performance measure tools available in the market for web applications but most
famous ones are Jmeter, visual studio web performance and load test, LoadComplete by smartbear, The Grinder and Gatling.
Question 02 : Suppose
there is a performance issue how do you identify what cause for the slowness.
There can
be three things cause for low performance. They are,
- Page loading issue.
From above output
we can understand how many time spent to load the content (Content loaded).
- Slowness in retrieving data from application server.
- Slowness of web service.
Comments
Post a Comment