= Manual Testing Plugin = Project status: No stable version available yet, still in development. Note: This project is on hold since I recently moved to a position where a manaul-testing system is already in place. '''This plugin does NOT yet function''' See also: [http://www.teamst.org/ Test Link] (provides Trac integration), TestCaseManagementPlugin, QaTrackerPlugin == Description == This plugin provides a report ticketing-like system for writing manual test plans, organizing them into test-suites. It also allows users to run the test suites, and record the results of each test and its suite. Features: * Use Trac to manage test-suites and tests. * Use your Trac projects version numbers and milestones to track the progress of testing. * "Execute" your manual test suites against software versions to get reports on a software versions status against the test suite. Workflow: * Create test-suites. * Write the manual tests and add them to the test-suite. * Execute/Run the suite against a specific version of your software to-be-tested. * Record test result as Pass/Fail, file bug as a Trac ticket in the case of a failure. * View result of test-suite against software versions. == Bugs/Feature Requests == Existing bugs and feature requests for ManualTestingPlugin are [report:9?COMPONENT=ManualTestingPlugin here]. If you have any issues, create a [http://trac-hacks.org/newticket?component=ManualTestingPlugin&owner=eclip5e new ticket]. == Download == Download the zipped source from [download:manualtestingplugin here]. == Source == You can check out ManualTestingPlugin from [http://trac-hacks.org/svn/manualtestingplugin here] using Subversion, or [source:manualtestingplugin browse the source] with Trac. == Example == * Create a test suite. * Write test plans for your software, adding them to the suite. * Select a version of your software to run the suite. * Run suite by executing your testplans. * Each test has a PASS or FAIL status, which is recorded on a per-user/version basis, resulting in an overall test suite PASS or FAIL for that version of the software. == Recent Changes == [[ChangeLog(manualtestingplugin, 3)]] == Author/Contributors == '''Author:''' [wiki:eclip5e] [[BR]] '''Contributors:'''