User accesses to the test runs executed in a given testing session

Submitted by abe on Thu, 10/27/2022 - 11:04
Business phase
Specification status
Reviewed
Implementation status
Under development
Description

In order to:

  • Have an overview of the test execution and eventually compute some statistics;
  • Find a specific test runs;
  • Access aborted test runs (they are not visible on the test execution page),

as

  • a Testing Session Manager or monitor, I need to access to all the test runs that have been executed in a given testing session;
  • a Vendor or vendor_admin user, I need to access to all the test runs executed by a system owned by my organisation, in a given testing session.

The list of test runs shall disclose the following details for each test run:

  • The identifier and status of the test run;
  • The keyword and version of the executed test case as well as its type;
  • An indicator if the status of the test case is set to something else than "ready";
  • The list of systems under test which partenered in the test and what were their roles;
  • The last update date of the test run;
  • If not null, the name of the monitor who claimed the test.

As a user of this feature, I need to find quickly a test run based on multiple criteria (AND clause between the criteria), that is to say, I shall be able to filter on:

  • Keyword of the test case;
  • Type of the test case;
  • Test run status:
  • Test case status;
  • Monitor who claimed the test run;
  • Organisation involved in the test run;
  • System under test involved in the test run;
  • Tested profile;
  • Tested actor;
  • Tested profile option;
  • Tested transaction.

Constraints: Users with vendor and vendor_admin roles shall only see the test runs where at least a system registered by their organisation is involved.

Images
All test runs page

Stories in feature

Title Specification status Status
Bookmark filtered view of the "All test runs" page Reviewed Planned
Any user accesses the "All test runs" page Reviewed Under development
The "All test runs" page displays all the test runs to the user Reviewed Under development