Monday, September 10, 2012

Security Testing

What is Security testing and what are the main things to test in Security Testing?

Answer:
Whenever we develop any web applications security testing should be on top priority basically for Finance domain and banking applications. Commonly in security testing below terms uses most of the times.

 - Password cracking
 - Vulnerability
 - URL manipulation
 - SQL injection
 - Cross Site Scripting
 - Spoofing

Below are few things needed to concentrate while doing security testing:

 - Authentication, Authorisation, Validations and Password protection.
 - Direct URL’s should not work after logging to the application.
 - HTTP and HTTPS validations.
 - Protocols and IP config validations.
 - Memory leaks.
 - Configuration of the application in servers.


Links:

Previous: What are the different types or approaches of Integration Testing..?

See: Blog Index.

No comments:

Post a Comment