zoukankan      html  css  js  c++  java
  • [软件工程管理之用例]Use case

    • Use Case ID: Satellite#1
    • Use Case Name: Read the satellite input data
    • Actor that initiates the use case:

    –      Actor 1: Engineer

    –      Actor 2: Programmer

    • Other actors, if any: none
    • Statement of the purpose of this use case:

            this use case allow the engineer input the satellite data into the system

    • Preconditions (must be true before this use case can be “executed” ):

    –      The engineer can login in the system and can input the data, can receive the successful return message

    • Primary scenario (to describe the main action of the use case):

    –      Open the main menu and click at “input data”

    –      The system can return the successful message to the screen

    • Post-conditions (what must be true after this use case “executes”):

    –      The engineer can log out or return to main menu.

    • Alternative scenarios (exception handling):

    –      Give the engineer the warning message

    • Comments: response time shall be less than 1 seconds.


    ----------------------------------------------------------------------------

    • Use Case ID: Satellite#2
    • Use Case Name: Update satellite data
    • Actor that initiates the use case:

    –      Actor 1: Engineer

    –      Actor 2: Programmer

    • Other actors, if any: none
    • Statement of the purpose of this use case:

            this use case allow the engineer update(change or delelte) the satellite data in the system

    • Preconditions (must be true before this use case can be “executed” ):

    –      The engineer can login in the system and can have the power to update the data, if the data have already updated then return a successful message

    • Primary scenario (to describe the main action of the use case):

    –      Open the main menu and click at “update data”

    –      The system can return the successful message to the screen

    • Post-conditions (what must be true after this use case “executes”):

    –      The engineer can log out or return to main menu.

    • Alternative scenarios (exception handling):

    –      Give the engineer the warning message

    • Comments: response time shall be less than 1 seconds.

     -------------------------------------------------------------------------

    • Use Case ID: Satellite#3
    • Use Case Name: Give warning for potential satellite collision
    • Actor that initiates the use case:

    –      Actor 1: The system

    • Other actors, if any: none
    • Statement of the purpose of this use case:

            this use case allow the system to give a warning message to the user for potential satellite collision

    • Preconditions (must be true before this use case can be “executed” ):

    –      The user can login in the system and have input the right satellite data, if there would a potential satellite collision then return a warning message

    • Primary scenario (to describe the main action of the use case):

    –      Open the main menu and input the satellite data

    –      Click the “detect” button and the system will calculate the input data

    –      The system can return the message to the screen, whether or not there would be a satellite collision

    • Post-conditions (what must be true after this use case “executes”):

    –      The user can log out or return to main menu.

    • Alternative scenarios (exception handling):

    –      The engineer test the system at regular intervals

    • Comments: response time shall be less than 1 seconds.
     
     
  • 相关阅读:
    poj 1523 SPF (无向图 的 割点)
    codeforces Walking in the Rain (dp 水题 线性 dp)
    GaleShapley算法
    hdu 1087 Super Jumping! Jumping! Jumping! (最大 上升子序列 线性 dp)
    poj 3694 Network (无向图的 割边 lca )
    codeforces To Add or Not to Add (排序 + 优化)
    hdu 3996 Gold Mine ( 最大权闭合图 )
    转:WINFORM多线程编程
    C#串口serialPort操作
    用C# 根据 JSC100 V5.0读写器通讯协议 编写读卡器API
  • 原文地址:https://www.cnblogs.com/RabbitHole/p/4430613.html
Copyright © 2011-2022 走看看