Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.36 KB

File metadata and controls

20 lines (13 loc) · 1.36 KB

Use Case Diagram and Use Cases

Use Case Diagram

The use case diagram provides a high-level overview of the system's functionality by illustrating the interactions between users (actors) and the system's use cases. It helps identify the main actors and their goals when using the system.

Use Case Diagram

Use Cases

This section outlines the specific use cases for the system, detailing the interactions between actors and the system. Each use case includes a description, preconditions, and postconditions to clarify the expected behavior of the system.

Use Case Description
UC1: As a Developer, I want to create a Test Suite The user creates a new test suite to organize related test scripts.
UC2: As a Developer, I want to create a Test Plan The user defines a test script, specifying objectives, scope, and resources.
UC3: As a Developer, I want to run a Test Suite The user executes all test scripts within a selected test suite.
UC4: As a Developer, I want to run a Test Plan The user initiates the execution of a specific test script.