in reply to Enabling CGI Script from Apache's htdocs directory

In your httpd.conf shouldn't that be:

ScriptAlias /cgi-bin/ "/usr/local/apache/htdocs/Test/cgi-bin/

That's where you're putting your CGI script afterall isn't it?