1. Home
  2. Docs
  3. Chapter 15. Project Management Processes and Tools
  4. 1. Project Management Diagrams
  5. How to create a PERT Chart

How to create a PERT Chart

Download PDF

PERT, short for Project Evaluation and Review Technique, is a popular project management tool used to represent, schedule and coordinate tasks involved in a project. In a PERT chart, tasks are represented as a network of nodes. The direction of connectors among tasks indicate the sequence of tasks.

PERT Chart example

The figure above shows an example of PERT Chart that shows the major, high level development activities in a software project. It consists of three major components:

  • Lane: A lane organizes and categorizes tasks into a group associated with a concept such as a phase or a person.
  • Task: A piece of work involved in project. Each task consists of a task name, an ID, the start and end date, and the person who are responsible for it.
  • Dependency (connector): Shows the sequence of tasks. A task cannot begin until one or more tasks have occurred, begun or completed.

Creating a PERT Chart

  1. Select Diagram > New from the application toolbar.
  2. In the New Diagram window, select PERT Chart.
  3. Click Next.
  4. Enter the name and description. The Location field enables you to select a model to store the diagram.
  5. Click OK.

Creating a lane

  1. Select  from the diagram toolbar.
  2. Click on the diagram area to create it.
  3. Enter its name.
  4. Press Enter to confirm the name.

Note: You can re-position a lane by dragging it up and down.

Creating an independent task

To create a task that does not rely on the prior completion of another task:

  1. Select  from the diagram toolbar.
  2. Click inside the appropriate lane in the PERT Chart to create it.
  3. Enter the task name.
  4. Press Enter to confirm the name.
  5. Specify the start and end date by double clicking on the corresponding cell and typing the value. Note that the start date must be earlier than finish date.
    Specifying the start date of a task

Creating the ‘next task’

You can use the Resource Catalog to create a next task of an existing task. To do this:

  1. Move the mouse pointer over the existing task.
  2. Press on the resource icon Dependency -> Task and drag it out.
    Creating dependent task
  3. Release the mouse button at the appropriate lane in the PERT Chart to create the task.
  4. Enter the task name.
  5. Press Enter to confirm the name.
  6. Specify the start and end date by double clicking on the corresponding cell and typing the value. Note that the start date must be earlier than finish date. Besides, the start date must be greater than the end date of those depending tasks.