You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
6
-
7
-

8
-
9
-
## Use Cases
10
-
11
-
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.
|**UC1: As a Developer, I want to create a Test Suite**| The user creates a new test suite to organize related test scripts. |
16
-
|**UC2: As a Developer, I want to create a Test Plan**| The user defines a test script, specifying objectives, scope, and resources. |
17
-
|**UC3: As a Developer, I want to run a Test Suite**| The user executes all test scripts within a selected test suite. |
18
-
|**UC4: As a Developer, I want to run a Test Plan**| The user initiates the execution of a specific test script. |
19
-
20
-
---
1
+
# Use Case Diagram and Use Cases
2
+
3
+
## Use Case Diagram
4
+
5
+
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.
6
+
7
+

8
+
9
+
## Use Cases
10
+
11
+
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.
0 commit comments