Community
Participate
Working Groups
Most of my tasks are associated with well defined test cases to justify their completion. I assume its the case with many others too. It will be a big help if there is a way to attach JUnit suite or test class (may be just the exact test methods) to the tasks, like we share contexts. And when there is a build available, we can simply select the tasks and ask them to run their respective tests. The results (success or otherwise) can be logged back on the bug as comment (if chosen to do so). Please assign to proper bucket if am mis-placing my request.
Have you tried the context test suite? It runs all tests that are in the task context and should provide what you are looking for. You can find it under Run > Run Configurations > Task Context Test.
(In reply to comment #1) > Have you tried the context test suite? I did now >It runs all tests that are in the task > context and should provide what you are looking for. You can find it under Run > > Run Configurations > Task Context Test. exactly what I wanted. Thanks for the pointer