Documentation is a critical part of the
analysis phase and ensures that everything decided upon is captured
in a format that other people can use, which is
maintainable. It describes a
system in words without
trying to understand the code.
Documents are written in
version control so that everyone can keep track
of what was decided on which
versions of the document.
We provide the following
documents in the Systems Analysis and Design phase but do have the ability to
write custom documents based on your company needs:
- URS (User Requirement Specification) : This is where we provide a template for our clients to fill in.
They will then place down their thoughts, return the document back to us, and we begin fact-finding
- Functional Specification : Once the URS is decided upon, a functional specification
is derived from the URS into a more detailed and technical document. This is part of the
systems analysis and design phase
- Technical Specification : Both the top specifications are required by CAP Embryonic, but the
technical specification is something the client can decide, whether to move forward with or not.
Usually, enough information is captured n the Functional Specification to ensure that the system is
written within expectations. The Technical Specification goes into the very low level of
software development and is often not needed, but sometimes required depending on how
strict the client wants every little detail of the system to be developed according to his/her requirement
[Back To Top]