Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

regarding step by step process

Former Member
0 Likes
488

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?

3 REPLIES 3
Read only

Former Member
0 Likes
463

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.

Read only

Former Member
0 Likes
463

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

Read only

0 Likes
463

thanks