Assignment
A software house got a project to automate sales/purchase
department of a furniture store. The store management is
clearly transferred their requirements to the software
house management. There is no chance of changing the
requirements afterwards.
Software house management use waterfall process model to
make the project.
Given is the progress flow of water-fall process model
In waterfall process model, the deliverable (document)
produced in one phase serves as an input to the next
phase.
Suppose you are a project manager who is leading this
project. It is decided to work and complete the project
using waterfall process model approach. You are required to
develop a plan in which the key task is to decide the
deliverable that should be built during and after
completion of each phase. Also give a description or
required contents that must be included in those
deliverables.
You are not supposed to make the complete project. All you
are required to do is to make a Project plan. In that, you
need to give a set of deliverables (documents) which
according to you, should be developed in each of the phase
(Requirements, Designing, implementation, Testing,
Maintenance). Also provide contents which should be there
in each deliverable. The contents should be clear and have
brief explanation.
Note:: There are one folder and one file in the attached
folder. The file is named as Assignment 4 write-up which is
your assignment write-up. The other folder named Project
deliverables is the folder in which you are required to
organize and place your deliverables. Name of the
document/deliverable saved in each folder should be
mentioned in the file named checklist (This file is placed
in the “Project deliverables” folder)
For Example
If you produce a deliverable named Requirement
Specification (RS) in the “Requirements” phase. You need to
do following tasks
1) Finalize the RS contents
2) Save the file in sub-folder named Requirements
3) Write the name of this document in the checklist
file under the heading Requirements.
Similarly, you need to make and save deliverables of each
phase. Not all phases contain one deliverable. There must
be some phases having more than one deliverables.
PLEASE SIR PRIVIDE ME THE CHECK LIST FOR GIVE SENERION ?
CHECKLIST ARE:
1-Requirements
2- Designing
3- Implementation
4- Testing
5- Maintenance
Answer / sweeti
plzz help me in this assignment and have you course of
Algorithms CS502, if so plzz send me solution of assignment 4
sweet_ier@yahoo.com
| Is This Answer Correct ? | 0 Yes | 4 No |
Tell me something about your project?
23 Answers Accenture, BG, CTS, HCL, IBM, IPO, Mphasis, NDS, Oracle, PHP, PRDC, Siemens, State Street,
What are the documents that you will refer to create the plan?
What is DLL HELL?
How do you write unit test cases ?
6 Answers College School Exams Tests, Microsoft,
How do speedup the project delivery without affecting the cost?
what are all the test scenarios for login passwords?(user authentication)
How will gather requirements and where do you record. Is it in word / Excel or do you have any tool for that ?
What are the different inputs and outputs of the phases in SDLC ?
How to estimate the cost of projects ?
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
Write a function that counts the number of primes in the range [1-N]. Write the test cases for this function.
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.