Security Testing is a type of software testing in which testing
is performed on an application to check if the security is maintained
in such a way that the valid users are able to access, invalid users
are unable to access and the vital information is protected from
destructive agents like viruses and also protect from hackers.
is performed on an application to check if the security is maintained
in such a way that the valid users are able to access, invalid users
are unable to access and the vital information is protected from
destructive agents like viruses and also protect from hackers.
This type of software testing can be done in many ways with
several objectives in many areas.
Some of them are given below.
Loging in to application:
Security testing is performed on login page to test valid user is able to
access and invalid user is unable to access.
Illegal access of web page:
Here, testing is performed to test the acess of the web page with URL
with out login and see the security is maintained.
Firewall:
Firewall is a means of security usually is established before the servers
where in vital information is stored. Security testing is performed to check if the firewall
is working as per the administrative setting to allow the desire requests
and not to allow the undesired requests. In other words it must have capability
to block destructive agents like viruses for the sake of protection.
Security should be maintained to avoid the following :
Checklist for security testing
A1: Injection
A2: Cross-Site Scripting (XSS)
A3: Broken Authentication and Session Management
A4: Insecure Direct Object References
A5: Cross-Site Request Forgery (CSRF)
A6: Security Misconfiguration
A7: Insecure Cryptographic Storage
A8: Failure to Restrict URL Access
A9: Insufficient Transport Layer Protection
A10: Unvalidated Redirects and Forwards
Security testing is must for Banking & financial domain projects.
This type of testing is optional for all other domains and will be opted by clients.
several objectives in many areas.
Some of them are given below.
Loging in to application:
Security testing is performed on login page to test valid user is able to
access and invalid user is unable to access.
Illegal access of web page:
Here, testing is performed to test the acess of the web page with URL
with out login and see the security is maintained.
Firewall:
Firewall is a means of security usually is established before the servers
where in vital information is stored. Security testing is performed to check if the firewall
is working as per the administrative setting to allow the desire requests
and not to allow the undesired requests. In other words it must have capability
to block destructive agents like viruses for the sake of protection.
Security should be maintained to avoid the following :
Checklist for security testing
A1: Injection
A2: Cross-Site Scripting (XSS)
A3: Broken Authentication and Session Management
A4: Insecure Direct Object References
A5: Cross-Site Request Forgery (CSRF)
A6: Security Misconfiguration
A7: Insecure Cryptographic Storage
A8: Failure to Restrict URL Access
A9: Insufficient Transport Layer Protection
A10: Unvalidated Redirects and Forwards
Security testing is must for Banking & financial domain projects.
This type of testing is optional for all other domains and will be opted by clients.