Posted by Jay Blanchard on 12/19/05 23:03
[snip]
I am trying to develop a testing framework for a bunch of php scripts. These
files expect various kinds of data from the $_POST array. They work fine
when invoked from the browser.
But I am wondering if I can programmatically pass these values so that I can
stress test them in a systematic manner.
[/snip]
You will probably want to use http://www.php.net/curl
[Back to original message]
|