How can we test the performance of a website without using an automation tool?

Questions by rzilpilwar   answers by rzilpilwar

Showing Answers 1 - 6 of 6 Answers

prasanna

  • May 16th, 2006
 

 we check load testing of that server with multy users

  Was this answer useful?  Yes

zia

  • May 29th, 2006
 

we can check the web site performance manually by checking whether the application is opening according to w3c rules r not ,w3c:world wide web consertium 

  Was this answer useful?  Yes

Web site or Web application/product,when integrated into a system mainly consists of different components like web server,application server,database server and the front end application.To check the performance of the application by multiple users scenario is difficult by testing manually . Because we cannot create/run the users who are more than 10,000 at a time on the application.Controlling this activity is also difficult while attempting to test the performance manually.But performance of the application for the single user can be checked manually. we can test for example as a huge sets of data is loaded by the user to a feature in the front end of the application,here the response of the application can be checked for a single user.Another example like 20 to 30 testers in a room try to open the application/product and enters the application via login window by typing different user names and passwords and try to use the features or click the features from top to bottom with rapid speed,here we can verify the performance of the application for 20 to 30 users who are using the application at that point of time.

skswamy1220

  • Jun 12th, 2006
 

How can we test the performance of a website witho...

  Was this answer useful?  Yes

Vennela

  • Sep 7th, 2006
 

Hi! Performance testing is to test the application at the peak loads to know the application behaviour. This can be done using the server utility programs and the application program. Some servers will provide benchmark utilities using them, we can test the performance. We will write another script that will simulate the multiple requests to application or database and we will get the difference start of the script and end of script, using this we can evaluate the performance of an application.Thanks,Vennela.

  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