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 ...
|
|||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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. ![]() |
|
|||
|
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.
__________________
DK |
![]() |
| Thread Tools | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Test Director Help | manisha123 | Testing Tutorials | 2 | 08-02-2007 05:11 AM |
| Common Questions for Testers | kalyansantosh | Software Testing | 1 | 06-23-2007 06:40 AM |
| Tutorial on Silk Test | spriya279 | Testing Tutorials | 2 | 02-15-2007 07:31 PM |
| Comp.software-eng FAQ (Part 0): periodic postings and archives | David Alex Lamb | Tech FAQ | 3 | 04-18-2004 06:15 AM |
| Kerberos FAQ, v2.0 (last modified 8/18/2000) | Ken Hornstein | Tech FAQ | 0 | 04-17-2004 08:28 AM |