What is security testing? How to test the web application
using security testing ?
Answer Posted / gowrisankar.m
Security Testing means, One will perform Testing on the
Security Issues of that Application. i.e checking whether it
is properly secured or not. This can be done in 3 ways.
1) Authorization Testing:
---------------------------
It means testing the application by entering different User
Names and Passwords. The application should work only
Authorized persons only.
2)Direct URl Testing:
----------------------
It means by performing Testing on application by copying
the URL's of some secured pages and past it in the Browser,
then it should not work.
3)Firewall Leakage Testing :
-----------------------------
This testing involves that the User Enters in to the
Application as one level of user and try to Access the
application as another Level of User, then the application
should not work for this actions.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What are the two main categories of software testing?
What are bug leakage and bug release?
what is the difference between section & test feature in test case documention?
how to test a store procedure?
hai friends i need a general test cases for check box,drop down button and radio butoon can anybody reply me plz..........thanks in advance
There are some features to improve the performance of a Product. What are those factors?
define risk management system with example ?
What are testing techniques? What is difference between general and specific?
What type of metrics would you use?
What is the Diff between Code Walkthrough & Code Review? What is the diff between walkthrough and inspection? What is meant by GUI Testing?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
what is a horizontal and vertical matrix explain with examples
date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
You must test a trouble report where the problem cannot be reproduced. You tried using various test data files and mutations from the data files the customer sent along with the trouble report. The software does not fail the way it did at the customer's site.
What is the difference between a standalone application, client-server application and web application?