Sunday, March 16, 2008

Use Cases in Brief

Enter Run Data
When the application is running, the runner inputs the following data:
1) Distance Ran
2) Time of run
3) Pace

Calculate Pace
With the application running, the runner inputs:
1) Distance Ran
2) Time of run HH:MM:SS.ss format or HH.hh format
The System takes the time, divides by the distance and returns the pace of the runner in MM:SS.ss format or MM.mm format.

Calculate Run Time
With the application running, the runner inputs:
1) Distance Ran
2) Pace in MM:SS.ss or MM.mm format
The System takes the Pace, multiplies it by the distance and returns the run time of the runner in HH:MM:SS.ss or HH.hh format.

Calculate Distance Ran
With the application running, the runner inputs the following data:
1) Pace in MM:SS.ss or MM.mm format
2) Time of run in HH:MM:SS.ss or HH.hh format.
The System takes the Time, divides it by the pace and returns the distance ran.

Save Run Data
With the application running, the runner elects to save the calculated and/or input data. The system saves the data in the requested file.

No comments: