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 49.593.942 Times

Test Script Samples software
Filter: All | Freeware | Demo
 

Test Script Samples

< 1 2 3 4 5 > 
Added: July 17, 2013 | Visits: 393

ToSavedWorkspace TOSAVEDWORKSPACE Saves the workspace to a structureThis trivial function saves all of the workspace variables to a structure. The intent of this script is to record the workspace variables before performing an operation on them, so as to keep them available after the operation for comparison....



Platforms: Matlab

License: Freeware Size: 10 KB Download (40): ToSavedWorkspace Download

Added: June 14, 2013 | Visits: 396

Reuleaux triangle and friends A Reuleaux triangle is a shape of constant width based on an equilateral triangle. Its not actually a triangle, but it has some interesting properties. Formost, constant width means that in principle it would make just as good a cross-section for a roller as a circle (though not for a...





Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (40): Reuleaux triangle and friends Download

Added: August 03, 2013 | Visits: 259

Teaching Numerical Gradients and Hessians This submission is a set of m-files to demonstrate how to take a simple numerical derivative and Hessian of an arbitrary function. Each step in the code is documented. There is a test script included which computes the numerical Hessian of a test function and compares it to a...


Platforms: Matlab

License: Shareware Cost: $0.00 USD Size: 10 KB Download (43): Teaching Numerical Gradients and Hessians Download

Added: June 30, 2013 | Visits: 581

Mongwell Easy Quiz Maker Mongwell Easy Quiz Maker, personality quizzes abound on the internet. Mongwell Easy Quiz Maker is a powerful PHP test script. They're fun ways to learn a little bit more about yourself. You can start your own Personality Quiz website! Or perhaps you have a fansite for a television show, you can...


Platforms: PHP

License: Freeware Size: 10 KB Download (51): Mongwell Easy Quiz Maker Download

Added: April 02, 2013 | Visits: 437

Dodo's quiz Dodo's quiz allows you to make as many quizzes as you want without going thru the code each time. All you have to do is to fill out your question, some optional variables and your results for it to work. You may call the individual quizzes by using the quiz.php?n="number of your quiz". Dodo's...


Platforms: PHP

License: Shareware Cost: $0.00 USD Size: 10 KB Download (47): Dodo's quiz Download

Added: October 09, 2013 | Visits: 532

Tellurium The Tellurium Automated Testing Framework (Tellurium) is a UI module-based automated testing framework for web applications. The UI module is a collection of UI elements you group together. Usually, the UI module represents a composite UI object in the format of nested basic UI elements. For...


Platforms: Mac

License: Freeware Size: 319.49 KB Download (37): Tellurium Download

Added: January 08, 2006 | Visits: 7.413

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 (560): Web page test automation toolkit Download

Added: May 10, 2013 | Visits: 402

Quick Test If Strings Are Identifiers Quick Test If Strings Are Identifiers script allows you to see if a string is an identifier.This script takes advantage of the special treatment of the __slots__ attribute with new-style python classes. The actual test is performed by the python interpreter and raises a TypeError if any slot...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (50): Quick Test If Strings Are Identifiers Download

Added: May 10, 2013 | Visits: 492

Rabin-Miller probabilistic prime test In this script is included a method for performing the Rabin-Miller probabilistic test for a composite witness.  Rabin-Miller test can only tell us if a value is definitely composite. In the case where a test value is not a witness for the compositeness of a potential prime, it can only lie...


Platforms: Windows, Mac, *nix, Python, BSD Solaris

License: Freeware Download (51): Rabin-Miller probabilistic prime test Download

Added: October 26, 2010 | Visits: 953

Test::Extreme Test::Extreme is a perlish unit testing framework. SYNOPSIS # In ModuleOne.pm combine unit tests with code package ModuleOne; use Test::Extreme; sub foo { return 23 }; sub test_foo { assert_equals foo, 23 } # at the end of the module run_tests ModuleOne if $0 =~ /ModuleOne.pm$/; #...


Platforms: *nix

License: Freeware Size: 5.12 KB Download (92): Test::Extreme Download

Added: May 17, 2010 | Visits: 900

Test::Parser Test::Parser is a collection of parsers for different test output file formats. These parse the data into a general purpose data structure that can then be used to create reports, do post-processing analysis, etc. Test::Parser can also export tests in SpikeSources TRPI test description XML...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (91): Test::Parser Download

Added: January 13, 2010 | Visits: 1.086

Test::Unit::TestRunner Test::Unit::TestRunner is a unit testing framework helper class. SYNOPSIS use Test::Unit::TestRunner; my $testrunner = Test::Unit::TestRunner->new(); $testrunner->start($my_testcase_class); This class is the test runner for the command line style use of the testing framework. It is...


Platforms: *nix

License: Freeware Size: 45.06 KB Download (87): Test::Unit::TestRunner Download

Added: May 23, 2010 | Visits: 800

Test::Unit::Procedural Test::Unit::Procedural Perl module contains a procedural style unit testing interface. SYNOPSIS use Test::Unit::Procedural; # your code to be tested goes here sub foo { return 23 }; sub bar { return 42 }; # define tests sub test_foo { assert(foo() == 23, "Your message here"); } sub...


Platforms: *nix

License: Freeware Size: 75.78 KB Download (89): Test::Unit::Procedural Download

Added: March 19, 2010 | Visits: 1.147

CGI::Test CGI::Test is a CGI regression test framework. SYNOPSIS # In some t/script.t regression test, for instance use CGI::Test; # exports ok() my $ct = CGI::Test->new( -base_url => "http://some.server:1234/cgi-bin", -cgi_dir => "/path/to/cgi-bin", ); my $page =...


Platforms: *nix

License: Freeware Size: 51.2 KB Download (92): CGI::Test Download

Added: March 02, 2010 | Visits: 611

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

Added: August 12, 2010 | Visits: 1.001

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

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 595

Phantom Test Driver The Phantom Test Driver (PTD) is a full featured script development and execution environment for Phantom automation scripts. Key features of PTD include a built-in script editor, a script debugger, multi-script execution capability, remote execution capability, and much more. PTD is the perfect...


Platforms: Windows

License: Freeware Size: 25.36 MB Download (375): Phantom Test Driver Download

Released: November 10, 2012  |  Added: November 10, 2012 | Visits: 1.057

Test Tone Generator The Test Tone Generator (TTG) turns the PC into a programmable function generator for testing or demonstration, sound tuning, education and many other purposes.Features include: Constant and swept tones (log or lin); Many wave forms (Sine/square/triangle/sawtooth/white and pink noise with...


Platforms: Windows

License: Freeware Size: 839.68 KB Download (862): Test Tone Generator Download

Added: July 14, 2013 | Visits: 612

File Read Test There are two types of tools in this page: * The File Read Test tools read disk files or directories and stop on the first read error. There are two alternatives to choose from: a Java application (with a point-and-click user interface) and a perl script (to use from the command-line). * The...


Platforms: Mac

License: Freeware Size: 225.28 KB Download (50): File Read Test Download

Added: May 10, 2013 | Visits: 444

Binomial Test It can perform a one or two sided test.The script outputs the probability of observing the resulting value of "s" or "a" value, given "n" total outcomes with a probability of success of "p". Requirements: - MATLAB 7.8 or higher - MATLAB Statistics Toolbox


Platforms: Windows, Mac, *nix, Matlab, BSD Solaris

License: Freeware Download (58): Binomial Test Download

< 1 2 3 4 5 >