what is security testing? can u please set an example for it?
Answers were Sorted based on User's Feedback
Answer / amit verma
Security Testing used to check the Authorization of the User.
Developed Application should be secure and only
Authorized user can access the application.There should be
the strong password criteria used as per as client requirement.
Regards
Amit Verma
| Is This Answer Correct ? | 4 Yes | 1 No |
Security testing
Some page of the application is access able only to the
authorized persons. As a tester we have to test that
securities are working fine.
For example bank application, Not all user can login in to
the banking website, this how they protect from hackers.
Even bank employee can access only authorized pages not all
the pages of the application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ramprasad.s
Security Testing:
Testing confirms that the System can restrict access to
authorized personal.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kanishk
Security Testing : Attributes of S/W product that bears on
its ability to prevent unauthorized access.Testing to
determine this feautre is called security testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nani
security testing is a testing mainly concentrate on the
the authorized person should be able to access based upon
his access levels
unauthorized person should not not able to access the account.
password should be encrypted
if we r testing the web page then we r testing too
all the broken links should not be open.
session should be expired on with in 2 or 3min.
log in attempt should be limit 3 or 4 times based on
requirement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Who Decide Severity And Priority ?
12 Answers British Telecom BT,
What about manual testing opening in bangalore in September. Not getting a single interview call from last one month.
What is meant by Bucket Testing?
What ia the need of the testing? What is the purpose of the testing? what is the diff between these tw0?
After insert the record in front-end, how will you check the back end by manually? Please explain?
wht is the use of check list?
Explain branch coverage and decision coverage.
negative test cases on banking domain ?
2)The prototype model is chosen on what grounds? A)During information engineering phase when all the requirements are clear and there is no space for any confusion. B)When the requirements are well understood and there is a need for developers to create a fully functional system within a very short time period. C)During information engineering phase when only generalized objectives of the software are defined and it is not possible to define detailed inputs, business rules and output requirements. D)when the focus should be given on the delivery of an operational product with each increment, where each increment is a spiral model.
Give proper Seq. to following testing Types Regression, Retesting, Funtional, Sanity and Performance Testing.? and which phase of STLC comes?
what is traceability matrix ?what is use of that matix ?
How do we use <!DOCTYPE HTML PUBLIC...> in the begining of any HTML page.