Question: how do we test web application manually? how to perform load testing without any tool?
December 12, 2005 01:52:40
#2
Abhishek
Testing ExpertMember Since: November 2005 Total Comments: 3
RE: how do we test web application manually? how to pe...
Testing a web application manually:The procedure is very much similar to what you do in any case of Testing any other application.
Load Testing a web application can be done using Perl scripting. As far as i know you can only get the page load time or the response time etc.. more than that i don't know if we can capture any more data or not.