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
RE: how do we test web application manually? how to perform load testing without any tool?
In web based application we generally go to test the below mentioned things: 1. Usability testing 2. Security testing 3. Functional testing 4. Volume testing 5. Load Testing 6. Browser compatibility testing 7. Validation testing 8. Backend testing