How does the ETVDX model fit in with project management?

Posted by peter_gent on Programmers See other posts from Programmers or by peter_gent
Published on 2013-03-29T23:37:35Z Indexed on 2013/06/28 22:28 UTC
Read the original article Hit count: 103

Filed under:

In a lecture, the lecturer described the following model :

E - entry (the preconditions to a task).
T - task - doing the task
V - verifying the tasks quality
D - Delivering the tasks
X - Exit.

or ETVDX

If anyone is familiar with this 'generic compliance model', how does it fit into software development exactly? I presume it's equivalent to the waterfall model of negotiating requirements > defining/decompose stage > estimating effort > estimating resources > developing schedule.

© Programmers or respective owner

Related posts about project-management