Page 1 of 1

How do I write a testscript...?

Posted: Fri Feb 03, 2012 7:42 pm
by lakc
Hi,

How do I write a simple testscript and how does this work on my PHP web application????

Is there a way I can do this simply using some kind of software???

Please help, I am quite new to this script testing scenario.

Many thanks,
Lakc.

Re: How do I write a testscript...?

Posted: Sat Feb 04, 2012 12:37 am
by jacek
Not really sure what you mean :? What do you want to test ?

Re: How do I write a testscript...?

Posted: Sat Feb 04, 2012 1:42 am
by lakc
Jacek,

I want to test the php code on html display, web cookie handling, form passing. Simply saying unit testing.

Re: How do I write a testscript...?

Posted: Sun Feb 05, 2012 11:53 pm
by jacek
Well, there are heaps of unit testing frameworks http://en.wikipedia.org/wiki/List_of_un ... eworks#PHP

Maybe try one of those out ? I have never really done this kind of thing so not sot really sure how I can help more than that :s