can any body help me to know the procedure followed by
programmer/developer inorder to develop a project. what are
the steps, how he/she get the SRS,technical document??how
does he submit his wotk to TL/PM/Business Analyst?? How
does these documents review?? how the developer starts
coding? how does he deploy his coding in server? in which
server he will deploy?? what are the important document a
developer should have???
Pls give me a real time scenario of development process,
how it is going on in a company????
Thanks in advance
Answer / megha
Hi
Broadly there are 5 phases in the project
1. Planning 2. Analysis 3. Design 4. Development 5. Testing
The following min document required for each phase
1. Planning
a) Project Plan b) Resource Identification 3. Risk Mngt
d) Conguration Managt e)Project monitoring
2. Analysis
a) Add/UseCase/Protype b) Review of these doc c) CR
procedure
3. Design : Design /archit (HLD,LLD)
Alternative solution(DAR)
Review of these docs
4. Coding : Coding standards
Unit Test case
Code Review
Exit criteria
5. testing :
System testcase,Intergration Test cases
UAT
Hope this will help u
| Is This Answer Correct ? | 6 Yes | 2 No |
Where and how are the risks associated with your project identified and documented?
How do the audits cover planning activities?
Write a function that will return the number of days in a month (not using System.DateTime)?
How do you estimate the effort for your project? Where is the estimation procedure documented?
How do you know what you need to deliver or do in your project?
What is DLL HELL?
What is the project management structure in your project? Is a PL assigned to the project?
What are the different phases of SDLC ?
94 Answers College School Exams Tests, Geometric Software, Infosys, Microsoft, NIIT, Samyak, Sun Microsystems, TCS,
How are the team members kept informed about the current status of the project?
Tell about current project ?
About current project architecture ?
Given a MAKEFILE (yeah a makefile), design the data structure that a parser would create and then write code that iterates over that data structure executing commands if needed.