What are the 7 stages of the SDLC?
What does the planning phase of the SDLC involve?
Discussing the basic requirements for the software such as:
1. The purpose of the application
2. The details about the end-user of the product
3. The design for the user interfaces
4. Software Requirements such as User login, Landing page, shopping cart, product search etc
What does the requirement analysis phase of the SDLC involve?
What does the design phase of the SDLC involve?
What is the DDS?
Design Documentation Specification Document.
What is the SRS?
Software Requirement Specification Document.
The SRS document is created during the requirement analysis phase and adds more detail to the requirements that came out of the planning phase.
What does the implementation/coding stage of the SDLC involve?
What does the testing phase of the SDLC involve?
What does the deployment phase of the SDLC involve?
What does the maintenance phase of the SDLC involve?
Can you do multiple iterations of the SDLC?
Yes you can!!!!
Which is how the team works at work.
Give some examples of requirements that might be created in the planning phase. Who decides these requirements?
example planning requirements:
1. User registration
2. Login
3. Logout
4. Dashboard Landing Page
5. Shopping basket
6. Checkout
Requirements are decided between the development team and the client.
In the planning phase a requirement for “user registration” was created. What would happen with this requirement in the requirement analysis phase? give an example.
More details would be added to the requirement.
For the “user registration” requirement the details could be:
1. Username input field
2. Password field
3. Checkbox - accept terms and conditions
4. Submit button
5. Save user in the database