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

Structured Test File software
Filter: All | Freeware | Demo
 

Structured Test File

1 2 3 4 5 > 
Added: August 13, 2010 | Visits: 1.501

Test::File::Find::Rule Test::File::Find::Rule is a Perl module to test files and directories with File::Find::Rule. SYNOPSIS use Test::File::Find::Rule; # Check that all files in $dir have sensible names my $rule = File::Find::Rule ->file ->relative ->not_name(qr/^[w]{1,8}.[a-z]{3,4}$/);... Platforms: *nix

License: Freeware Size: 3.07 KB Download (104): Test::File::Find::Rule Download

Released: February 09, 2015  |  Added: February 15, 2015 | Visits: 1.121

Structured Storage File Tool Structured Storage File Tool is computer storage software for structured data that often in the form of a distributed database. To use this tool, you should create a file within the current path inside the root storage, then open the name of the storage. Structured Storage File Tool is very... Platforms: Windows, Windows 7

License: Freeware Size: 2.44 MB Download (68): Structured Storage File Tool Download

Released: July 27, 2015  |  Added: August 30, 2015 | Visits: 524

DTM File Factory DTM File Factory is a template based test file generator. The software supports a lot of data sources: databases, Excel spreadsheets, text files, XML documents, web files, regular expressions, etc. Value library with most useful data: countries, cities, currencies, companies, industries, names,... Platforms: Windows, Windows 7, Windows Server

License: Demo Cost: $89.00 USD Size: 1.61 MB Download (59): DTM File Factory Download

Released: June 16, 2012  |  Added: June 16, 2012 | Visits: 610

Right File Generator Right File Generator is a fast and easy test file generator. This tool is most suitable for developers, QA staff and software or hardware testers who need large realistic test data files. The generator can produce more than 1 million test data rows per second on the modern PC. It supports four... Platforms: Windows

License: Demo Cost: $39.00 USD Size: 717 KB Download (61): Right File Generator Download

Added: October 19, 2010 | Visits: 1.064

Open-RJ Open-RJ is an library that implements readers for the Record-Jar structured text file format. Mappings are provided to several languages and technologies, including C++, COM, D, Java, .NET, Python, Ruby, and STL. In addition to platform-independence, the library focuses on small runtime costs -... Platforms: *nix

License: Freeware Size: 1.3 MB Download (93): Open-RJ Download

Released: October 01, 2012  |  Added: October 01, 2012 | Visits: 383

STDL STDL (Structured test description language) is a domain-specific testing language that is used to auto-generate unit test code. It supports a myriad of output languages (incl. C#). The project's aim is that of reducing the resources required for testing Platforms: Windows, Mac, Linux

License: Freeware Size: 3.13 MB Download (49): STDL Download

Added: July 02, 2013 | Visits: 441

NACA 5 digit Airfoil Generator "naca5gen.m" Generates the NACA 5 digit airfoil coordinates with desired no. of panels (line elements) on it. FEATURES: *Accurate coordinate generation with the required precision *Option to generate closed or open Trailing Edge *Additional separate outputs for camber line, upper surface and... Platforms: Matlab

License: Freeware Size: 10 KB Download (65): NACA 5 digit Airfoil Generator Download

Added: September 06, 2013 | Visits: 464

NACA 4 digit Airfoil Generator "naca4gen.m" Generates the NACA 4 digit airfoil coordinates with desired no. of panels (line elements) on it.FEATURES: *Accurate coordinate generation with the required precision *Option to generate closed or open Trailing Edge *Additional separate outputs for camber line, upper surface and lower... Platforms: Matlab

License: Freeware Size: 10 KB Download (68): NACA 4 digit Airfoil Generator Download

Released: August 27, 2015  |  Added: September 02, 2015 | Visits: 1.060

DTM Flat File Generator DTM Flat File Generator is a must have tool for developers who deal with data in text format. It creates test files with regular structure defined by user or imported from existing file. The tool has 25 built-in data generators: address, IP address, phone number, e-mail, web-site, etc. Also, is... Platforms: Windows, Windows 7, Windows Server

License: Shareware Cost: $99.00 USD Size: 3.8 MB Download (314): DTM Flat File Generator Download

Released: June 10, 2011  |  Added: June 22, 2011 | Visits: 960

Dummy File Maker Software This software offers a solution for users who want to generate a file with random data for a multitude of purposes. Whether you need a dummy file to verify file transfer rates, test a compression algorithm, fill space on a hard drive or any other reason, this software provides the advance... Platforms: Windows

License: Shareware Cost: $19.99 USD Size: 1.97 MB Download (119): Dummy File Maker Software Download

Released: June 25, 2012  |  Added: June 25, 2012 | Visits: 417

Provided Extensible Software Test (PEST) Pest07 assists the structured creation of software test documentation. It can create test cases and group them into sequences. Then test sequences can be executed and documented. Finally the documentation can be exported to a well structured pdf file. Platforms: Windows, Mac, Linux

License: Freeware Size: 1.88 MB Download (52): Provided Extensible Software Test (PEST) Download

Added: July 26, 2010 | Visits: 1.117

Test::Fixme Test::Fixme is a Perl module to check code for FIXMEs. SYNOPSIS # In a test script like t/test-fixme.t use Test::Fixme; run_tests(); # You can also tailor the behaviour. use Test::Fixme; run_tests( where => lib, # where to find files to check match => TODO, # what to check for... Platforms: *nix

License: Freeware Size: 5.12 KB Download (93): Test::Fixme Download

Added: October 16, 2010 | Visits: 787

Test::Dependencies Test::Dependencies is a Perl module to ensure that your Makefile.PL specifies all module dependencies. SYNOPSIS In your t/00-dependencies.t: use Test::Dependencies exclude => [qw/ Your::Namespace Some::Other::Namespace /]; ok_dependencies(); Makes sure that all of the modules that are... Platforms: *nix

License: Freeware Size: 21.5 KB Download (89): Test::Dependencies Download

Added: August 12, 2010 | Visits: 1.011

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: September 11, 2013 | Visits: 484

Test::DataDriven Test::Base is great Perl module for writing data driven tests, but sometimes you need to test things that cannot be easily expressed using the filter-and-compare-output approach. Test::DataDriven builds upon Test::Base adding the ability to declare actions to be run for each section of each test... Platforms: *nix

License: Freeware Size: 10.24 KB Download (33): Test::DataDriven Download

Added: August 19, 2010 | Visits: 976

DBIx::Wrapper::Config DBIx::Wrapper::Config Perl module allows the use of a configuration file in XML specifying information required to connect to databases using DBIx::Wrapper. This way, your database connection specifications can be kept in one place. Each "db" element specifies a key/name for the database... Platforms: *nix

License: Freeware Size: 3.07 KB Download (94): DBIx::Wrapper::Config Download

Added: January 25, 2010 | Visits: 911

Helios LanTest X A professional tool for network administrators, other software vendors, and 3rd party developers to test and measure performance of AppleShare services. It offers detailed Macintosh network evaluations for file and record locking as well as for many typical file system operations. LanTest results... Platforms: Mac

License: Freeware Size: 185 KB Download (101): Helios LanTest X Download

Added: May 10, 2013 | Visits: 407

WP File-Tree Programmers can have their scripts reside in a safe folder, or will be able to put their WP folder outside the accessible web directories on the server.There are 2 links to files the plugin uses. One is a URL to the file itself which loads it as your browser supports the mimetype. The second is a... Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (53): WP File-Tree Download

Machine Tags - Rapid and Complex Taxonomy Development for Drupal Taxonomy is one of the coolest features of Drupal, allowing the creation of information which is organized and structured. Taxonomy can be key for your visitors to find what they are looking for.Creating a high-quality and complex taxonomy is a lot of work. Folksonomies and tagging makes for a... Platforms: PHP


Added: September 13, 2010 | Visits: 714

DigitalTester Test management is a complex and time consuming task. In the U.S. alone, software errors cost the U.S. economy 59.5 billion dollars a year. A robust test management strategy can save you a fortune, poor test management can cost even more. Test teams gather information from a variety of sources... Platforms: *nix

License: Shareware Cost: $385.00 USD Size: 44.5 MB Download (93): DigitalTester Download

1 2 3 4 5 >