Hi,
I have a question about <scriptStep> with Perl: If I insert the following into
a WebTest script:
<scriptStep description="calculate..." language="perl">
print "Howdee\n";
...
</scriptStep>
I get: "Error invoking script: java.lang.ClassNotFoundException:
org.apache.bsf.engines.perl.PerlEngine". I checked WebTest/lib and found
"ant-apache-bsf-1.7.0.jar", but it doesn't contain "org.apache.bsf" (there is
just "org.apache.tools.ant.util"). I use WebTest R_1747.
Do I have to install anything additionally? And how does it work generally (is
it using my local Perl installation etc.)?
Thanks a lot. Cheers,
Michael