kinow / testopia-plugin

Jenkins plug-in to integrate different test management tools
2 stars 6 forks source link

Add test result seeking strategies #9

Closed kinow closed 12 years ago

kinow commented 12 years ago

A test result seeking strategy (from TestLink plug-in) implements the strategy pattern for seeking for test results. TestLink plug-in supports the following formats: TestNG, JUnit and TAP, however, there are several strategies that can be derived from these formats, such as:

This issue will be used for reporting about the initial implementation, including the basic classes for this strategy, and at least TAP and JUnit strategies. Other strategies will be implemented later in other issues.