diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..cb7b602 --- /dev/null +++ b/css/style.css @@ -0,0 +1,4 @@ +body { + margin: 10%; + +} \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..3d7960a --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + +
+SDLC is a process followed for a software project, within a software organization. + It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance + specific software. The life cycle defines a methodology for improving the quality of software and the + overall development process.
+Stage 1: Planning and Requirement Analysis
Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.
Stage 2: Defining Requirements
Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through an SRS (Software Requirement Specification) document which consists of all the product requirements to be designed and developed during the project life cycle.
Stage 3: Designing the Product Architecture
DDS - Design Document Specification is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity, budget and time constraints, the best design approach is selected for the product.
Stage 4: Building or Developing the Product
Stage 5: Testing the Product