Sponsored Content
Special Forums News, Links, Events and Announcements Software Releases - RSS News TestLink 1.8 beta3 (Default branch) Post 302236783 by Linux Bot on Tuesday 16th of September 2008 10:10:05 AM
Old 09-16-2008
TestLink 1.8 beta3 (Default branch)

TestLink is a testcase management and execution tracking system built using PHP, MySQL, and several other open source tools. It is a tool that helps streamline the software development process. It enables quality assurance teams to create and manage their test cases and organize them into test plans. These test plans allow team members to execute test cases and track test results dynamically. License: GNU General Public License (GPL) Changes:
The main purpose of this release is to work on test automation of a project. This release brings back test prioritization. Note that you must enable it on the Project Edit page. A new tree menu component, EXTJS, was established as default. Performance was improved. Image

Image

More...
 
wibble-test-genrunner(1)				      General Commands Manual					  wibble-test-genrunner(1)

NAME
wibble-test-genrunner - Code generator for wibble testsuites. SYNOPSIS
wibble-test-genrunner header <file> wibble-test-genrunner main <files> DESCRIPTION
The program generates .cpp files that are then compiled and linked into a test program for running tests from .test.h files. Examples of such .test.h files may be found among wibble headers, eg. /usr/include/wibble/regexp.test.h. In the first form, the program processes a single header file (usually of the form foo.test.h) and produces a corresponding .cpp file to be compiled. In the second form, it takes as <files> all the .test.h headers and produces a single main.cpp which contains the main() function of the test program, which then runs all the tests in all the .test.h files. The generated source code is always written to standard output and it is left up to the user to redirect it to a meaningful location. The program currently has no options other than the two forms above. The program is intended to be run as part of build process of programs or libraries using the wibble testing framework. For convenient use from CMake, there is a test.cmake script under /usr/share/wibble, that takes care of producing all the .cpp files (both per-header and the main one), compiling them and linking them into a single binary which executes the testsuite. AUTHOR
Petr Rockai <me@mornfall.net> wibble-test-genrunner(1)
All times are GMT -4. The time now is 03:42 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy