| Projects on Google Code | Results 1 - 3 of 3 |
Test::More is the most popular library for writing tests in Perl. This is a PHP port that provides the same functionality and a similar interface.
{{{
<?php
// Procedural interface, as traditionally provided
require_once('TestMore.func.php');
plan(1);
is( 1 + 1, 2, "one plus one is two" );...
Test::More is the most popular library for writing tests in Perl.
{{{
use Test::More tests => 1;
is( 1 + 1, 2, "one plus one is two" );
}}}
test-more contains four libraries.
[http://search.cpan.org/perldoc/Test::Tutorial Test::Tutorial] - Let us take you by the hand and walk through wri...
TestMore is an UI automation testing tool, based on Dynamic Language Runtime (DLR), support multiple script languages, example: Python, Ruby, Javascript, Visual Basic 10(VBx).
TestMore features list
* Dynamic language runtime (DLR) based, support DLR based script language: Python/Ruby/Javascrip...