Is it possible to do perfomance testing manually in the web based project?? if so, tell me with an scenario...

Questions by nareshkumar.v   answers by nareshkumar.v

Showing Answers 1 - 7 of 7 Answers

senthil kumar

  • Feb 14th, 2006
 

it is not possible to do manually performance testing in webbased applications , the reason to find out the performance of an entire application we need to give n no of inputs simulataneously for that automated tool is must

  Was this answer useful?  Yes

Imran Razaque

  • Feb 14th, 2006
 

This is not possible. Because for performance testing, a web based project requires # of concurrent users and even after that, u need to record all transaction time, response time, effect of database etcs

  Was this answer useful?  Yes

kalyan

  • Feb 17th, 2006
 

we can do performance testing manually but we cant get exact value....performance testing means time taken for a particular transaction...so we can use stopwatch and calculate the response time.do this for 10-20 times and take the average

  Was this answer useful?  Yes

hariprasad

  • Mar 24th, 2006
 

according to my knowledge , perfomance on  web based application is possible ,but it is risk based, comprehensive. take thousand sytems, stopwatch,calculator. give the order to all users to attempt the system and repeat it 10-15 times .  take avg . it gives approximate result not exatvalu

  Was this answer useful?  Yes

lavaqa

  • Jan 28th, 2008
 

you can do performance testing without any tool, but this wont bring good result. there is so many types of performance tests. Fetching the huge records from the data base, entering the n number of records these 2 can do with out any tool. if u pull down the resources ( like reducing the Processor Speed, Replacing the Low speed RAM ). Before going to do manual performance testing u have to check out at which stage the applicationis going to Hang ( like payments etc.. ) according to that u have to plan .

  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