# Introduction Hello everyone, my name is Lautaro I work as a web developer and today i'm going to talk about a lifeCycle of a WebPage. ## Outline There are more or less seven steps that we have to follow when we start a new proyect ### Requirements * In this step we have to define which kind of problems our page has to solve. eg. " Some tool that allows users to import pictures with little descriptions, and publish them on the web (Facebook main idea) " ### Use of Cases * Translate the requirements to a real task for the programmers. (technical tasks) ### Roadmap * Assign the estimated time to each task. ### Development * now we have to implement the tasks that we already defined in the previus step ### Quality Assurance/ Testing * Once we finished all the tasks and our page is running ,it is time to test all the features we defined at the begining in the requirements. ### Launch * Now it is time to deploy our app on production and start to use it or start to find customers ### Maintenance and Review * Maintenance of the app, look for for bugs or mistakes/errors that could happen and were not detected on the testing steps. Also we could recover comments for the customers to improve the application and get more feedback.