Tuesday, August 12, 2008

Common Software Project Management Mistakes - Project Management Issues

Common Software Project Management Mistakes
- Project Management Issues
_____________
Normally projects fail due to issues with:

Personnel - These issues range from wrong skill sets to bad work environments.

Project Management - These issues relate to improper processes and techniques for managing projects.

Application - These are issues with the application itself.

Technology - These are issues with the technology chosen for the application.

This article, it will focus on Project Management issues, it will cover the other issues in subsequent newsletters. Below are the common project management mistakes relating to Project Management:

Formalize Requirements Gathering - Too often, requirements are scribbled on a napkin -or- communicated via phone calls. The best approach to requirements gathering is to hold Joint Application Development (JAD) sessions. JAD sessions are a set of intense meetings held off-site where executives, developers, and end-users define the exact requirements needed by a software solution. By holding JAD sessions, your team can more quickly define requirements, get executive buy-in, eliminate irrelevant requirements and reduce political jockeying between team members. More...

Lack of Design - Before projects can be estimated, they must be designed. Many teams by pass this step, estimating the efforts without detailed knowledge of what is needed to deliver each requirement. More...

Poor Estimating - Another common mistake is to poorly estimate projects. This is done by inexperienced project managers that do not account for all tasks that need to be done or by project managers that succumb to management pressures to get the project timeline to fit a predetermined estimate. More...

Lack of Change Control - Change control is the process of managing changes as to ensure that decisions are not made hastily and that the decision to add an additional feature is in the best interest of the project. If change control is missing from a project, new features will be introduced at random, jeopardizing the delivery date and quality of the software being developed. More...

Lack of Risk Management - The key to managing risks is to build contingency plans for risk and to build enough time into your project schedule to mitigate risks that you do not know about. More...

Poor Project Communication - Studies have shown that software teams that consistently deliver on-time and on-budget communicate in an effective manner. These teams stay in contact constantly, but wisely use each other's time during the communication process and are careful not to waste other people's time. More...

No comments:

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...