Sie sind auf Seite 1von 2

USE CASES FOR USER

Use Case: Run Application

User Action System Action

1- Click on application icon 1- Startup application


2- View the application for use after
System starts up

Use Case: Java Code

User Action System Action

1- Access the editor 1- allow user access to editor


2- Write the Java code 2- enable editing of code

Use Case: Compile the Code

User Action System Action

1- Click on the compile icon 1- Accept command and run compiler


2- Get code compiled with result 2-Display the result of compilation

Use Case: Generate Error Free Code

User Action System Action

1- Check result and modify code 1- Accept edited code


2- Re-compile the code for errors 2-Analyse and display result of errors
3- Repeat until error free code is generated

Use Case:Get UML Generation

User Action System Action

1- Click on generate UML icon 1- Accept and run the system call
For runtime conversion of Java code
to UML and display the end result in
UML .
2- Get the UML conversion of Java
Code at runtime.
USE CASES FOR APPLICATION
Use Case: Accept Input Java Code

User Action System Action

1- Write the Java code in Editor 1- Accept the code and use it With
changes made by user in runtime.

Use Case: Execute and Run the Code

User Action System Action

1- Click on the run icon 1- Accept command and run .

2- Run the code and display the output


If code has errors display errors.

Use Case: Error Detection

User Action System Action

1- Get the Errors in code after it 1- Display the errors in the code
compiled and run by application on executing it.

2-Re-write error free code and compile again 2-Display the errors /result until code is
completly executable

Use Case: Convert Java Code to UML

User Action System Action

1-Click generate UML icon 1- Run the command and convert the
Java code to UML

2-Get the code conversion to UML 2-Display the result to user by code
conversion to UML

Das könnte Ihnen auch gefallen