Posted by Dikkie Dik on 07/12/07 14:41
> I have written a bunch of functions and I want to pass them thru a test
> engine to ensure that I haven't broken anything while working on
> something.
Other posters already pointed you to some unit test frameworks.
> I like the idea of http://qa.php.net/ but I would need to make changes
> to my environment and I am not too wild about doing that.
> But I would like the same kind of functionality.
>
> Going a step further I would like to test the flow of the website to
> ensure that all my functions are producing the expected output.
Try Selenium ( http://www.openqa.org/selenium/ ). This is to test entire
sites by mocking user interaction.
Best regards
Navigation:
[Reply to this message]
|