Forum Moderators: coopster

Message Too Old, No Replies

PHP Testing

         

tsiwu

10:32 am on Dec 15, 2008 (gmt 0)

10+ Year Member



Hey Guys
I was wondering whether anyone could help me in the testing of PHP enabled website with a MySQL database. I was wondering what testing techniques can i follow to effectively test my website?!
thanks in advance!

andrewsmd

5:45 pm on Dec 15, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



A good one is inserting sql queries into any kind of input forms you can. Also, if you use firefox you can download the iMacro add on and record what you do. If you open the file it creates, it's pretty obvious how to edit the script. You could then use PHP to randomly generate a whole bunch of text for the iMacro and run it and see what happens. That's how I do it anyways.