Sunday, August 16, 2015

software Development life cycle

In order to automate something things should be structured.
1) Requirements
Always Given By user. User are not know about cse. Require have as specific as possible. have to as clear as possible.
2) Design
Design is the crucial part. It should as generic as possible
3) Implementation
4) Testing
5) Deployment
have to deploy in server
6) Maintenance

No comments:

Post a Comment

css snippet for blogger code highlighting

code, .code {     display: block;     background: beige;     padding: 10px;     margin: 8px 15px; }