Software development is an agile process. It encompasses a series of activities or tasks spanning sequential stages -- planning and analysis, designing, implementation, testing and deployment/release. At each stage of the process, there are outputs produced and passed to the next stage for them to take further shape. For example, the designer produces a design blueprint and passes it to the developer for implementation. Upon completion, the tester steps in to perform testing for quailty assurance purposes and so on and so forth. As stages follow one another in order, we call it a development chain. This way of working ensures that the deliverables get worked on one aspect at a time. Not only does it help developers focus better on specific tasks in hand, it also provides an environment for the product to remain as stable as it can be throughout the development.
| September 14, 2011 | |
User Rating:
/ 0
|
|
| Views: 1,210 | |
|
PDF
Link
Link: |
Add comments |
A3 Platform is a tool that enables you to create tasks which are needed to meet a software requirement. After you set linkages and dependencies between these tasks you created, the tool helps you monitor the task progress and based on the rules you've already set, will alert the designated person that he or she can begin and continue with the work. This automation helps manage and progress through the development chain more smoothly. For example, the tool could automatically assign an implementation Task to a programmer when the design Task is done.
In this tutorial, we are going to form a development chain in A3 Platform to help manage meeting a system requirement of adding a register function. To do that, we are going to create some Tasks related to from designing the register page to deploying system with the new register function.
To try the example in this tutorial hands on, you must have A3 Platform installed on your computer. The following project and users will be used throughout this tutorial.
If you already have a running installation of A3 Platform, you may use your own project and users for this tutorial. Otherwise, please read the tutorial Download and Installation of A3 Platform to learn how to install A3 Platform and set up users and projects.








| Option | Description |
|---|---|
| Complete to assign | When the Status of this Task is set to Completed, assign the dependent Task. |
| Complete to complete | When the Status of this Task is set to Completed, set the dependent Task to Completed. |
| Complete to close | When the Status of this Task is set to Completed, set the dependent Task to Closed. |
| Start to assign | When the Progress of this Task is set to be between 0% to 100%, assign the dependent Task. |
| Start to complete | When the Progress of this Task is set to be between 0% to 100%, set the dependent Task to Completed. |
| Start to close | When the Progress of this Task is set to be between 0% to 100%, set the dependent Task to Closed. |
| Close to assign | When the Status of this Task is set to Closed, assign the dependent Task. |
| Close to complete | When the Status of this Task is set to Closed, set the dependent Task to Task. |
| Close to close | When the Status of this Task is set to Closed, set the dependent Task to Closed. |








Click on one of the stars below to rate this article from 1 (lowest) to 5 (highest).
Comments (1)
written by Voncile on December 18, 2011
Articles like this really grease the sfthas of knowledge.