Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OSEE/Tutorial"

(Metrics)
(Requirements Workflow Analysis)
Line 140: Line 140:
 
===Requirements Workflow Analysis===
 
===Requirements Workflow Analysis===
 
[[Image:7-ActionableItemsLink.png|right|thumb|Actionable Items hyperlink location (artificially highlighted)]]
 
[[Image:7-ActionableItemsLink.png|right|thumb|Actionable Items hyperlink location (artificially highlighted)]]
Here, Joe (as the Requirements Developer) wants to analyze the action.
 
 
[[Image:6-ImpactedActionableItems.Png|left|thumb]]
 
[[Image:6-ImpactedActionableItems.Png|left|thumb]]
 +
Here, Joe (as the Requirements Developer) wants to analyze the action.
 +
 
* Input "Fix It" as the '''Proposed Resolution'''
 
* Input "Fix It" as the '''Proposed Resolution'''
 
* Set '''Estimated Hours''' to "2.5".
 
* Set '''Estimated Hours''' to "2.5".

Revision as of 18:11, 19 June 2009

This page is being adapted from this presentation.

Requirements

System Requirements

OSEE requires a system with at least 1GB of RAM running JRE 1.6 or higher. Microsoft Office is useful for the demo.

Eclipse Dependencies

The following Eclipse dependencies are required, although it is easiest to simply use the Ganymede Eclipse install.

  • Eclipse 3.4.2 SDK
  • org.eclipse.gef
  • org.eclipse.draw2d
  • org.eclipse.birt
  • org.eclipse.datatools

Installation

Database

Install PostgreSQL using the following settings:

  • Default install path and data directory
  • Password "Postgre1"
  • Port 5432
  • Default locale
  • On the final screen, ensure that "Launch Stack Builder" is not selected

After saving the database password using pgadmin, run the osee_db_setup script, which is located under the "PostgreSql" folder.

More on PostgreSQL installation

Java Runtime Environment (JRE)

Ensure that the directory in which the JRE is installed is in the path by typing "java --version" at a command prompt.

OSEE Client

Extract and launch Eclipse. From the update manager, install the update sites located under "OseeClient":

  • org.eclipse.osee_integration_build_incubation.zip
  • osee.add.ons.updatesite.zip osee.add.ons.updatesite.zip

Initialization

Launch Application Server

Execute the osee_app_server script located under "OseeApplicationServer" and wait until the server finishes the start up procedure before closing the console.

Database Initialization

In a command prompt, change to the Eclipse install directory and execute the following command:

eclipsec -application org.eclipse.osee.framework.database.configClient -vmargs -Xmx512m
-Dosee.log.default=INFO -Dosee.application.server=http://localhost:8089
-Dosee.authentication.protocol=trustAll -Dosee.prompt.on.db.init=false
-Dosee.choice.on.db.init="OSEE Demo Database"

Once db init closes, type "exit" in the server console.

Populate Demo Data

Launch the Application Server and then the OSEE client with the following command:

eclipse -vmargs -Xmx512m
-Dosee.application.server=http://localhost:8089
-Dosee.authentication.protocol=demo

Switch to the ATS perspective (Window > Open Perspective > ATS); in the ATS Navigator window, enter "Populate" as the filter and press Enter, then double click on the "Populate Demo Actions" item.

Case Study

Scenario

User Joe Smith finds a problem in a requirement impacting multiple teams, namely Code, Test, Website, and IT. Multiple reviews will be needed:

  • Decision Review (off Code Team Workflow)
  • Peer Review (off Test Team Workflow)

In addition, certain tasks will need to be performed off Code Team Workflow.

Requirements Search

Select Branch
QuickSearch.png
  • Switch to the Define perspective (Window > Open Perspective > Define).
  • In the Artifact Explorer, click Select Branch...
    • Select "SAW_Bld_2"
    • Click "OK"
  • Search for Item:
    • Click on the Quick Search view
    • Select the "SAW_Bld_2" branch
    • Enter "robot object" in the search string text box
    • Check the Match Word Order option
    • Check the All Match Locations option
    • Click the search button

Exploring the requirement

The search results will be listed in a tree or list view with match locations. We want to explore the robot object requirement. From the search result list (not tree),

  • Right click on the "Robot Object" software requirement
  • Select each of the following from the pop-up menu individually
    • Reveal Artifact in Explorer
    • Resource History
    • Open With > Artifact Editor
      • Open the Attribute tab
      • Open the Relation tab
    • Open with > MS Word Preview
      • Convert file from XML Document
    • Sky Walker
      • Here, we can see how the "Robot Object" software requirement relates to other artifacts.

Requirements Team Workflow

We want to create an action against the "Robot Object Requirement."

Create ATS Dialog
  • Switch to the ATS Perspective (Window > Open Perspective > ATS).
  • Click on the New Action icon (NewAction.gif) in the ATS Navigator.
    • Fill in the Create ATS Action Dialog
      • Enter "Robot Object requirement needs more detail" as the Title
      • Select "SAW Requirements" (under "SAW CSCI") as the Actionable Item
      • Click Next
    • Fill in the fields as follows:
      • Description: "See title"
      • Change Type: "Problem"
      • Priority: "3"
      • User Community: "Program_1"
    • Click Finish. This will generate a Requirements Team Workflow for the necessary requirements changes. Joe Smith will automatically be assigned the position of Team Lead.

Requirements Workflow Endorsement

The Requirements Team Lead (Joe) has approved the Requirement Team Workflow and wants to transition to analysis.

  • Set the Target Version to SAW_Bld_2.
  • Change Priority to 2.
  • Transition to the "Analyze" state.
    • This is where the lead would normally assign another user to complete the work; however, we will not change the assigned user for the demo.

Requirements Workflow Analysis

Actionable Items hyperlink location (artificially highlighted)
6-ImpactedActionableItems.Png

Here, Joe (as the Requirements Developer) wants to analyze the action.

  • Input "Fix It" as the Proposed Resolution
  • Set Estimated Hours to "2.5".
  • As this change will impact Code as well as Test, we will add corresponding workflows for each.
    • Click on the Actionable Items hyperlink
    • Select "SAW Code"
    • Select "SAW Test"
    • Click OK. The Action View will now show new workflows. Email notifications have been sent to the team leads.
  • Transition to "Authorize".

Requirements Workflow Authorization

Here, the Requirements Team Lead (Joe again) authorizes the Action.

  • Input "A324324A" as the Work Package.
  • Since the Team Lead needs concurrence from Kay (the Manager), a decision review is needed.
    • Click the Add Decision Review hyperlink.
    • Fill-in the Create Decision Review dialog:
      • Review Title: "Any Problems with authorizing this?"
      • Associated state: "Authorize"
      • Click OK

Preparing the Decision Review

Here, the Requirements Lead prepares the review:

  • Set Review Blocks to "Transition"
  • Set Estimated Hours to 3
  • Click Assignee(s)
    • Select "Alex Kay"
  • Transition the review to "Decision"

Approving the change

First, Alex Kay has to check his assigned work.

  • In the ATS Navigator, double click on My World and select Alex Kay as the user.
  • From Alex Kay's User's World, select the "Decision Review"
  • Alex Kay decides "yes;" we will simulate this with a Privileged Edit.
    • Click the Privileged Edit icon (5-PrivilegedEdit.png).
    • Click Override and Edit.
    • Select "Yes" as the Decision.
    • Transition the Review to "Completed".

Completing the Authorization

Note that before Alex Kay had completed the decision review, Joe was not able to transition to the next state.

  • Transition to "Implement".

Implementing a Change

10-SelectWorkingBranch.png
  • From the Implement State, select the Create Working Branch icon (9-CreateWorkingBranchIcon.Png), then click OK.
  • In the Artifact Explorer, click Select Branch.
    • Select the working branch just created. Its author is "Joe Smith" and its comment field reads "New Branch from SAW_Bld_2(85)" (see image).
    • Navigate to and right click the "Robot Object" software requirement.
      • Alternatively, you can perform a Quick Search, but you must remember to specify the working branch again or the parent branch will be searched instead.
    • From the context menu, select Open With > Artifact Editor.
11-MSWordEdit.Png
  • Under the Attributes tab, change Qualification Method to "Inspection" and save the file (File > Save).
  • From the Artifact Editor's toolbar, select Open With > MS Word Edit, and, if prompted, specify that Word is to open the file as an XML document.
    • Insert into the document the next "Need more information here."
    • Save and close the document. The Artifact Editor's Word Template Content Attribute should update accordingly.
  • Switch to the Workflow Editor and select the "Show Change Report" icon (12-ShowChangeReportIcon.png) from the toolbar immediately above the Commit Manager.
  • From the Change Report View, right click on the "Robot Object" Software Requirement and select View Word Change Report.
    Word Change Report
  • Double click the working branch in the Commit Manager to apply changes to the parent branch.
  • Transition to "Complete".

Code Team Workflow Endorsement

  • Open the Code Workflow.
    • This can be found using the Show all Team Workflows view found in the ATS Navigator. The Workflow in question has the title "Robot Object requirement needs more detail" and is in the Endorse state with priority 2.
  • Enter "A234532" as the Work Package.
  • Transition to "Analyze".

Code Team Workflow Analysis

  • For Estimated Hours, enter "10".
  • Click on the Tasks tab at the bottom of the View.
    • Add a Task by clicking on the New Task icon (15-NewTaskIcon.Png) on the toolbar.
    • In the Create New Task dialog, enter "Do the first thing".
    • Click OK to close the dialog.
  • Double click on the new task to open the Task Editor.
    • Click on Assignee(s) to assign a different user (it doesn't matter which user). Enter the Estimated Hours.
    • Close the Task Editor.
  • The above steps can be repeated to add additional tasks as needed.
  • Transition each task to the "Completed" state.
    • Note that the workflow cannot be advanced until all tasks associated with the Analyze state have been Completed.
  • Transition the code team workflow to Authorize.

Test Team Workflow Endorsement

Here, the Test Lead (Joe) estimates the work required for the test team workflow.

  • Open the Test Team Workflow. If necessary, you can search for it in the same manner as the Code Workflow.
  • Since Kay Jones, the assignee for this workflow, is not in today, Joe will need to get edit privileges to transition the workflow.
    • Click on the Privileged Edit icon (second from the right) and click on Override and Edit in the resulting dialog box.
  • Transition to the "Analyze" state.
  • Set Estimated Hours to "25".

Metrics

"What this place needs is some metrics!" Alex Kay, as Manager, needs a status report.

Re-display as WorkFlows
  • From the ATS Navigator, select "My World".
  • Click the rightmost icon on the toolbar to bring up a context menu. Select Re-display as WorkFlows. * Click on the Metrics tab (at the bottom) to open the Metrics Page.
  • Set Estimated Release Date to two days from now.

Peer Review

Joe, a Code Developer, has realized that he needs a peer review for Analysis.

  • Add a Peer-To-Peer Review
    • Click on the Add Peer to Peer Review hyperlink, which can be found near the bottom of the page by "Analyze" State Reviews.
    • In the Add Peer to Peer Review dialog, select the "Analyze" state and click OK.
  • Add Reviewers
    • Click on the New Role icon (in the toolbar in the upper right of the Role pane, it is the leftmost icon) twice to add two new reviewers.
    • Set one of the roles to "Author" and the other to "Reviewer".
      • Edit the Role field by clicking on the field while pressing the ALT key.
  • Set Location to "That.java; This.java"
  • Set Blocking to "Transition"
  • Set Estimated Hours to "2"
  • Transition to "Review"

Tool Team Workflow

Joe realizes that the change will affect the Tools Team.

  • Select the "Actionable Items" hyperlink from the top of the SAW Code Workflow.
    • Select "Website" (under "Tools") from the Add Impacted Actionable Items dialog.
  • Workflows are created for the Website Team.

Back to the top