•  
      request #44043 Introduce test dependencies within a test campaign
    Infos
    #44043
    Clément Gayot (clementg)
    2025-07-21 11:37
    2025-07-21 11:36
    45739
    Details
    Introduce test dependencies within a test campaign

    Within a test campaign, all tests are treated as independent entities. There is no way to enforce a specific execution order or to define that one test is a prerequisite for another. Testers must rely on specific order or naming conventions to follow the correct sequence, which is error-prone.

    A user should be able to define dependencies between tests within the same campaign. hen setting up a test campaign, there should be a mechanism to mark a test (e.g., Test B) as dependent on another test (e.g., Test A) :

    • Test B should be blocked or not executable as long as its prerequisite, Test A, has not been successfully completed (i.e., passed).
    • The UI should clearly indicate that Test B is blocked and show which test(s) it is waiting for.
    Test Management
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    kevin.poulet@lvcim.com
    Stage
    Empty
    New
    Empty
    Attachments
    Empty
    References
    References list is empty

    Follow-ups