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

realtime

Former Member
0 Likes
456

hi experts,

i want what will we do in real time before compleation and after compleation of object developement.i want detailed description abt.help me

thanks in advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
431

hi,

1. the functional people will be preparing the spec understanding the business logistics of the client.

2.after approval from the client the technical pepole will implemnt the code with the required functionality.

3.later the code is moved into quality server where it is tested by the techncal person.

4.then it is moved into testing server where the code is tested by the stvg personnel (not mandatory)

5.later the object is moved to production for the testing to be one by the client.

regards,

deepthi reddy

2 REPLIES 2
Read only

Former Member
0 Likes
432

hi,

1. the functional people will be preparing the spec understanding the business logistics of the client.

2.after approval from the client the technical pepole will implemnt the code with the required functionality.

3.later the code is moved into quality server where it is tested by the techncal person.

4.then it is moved into testing server where the code is tested by the stvg personnel (not mandatory)

5.later the object is moved to production for the testing to be one by the client.

regards,

deepthi reddy

Read only

Former Member
0 Likes
431

THE STAGES IN PROJECT DEVELOPMENT ARE:

FUNCTIONAL SPEC

TECHNICAL SPEC

CODING

CODE WALK THROUGH

UNIT TESTING

FINAL TESTING

PRODUCTION

WE'LL GET FUN SPEC FROM ONSITE. TECHNICAL SPEC SHULD DEVELOP BEFORE CODING. IT WILL BE REVIEWED. IF APPROVED, CODING STARTS. ONCE THE CODING OVER IT WILL UNDERGOES CODE WALK THROUGH BY PEERS. THEN MOVED TO TESTING. IN TESTING IF ANY BUGS FOUND... COME BACK TO THE DEVELOPER TO CLARIFY THE BUGS. AGAIN PROCES CONTINUES. IF OBJECT COME OUT OF TESTING WITH SUCCESS. BBJECT WILL BE RELEASED FOR PRODUCTION.

CHEERS.