‎2007 Mar 29 6:05 AM
what is the process of development of an object
could u plz explain clearly.
which means what are the steps we go through before implementation of an object.
how will assign the work and when we get any trouble in spec what would we do?
‎2007 Mar 29 6:10 AM
hi,
-->Analysis
-->Design
-->Coding
-->Self Review
-->QA Review
-->Delivery
These are the basic steps while developing the object.
During analysis time u have clear all ur doubts .
If useful reward points.
‎2007 Mar 29 6:13 AM
Hi,
First you receive the functional Spec or technical spec from the onsite.
If it is a Technical spec it is easy for the developer to write code.
But in the case of a Functional spec , take the help of a Fun guy and prepare the tech spec first then start coding.
After preparing the tech spec, it has to be reviewed along with your PL, Testing person.
then clarify the doubt's/logic if any and start the coding.
Once the coding is over, then it has to be tested/checked by a Senior of your team and if any mistakes are there he will tell you and you will correct them, it is called Code walk through.
Then You prepare a Unit testing Doc (UTD) for that with some test cases.
After that give that object to testing people, they will test it based on their rules and conditions and once it is over, they will send it to quality and the object is delivered to client from quality.
reward if useful
regards,
ANJI
‎2007 Mar 29 6:27 AM