Prepare for your Next Interview
This is a discussion on Testing PHP – Security Testing within the Testing Issues forums, part of the Software Testing category; Hi, What all aspects are steps one has to take and consider while doing security testing of a PHP application? Regards, RyanJames...
|
|||
|
Testing PHP – Security Testing
Hi,
What all aspects are steps one has to take and consider while doing security testing of a PHP application? Regards, RyanJames |
| Sponsored Links |
|
|||
|
Re: Testing PHP – Security Testing
One of the aspects to take care of is login page security testing namely validation of userid and password has it been done without any loopholes for error or hacking into the system. Some other things like per page security checks and so on can be done based on the application which is taken for testing.
|
|
|||
|
Re: Testing PHP – Security Testing
Hi timmy, PHP will come under the web application, so we have to concentrate more on SQL and Java injection. other than this we have to do penetrate testing for the login page. |
|
|||
|
Re: Testing PHP – Security Testing
well, you have to test first for the javascript functionalities used in your application..
Second thing is url testing..I mean directly putting login url of diffrent accounts..there should be validations on these test points.. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Difference between Usability and Functional Testing | sunny_love | Testing Issues | 12 | 10-08-2007 01:08 AM |