Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.408.397 Times

Fasting Before Cholesterol Test software
Filter: All | Freeware | Demo
 

Fasting Before Cholesterol Test

1 2 3 4 5 > 
Added: April 05, 2010 | Visits: 946

Test::Deep Test::Deep is a Perl module for extremely flexible deep comparison. SYNOPSIS use Test::More tests => $Num_Tests; use Test::Deep; cmp_deeply( $actual_horrible_nested_data_structure, $expected_horrible_nested_data_structure, "got the right horrible nested data structure" ); cmp_deeply(...



Platforms: *nix

License: Freeware Size: 30.72 KB Download (103): Test::Deep Download

Added: July 18, 2013 | Visits: 398

python-socialtext This is a client for Socialtext's ReST API. We are currently in the alpha stage for the first release. The API only supports basic operations for a few resources, but it is a good start! Please test thoroughly before use in a production environment. Contents: * Requirements * Installation *...





Platforms: *nix

License: Freeware Size: 61.44 KB Download (40): python-socialtext Download

Added: September 19, 2013 | Visits: 348

unitstorm Storm is a fast, small and powerful object-relational mapper. Try it to use in db-aware applications. Effective unit-testing DB-models needed: * easy access to testing-DB inside testcases * setting up testing-DB before each test (and tear down after) To help this unitstorm provides class...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): unitstorm Download

Added: June 12, 2013 | Visits: 291

Fabtest Fabtest is a set of utilities and base TestCases that aid testing Fabric scripts against VirtualBox VMs. License is MIT. VM is rolled back to initial state before each test so tests can do anything with target system; Fabric commands can be run from Python.


Platforms: *nix

License: Shareware Cost: $0.00 USD Size: 10.24 KB Download (40): Fabtest Download

Added: March 02, 2010 | Visits: 617

Test::CPANpm Test::CPANpm is a Perl module to test a distributions interaction with CPAN before uploading. SYNOPSIS use Test::CPANpm; use Test::More qw(no_plan); cpan_depends_ok( [CGI, Module::Build, Acme::Wabbit], got the right dependancies ); cpan_depends_ok_force_missing(...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (89): Test::CPANpm Download

Released: November 11, 2012  |  Added: November 11, 2012 | Visits: 766

Test Mail Server Tool Test Mail Server Tool is a full featured mail (SMTP) server emulation to test mail sending capabilities of a web or desktop application or to preview messages before they are actually sent. This is a great tool for web programmers or application developers who need mail server for tests but don't...


Platforms: Windows

License: Freeware Size: 378.88 KB Download (76): Test Mail Server Tool Download

Added: May 18, 2010 | Visits: 1.529

Test::Signature Test::Signature is a Perl module to automate SIGNATURE testing. SYNOPSIS # This is actually the t/00signature.t # file from this distribution. use Test::More tests => 1; use Test::Signature; signature_ok(); ABSTRACT Test::Signature verifies that the Module::Signature generated...


Platforms: *nix

License: Freeware Size: 16.38 KB Download (197): Test::Signature Download

Added: March 05, 2010 | Visits: 1.118

Test::Tail::Multi Test::Tail::Multi is a Perl module to execute code, monitor dynamic file contents. SYNOPSIS use Test::Tail::Multi files => [qw(file1 file2)] tests=>2; # Can add files dynamically as well add_file(file3, "decided to add file3 too"); # Execute a command and check against output...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (107): Test::Tail::Multi Download

Added: September 25, 2010 | Visits: 787

Test::MockDBI Test::MockDBI is Perl module mock DBI interface for testing. SYNOPSIS use Test::MockDBI; OR use Test::MockDBI qw( :all ); Test::MockDBI::set_dbi_test_type(42); if (Test::MockDBI::get_dbi_test_type() == 42) { ... $mock_dbi = get_instance Test::MockDBI; $mock_dbi->bad_method(...


Platforms: *nix

License: Freeware Size: 19.46 KB Download (95): Test::MockDBI Download

Added: April 26, 2010 | Visits: 869

Test::LectroTest::Property Test::LectroTest::Property is a Perl module with properties that make testable claims about your software. SYNOPSIS use MyModule; # provides my_function_to_test use Test::LectroTest::Generator qw( :common ); use Test::LectroTest::Property qw( Test ); use Test::LectroTest::TestRunner; my...


Platforms: *nix

License: Freeware Size: 54.27 KB Download (87): Test::LectroTest::Property Download

Added: August 12, 2010 | Visits: 1.010

Test::Pod::Snippets Test::Pod::Snippets is a Perl module to generate tests from pod code snippets. SYNOPSIS use Test::Pod::Snippets; my $tps = Test::Pod::Snippets->new(); $tps->generate_snippets( @pm_and_pod_files ); Fact 1 In a perfect world, a modules full API should be covered by an extensive battery...


Platforms: *nix

License: Freeware Size: 6.14 KB Download (91): Test::Pod::Snippets Download

Added: November 15, 2010 | Visits: 887

Test::Struct Test::Struct is a Perl extension for testing for structural equivelence. SYNOPSIS use Test::Struct; deep_eq($hairy_struct,$expected,Hairy structural test); is($x,$y); # and everything else Test::More has to offer! Test::Struct is used for doing deep structural comparisons of two objects....


Platforms: *nix

License: Freeware Size: 5.12 KB Download (95): Test::Struct Download

Released: January 28, 2013  |  Added: January 28, 2013 | Visits: 591

Tibetian Personality Test Take your time with this test and you will be amazed. I did this last year when this came around and a spiritual wish I made did happen - in fact all year long. Just 4 questions and the answers will surprise you. Be honest and do not cheat by looking up the answers. The mind is like a parachute;...


Platforms: Windows, Mac, Unix, Linux, Palm OS 6.0, Pocket PC

License: Freeware Size: 500 KB Download (545): Tibetian Personality Test Download

Added: July 30, 2013 | Visits: 566

Plugin Test Drive Plugin Test Drive lets you take any plugin for a test drive, see if suits your needs before letting your site visitors experience it.Set options for any plugin to see how it works for you before activating it. * Test plugin functionality in both admin dashboard and the front end site. * Change...


Platforms: PHP

License: Freeware Size: 829.44 KB Download (47): Plugin Test Drive Download

Added: August 17, 2013 | Visits: 404

Test::Verbose Given a list of test scripts, source file names, directories and/or package names, attempts to find and execute the appropriate test scripts. This (via the associated tv command) is useful when developing code or test scripts: just map "tv %" to a key in your editor and press it frequently...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (39): Test::Verbose Download

Added: November 01, 2013 | Visits: 406

Test::Synopsis Test::Synopsis is a Perl test module to find .pm or .pod files under your lib directory and then make sure the example snippet code in your SYNOPSIS section passes the perl compile check. Note that this module only checks the perl syntax (by wrapping the code with sub) and doesn't actually run...


Platforms: *nix

License: Freeware Size: 40.96 KB Download (39): Test::Synopsis Download

Released: August 31, 2016  |  Added: June 24, 2017 | Visits: 626

Test Data Generator TDG TDG 2.0 creates and manages test and mass data in SQL databases. Numerous functionalities are now performed on request automatically to ensure fast results. An entire database can be automatically fully equipped with test data on request. Automated and manually created test data definition can be...


Platforms: Windows 7, Windows, Windows Server

License: Demo Cost: $499.00 USD Size: 107.35 MB Download (55): Test Data Generator TDG Download

Added: January 08, 2006 | Visits: 7.429

Web page test automation toolkit Web page test automation tool. Fully written in Javascript and HTML set of tools, that fully simulate user walking through your pages. Allows you to set form fields, Verify value, position and related html source for specified text, handle alert and confirms, test new browser windows opened from...


Platforms: Windows, Windows CE

License: Freeware Size: 13 KB Download (561): Web page test automation toolkit Download

Released: February 09, 2003  |  Added: January 03, 2006 | Visits: 3.022

Night Before Christmas This Christmas screen saver tells the story of The Night Before Christmas.The registered version plays music from Deck The Halls and We Wish You A Merry Christmas.


Platforms: Windows

License: Shareware Cost: $6.00 USD Size: 636 KB Download (123): Night Before Christmas Download

Released: May 23, 2012  |  Added: June 23, 2012 | Visits: 3.281

Test Constructor Test constructor is a universal program for testing knowledge. The program can be used to perform testing both at home and various educational institutions. The program allows using an unlimited number of topics, questions and answers. Test constructor supports five types of questions, which...


Platforms: Windows

License: Shareware Cost: $29.95 USD Size: 8.45 MB Download (175): Test Constructor Download

1 2 3 4 5 >