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.479.673 Times

Teacher Resources Creating Test freeware
Filter: All | Freeware | Demo
 

Teacher Resources Creating Test

1 2 3 4 5 > 

Polynomial coefficient vector derived from sub-polynomial factors For given p(x) = PROD[i=1,m]{SUM[j=2,n+2]{(A(i,j)*x^(j-2))^A(i,1)}} we shall get p(x) = SUM[s=1,N+1]{p(s)^(N+1-s)} For example If p(x) = (x-4)^5 * (3x^6-7x^3+5x+2)^2 * (x^3+8)^3 * x^2 or A = [ 5 -4 1 0 0 0 0 0 2 2 5 0 -7 0 0 3 3 8 0 0 1 0 0 0 1 0 0 1 0 0 0 0 ] then from p = polyget(A) we get p =... Platforms: Matlab


Added: July 05, 2010 | Visits: 839

Test::MultiFork Test::MultiFork is a test suite that has support for multi-process programs. SYNOPSIS use Test::MultiFork; ($name, $letter, $number) = procname([new name]) lockcommon() @oldvalues = getcommon() setcommon(@newvalues) unlockcommon() use Test::MultiFork qw(groupwait setgroup dofork... Platforms: *nix

License: Freeware Size: 10.24 KB Download (96): Test::MultiFork Download

Released: October 22, 2012  |  Added: October 22, 2012 | Visits: 591

Test Data Tool Create user accounts, contacts, groups mailboxes and free/busy information - in bulk! During developing our tools we often need data for testing. So mass data for Active Directory and Exchange is required. Test Data Tool is a product of these needs. Share our experience and work! Test data is... Platforms: Windows

License: Freeware Size: 5.79 MB Download (58): Test Data Tool Download

Added: April 13, 2010 | Visits: 1.025

StoryTestIQ StoryTestIQ is a tool for creating "Executable Requirements" which have also been known as acceptance tests or functional tests. STIQ was developed based on two other open source acceptance testing tools, Selenium and FitNesse. This combination allowed StoryTestIQ to capture the web browser... Platforms: *nix

License: Freeware Size: 3.2 MB Download (95): StoryTestIQ Download

Added: August 12, 2008 | Visits: 2.571

GPU GPU is a Gnutella client that lets its users share CPU resources, creating a type of "computer alliance". In other words, the aim of this program is to join the forces of various machines to do tasks in less time.This CPU resource and time sharing system offers no privileges to users over others.... Platforms: Windows

License: Freeware Size: 1024 B Download (638): GPU Download

Added: September 09, 2013 | Visits: 999

Freeschool - open source for schools FreeSchool is an open source software for schools: through a web interface it allows to manage circulars, communications, forms, school timetables, scheduled activities, school library, teacher resources.It is complete users/groups authorization management. Platforms: PHP

License: Freeware Size: 9.25 MB Download (50): Freeschool - open source for schools Download

Added: August 24, 2013 | Visits: 587

Robot Framework Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD). It has easy-to-use tabular test data syntax and utilizes the keyword-driven testing approach. Its testing capabilities can be extended by test libraries implemented either... Platforms: Mac

License: Freeware Size: 1.64 MB Download (43): Robot Framework Download

Released: July 28, 2018  |  Added: August 16, 2018 | Visits: 1.229

Guzinta Math 7 and 8 Use the lesson apps for homework, parent involvement, home instruction, quizzes, or independent practice. Or a combination that we did not think of. Use the lesson apps to present to the class and have students work independently or in partners on their own desktop devices. No sign-in required.... Platforms: Windows, Windows 8, Windows 7, Windows Server

License: Freeware Size: 190.55 MB Download (229): Guzinta Math 7 and 8 Download

Added: August 07, 2008 | Visits: 892

SuperxCoder The SuperxCoder bundle comprises the SuperxCoder and SuperxMonitor applications. SuperxCoder 1.0 is an XML development tool that allows XML developers to create and edit XML content and provides the ability to link content of all kinds to XML elements, as well as format them. This flexible tool... Platforms: Windows

License: Freeware Size: 2.55 MB Download (95): SuperxCoder Download

Added: January 25, 2010 | Visits: 780

CogTool CogTool... Designers want to know how users will interact with their systems, but they often do not have the time or resources to test their designs with actual users. This is especially true for systems intended for trained users. It can be expensive to train users with a prototype, but... Platforms: Mac

License: Freeware Download (114): CogTool Download

Released: December 04, 2012  |  Added: December 04, 2012 | Visits: 328

QuickCheck for Java QC4J is an automated, specification-based testing framework, based on QuickCheck for Haskell. It makes it easy to test referentially transparent code, by creating test data automatically through user-defined generators. Platforms: Windows, Mac, Linux

License: Freeware Size: 31.26 KB Download (49): QuickCheck for Java Download

Added: September 09, 2010 | Visits: 1.164

Test::Unit::TestSuite Test::Unit::TestSuite is a unit testing framework base class. SYNOPSIS use Test::Unit::TestSuite; # more code here ... sub suite { my $class = shift; # create an empty suite my $suite = Test::Unit::TestSuite->empty_new("A Test Suite"); # get and add an existing suite... Platforms: *nix

License: Freeware Size: 45.06 KB Download (152): Test::Unit::TestSuite Download

Added: February 07, 2010 | Visits: 1.080

Test::Unit::TestCase Test::Unit::TestCase is a unit testing framework base class. SYNOPSIS package FooBar; use base qw(Test::Unit::TestCase); sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up { # provide fixture } sub tear_down { # clean up after... Platforms: *nix

License: Freeware Size: 45.06 KB Download (94): Test::Unit::TestCase Download

Added: May 23, 2010 | Visits: 817

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 (95): Test::Unit::Procedural Download

Added: September 25, 2010 | Visits: 789

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: August 07, 2010 | Visits: 746

Test::Glade Test::Glade is a simple way to test Gtk2::GladeXML-based apps. SYNOPSIS use Test::Glade tests => 2; my $glade_xml = interface.glade; has_widget( $glade_xml, { name => main_window, type => GtkWindow, properties => { title => Test Application, type => GTK_WINDOW_TOPLEVEL, resizable =>... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Test::Glade Download

Added: November 19, 2010 | Visits: 853

Test::Cmd Test::Cmd is a Perl module for portable testing of commands and scripts. SYNOPSIS use Test::Cmd; $test = Test::Cmd->new(prog => program_or_script_to_test, interpreter => script_interpreter, string => identifier_string, workdir => , subdir => dir, match_sub => $code_ref, verbose => 1);... Platforms: *nix

License: Freeware Size: 30.72 KB Download (109): Test::Cmd Download

Released: August 16, 2012  |  Added: August 16, 2012 | Visits: 805

AXMEDIS Editor AXMEDIS Editor is used for the manual production of AXMEDIS Objects, and allows creating and manipulating object features and their different aspects: Structure and packaging, to add, remove, move digital resources and metadata inside the AXMEDIS Object (hierarchy editor and viewer of the... Platforms: Windows

License: Freeware Size: 420.97 MB Download (48): AXMEDIS Editor Download

Released: June 23, 2012  |  Added: June 23, 2012 | Visits: 416

Shelk-test Open Source program for creating tests, which will be a compile of test and testing. It can be used by anyone who want to quickly create test and make testing. Platforms: Windows, Mac, BSD, Linux

License: Freeware Size: 1.86 MB Download (50): Shelk-test Download

Added: September 06, 2013 | Visits: 284

Test::Without Test::Without is a Perl module that makes it easy for test scripts to exclude specific modules and/or directories from the Perl search-path during the execution of blocks of code. Developer comments I wrote this after needing to write a fairly ugly hack for a different CPAN module, in order to... Platforms: *nix

License: Freeware Size: 20.48 KB Download (40): Test::Without Download

1 2 3 4 5 >