Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Business Process Model is use to govern different business processes defined using Business Process Execution Language(BPEL), Business Process Model and Notation (BPMN) or XML Process Definition Language(XPDL). This will process the definition files and identify the different sub tasks (service invocations, user interactions) in it and list down as Service Tasks and User Tasks. Also this sample includes a sample report generator to generate reports about the currently existing processes. 

You User can populate the model by executing ant run-process command inside the Populator directory.

...

Organization can have several Departments and a Department can have several Project group and so on. Also people in the organization are holding different status like Organization president, Department head, Project manager. People model is design to represent all these associations within a organization. Also this sample includes a sample report generator to generate reports about the currently existing reports organizations.

You User can populate the model by executing ant run-people command inside the Populator directory.

Project Model

Project model can be use to govern differnet Projects. It allows to store data related to project such as Project name, Project manager, Project team members etc. Also this sample includes a sample report generator to generate reports about the currently existing projects.

User can populate the model by executing ant run-project command inside the Populator directory.

Test Plan Model

Test Plan governance model can be use to govern test plans. This sample defines a test plan hierachy from test harness level to individual test case level. Refer README.txt of this sample for further explanations. 

 

TestPlanModelUser can populate the model by executing ant run-testplan command inside the Populator directory.