
- Forum
- Testing
- Software Testing
- load testing for web application
load testing for web application
This is a discussion on load testing for web application within the Software Testing forums, part of the Testing category; Hi I have a question can u please explain me in detail. How do we do load testing and security ...
-
load testing for web application
Hi
I have a question can u please explain me in detail.
How do we do load testing and security testing for web application like for example if we take online banking.
what is the procedure can u please explain me
Thanks in advance.
-
04-21-2008, 10:45 AM #2
- Join Date
- Dec 2007
- Answers
- 3
Load testing: Testing an application under heavy loads, such as testing of a web site under a range of loads to determine at what point the systems response time degrades or fails.
Security Testing:
Following are some test cases for web security testing:
* Test by pasting internal url directly into browser address bar without login. Internal pages should not open.
* If you are logged in using username and password and browsing internal pages then try changing url options directly. I.e. If you are checking some publisher site statistics with publisher site ID= 123. Try directly changing the url site ID parameter to different site ID which is not related to logged in user. Access should denied for this user to view others stats.
* Try some invalid inputs in input fields like login username, password, input text boxes. Check the system reaction on all invalid inputs.
* Web directories or files should not be accessible directly unless given download option.
* Test the CAPTCHA for automates scripts logins.
* Test if SSL is used for security measures. If used proper message should get displayed when user switch from non-secure http:// pages to secure https:// pages and vice versa.
* All transactions, error messages, security breach attempts should get logged in log files somewhere on web server.
«
QTP Login function
|
test cases
»

Reply With Quote





