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.
RE: how do we test web application manually? how to perform load testing without any tool?
Functionality, GUI ,Security these things you can test manualy writting and executing testcases .Even load testing we can perform manualy but its very time consuming process b'coz in load testing we need to create virtual users , so its always good to go for automation tool. -saritha