Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Info about Test::Harness

by Kashratul (Acolyte)
on Mar 27, 2008 at 09:27 UTC ( [id://676666]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Test::Harness (runtests, execute_tests) ;
    @test_files = qw (gmail_selenium.pl);
    execute_tests(tests => \@test_files);
    
  2. or download this
    use Test::Harness (runtests, execute_tests) ;
    @test_files = qw (gmail_selenium.pl);
    $total = execute_tests(tests => \@test_files);
    print $total->{max};
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://676666]
Approved by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 12:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found