How do I write a testscript...?

Ask about a PHP problem here.
Post Reply
lakc
Posts: 32
Joined: Fri Oct 21, 2011 6:05 pm

How do I write a testscript...?

Post 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.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

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

Post by jacek »

Not really sure what you mean :? What do you want to test ?
Image
lakc
Posts: 32
Joined: Fri Oct 21, 2011 6:05 pm

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

Post by lakc »

Jacek,

I want to test the php code on html display, web cookie handling, form passing. Simply saying unit testing.
User avatar
jacek
Site Admin
Posts: 3262
Joined: Thu May 05, 2011 1:45 pm
Location: UK
Contact:

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

Post 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
Image
Post Reply