Technical Documentation in Software Development: Types and Tools - AltexSoft
Technical Documentation in Software Development: Types and Tools - AltexSoft
2020 22:11
Menu
Technical documentation in software engineering is the umbrella term that encompasses all
written documents and materials dealing with software product development. All software
development products, whether created by a small team or a large corporation, require some
related documentation. And di!erent types of documents are created through the whole software
development lifecycle (SDLC). Documentation exists to explain product functionality, unify project-
related information, and allow for discussing all signi"cant questions arising between stakeholders
and developers.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 1 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
On top of that, documentation errors can set gaps between the visions of stakeholders and
engineers and, as a result, a proposed solution won’t meet stakeholders expectations.
Consequently, managers should pay a lot of attention to documentation quality.
The Waterfall approach is a linear method with distinct goals for each development phase.
Teams that use waterfall spend a reasonable amount of time on product planning in the early
stages of the project. They create an extensive overview of the main goals and objectives and plan
what the working process will look like. Waterfall teams strive to create detailed documentation
before any of the engineering stages begin. Careful planning works well for projects with little to no
changes in progress as it allows for precise budgeting and time estimates. However, waterfall
planning has proven to be ine!ective for long-term development as it doesn’t account for possible
changes and contingencies on the go. According to PMI’s 9th Global Project Management Survey,
the Agile approach is used by 71 percent of organizations for their projects.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 2 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
The agile approach is based on teamwork, close collaboration with customers and stakeholders,
#exibility, and ability to quickly respond to changes. The basic building blocks of agile development
are iterations; each one of them includes planning, analysis, design, development, and testing. The
agile method doesn’t require comprehensive documentation at the beginning. Managers don’t
need to plan much in advance because things can change as the project evolves. This allows for
just-in-time planning. As one of the Agile Manifesto values suggests, putting – “working software
over comprehensive documentation -“, the idea is to produce documentation with information that
is essential to move forward, when it makes the most sense.
Today, agile is the most common practice in software development, so we’ll focus on
documentation practices related to this method.
Types of documentation
The main goal of e!ective documentation is to ensure that developers and stakeholders are
headed in the same direction to accomplish the objectives of the project. To achieve them, plenty
of documentation types exist.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 3 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
· Product documentation
· Process documentation
Product documentation describes the product that is being developed and provides
instructions on how to perform various tasks with it. In general, product documentation includes
requirements, tech speci"cations, business logic, and manuals. There are two main types of
product documentation:
· System documentation represents documents that describe the system itself and its parts. It
includes requirements documents, design decisions, architecture descriptions, program source
code, and FAQs.
· User documentation covers manuals that are mainly prepared for end-users of the product and
system administrators. User documentation includes tutorials, user guides, troubleshooting
manuals, installation, and reference manuals.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 4 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
The main di!erence between process and product documentation is that the "rst one record the
process of development and the second one describes the product that is being developed.
The best practice is to write a requirement document using a single, consistent template that all
team members adhere to. The one web-page form will help you keep the document concise and
save the time spent on accessing the information. Here’s a look at an example of a one-web-page
product-requirements document to understand various elements that should be included in your
PRD. Nevertheless, you should remember that this isn’t the one and only way to compile this
document.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 5 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 6 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Technical documentation example: One web-page software requirements document created by using
Atlassian Con!uence, the content collaboration software
Here are the main recommendations points to include in your product requirement document:
1. Roles and responsibilities. Start your document with the information about project
participants including a product owner, team members, and stakeholders. These details will
clarify responsibilities and communicate the target release goals for each of the team members.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 7 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
2. Team goals and business objective. De"ne the most important goals in a short point form.
3. Background and strategic !t. Provide a brief explanation of the strategic aim of your actions.
Why are you building the product? How do your actions a!ect product development and align
with the company’s goals?
4. Assumptions. Create a list of technical or business assumptions that the team might have.
5. User Stories. List or link user stories that are required for the project. A user story is a
document written from the point of view of a person using your software product. The user
story is a short description of customer actions and results they want to achieve.
6. Acceptance criteria. Those are the conditions that indicate a user story is completed. The
main purpose of acceptance criteria is to de"ne a satisfactory result for a usage scenario from
the end-user perspective. Check our dedicated article on acceptance criteria to learn more.
7. User interaction and design. Link the design explorations and wireframes to the page.
8. Questions. As the team solves the problems along the project progression, they inevitably have
many questions arising. A good practice is to record all these questions and track them.
9. Not doing. List the things which you aren’t doing now but plan on doing soon. Such a list will
help you organize your teamwork and prioritize features.
Make all this information more comprehensive by using the following practices:
· Use links and anchors. They will help you make the document easier to read and search as
readers will be able to comprehend the information gradually. For instance, you can provide
links to customer interviews and anchors to previous discussions or other external information
related to the project.
· Use diagramming tools to better communicate the problems to your team. People are more
likely to perceive information by looking at the images than reading an extensive document.
Di!erent visual models will help you to perform this task and outline requirements more
e!ectively. You can incorporate diagrams into your requirements process using the following
software diagramming tools: Visio, Gli!y, Balsamiq, Axure or SmartArt in Microsoft O$ce.
The UX documentation can be divided into stages. The research stage includes:
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 8 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
· User personas
· User scenario
· Scenario map
· UX style guide
User Personas are created and documented during the research stage. The information gathered
during user interviews and surveys is compiled into functional user persona documents. User
personas represent the key characteristics of real users, focusing on behavior, thought patterns,
and motivation.
A user scenario is a document that describes the steps a user persona will take to accomplish a
speci"c task. User scenarios focus on what a user will do, rather than outlining the thought
process. The set of scenarios can be either visual or narrative, and describe the existing scenarios
or future functionality.
Scenario maps are used to compile the existing user scenarios into a single document. Scenario
maps show all possible scenarios available at a given moment. The main purpose of a scenario
map is to depict all the possible scenarios for every single function, as well as intersecting scenario
steps.
A user story map is formed from the backlog of the product. This type of document helps to
arrange the user stories into future functions or parts of the application. A user story map can be a
scheme, or a table of user stories grouped in a particular order to denote the required functions
for a certain sprint.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 9 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Source: realtimeboard.com
The UX style guide is a document that includes the design patterns for the future product. It also
describes all possible UI elements and content types used, de"ning the rules of how they should
be arranged and work with each other. But, unlike a UI style guide, UX designers don’t describe the
actual look of the interface.
On the stage of prototyping and designing, a UX designer often works with the deliverables and
updates documentation on par with other team members, including product owner, UI designers,
and development team. The most common documents produced at these stages are:
· Site maps
· Wireframes
· Mock-ups
· Prototypes
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 10 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
A site/product map is a visual scheme that represents the connection between all pages of a
product. The map helps the whole team visualize the structure of a website or app and the
connections between the pages/functions. Creating a site map is a part of arranging the
information architecture.
Source: uxforthemasses.com
User "ow or user journey schemes help the team to map the steps a user should take through
the whole product. The main task of a user #ow scheme is to depict the possible steps a user may
take, going from page to page. Usually, the scheme includes all the pages, sections, buttons, and
functions they provide to show the logic of user movement.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 11 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Source: medium.com
Wireframes are the blueprints for future UI. Basically, wireframes are the schemes that show how
to arrange the elements on the page and how they should behave. But, wireframes don’t depict
what those elements should look like.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 12 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Source: gallery.wacom.com
A mock-up is the next product design stage, showing the actual look and feel of a product.
Basically, mock-ups are static images representing the "nal product design.
A prototype is a mock-up that you can interact with: click some buttons, navigate between
di!erent pages, and so on. A prototype can be created in a prototyping tool like Sketch or
MockFlow. Using templates, UX designers can create interactive mock-ups on the early stages of
development to be employed for usability testing.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 13 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Software design document template. Discuss and form a consensus with stakeholders
regarding what needs to be covered in the architecture design document before it has been
created and use a de"ned template to map architectural solutions.
Architecture & Design Principles. Underline the guiding architecture and design principles with
which you will engineer the product. For instance, if you plan to structure your solution using
microservices architecture, don’t forget to speci"cally mention this.
User Story description. Connect user stories with associated business processes and related
scenarios. You should try to avoid technical details in this section.
Solution details. Describe the contemplated solution by listing planned services, modules,
components, and their importance.
Diagrammatic representation of the solution. Identify the diagrams that need to be created
to help understand and communicate the structure and design principles.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 14 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Source: docs.microsoft.com
Source code documents may include but are not limited to the following details:
· Security measures
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 15 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Try to keep the document simple by making short sections for each element and supporting them
with brief descriptions.
· Test strategy
· Test plan
· Test checklists
A test strategy is a document that describes the software testing approach to achieve testing
objectives. This document includes information about team structure and resource needs along
with what should be prioritized during testing. A test strategy is usually static as the strategy is
de"ned for the entire development scope.
A test plan usually consists of one or two pages and describes what should be tested at a given
moment. This document should contain:
· Testing methods
· Timeframes
· Roles and responsibilities (e.g. unit tests may be performed either by the QA team or by
engineers)
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 16 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
A test case speci!cations document is a set of detailed actions to verify each feature or
functionality of a product. Usually, a QA team writes a separate speci"cations document for each
product unit. Test case speci"cations are based on the approach outlined in the test plan. A good
practice is to simplify speci"cations description and avoid test case repetitions.
Test checklist is a list of tests that should be run at a particular time. It represents what tests are
completed and how many have failed. All points in the test checklists should be de"ned correctly.
Try to group test points in the checklists. This approach will help you keep track of them during
your work and not lose any. If it helps testers to check the app correctly, you can add comments to
your points on the list.
API documentation
Nearly any product has its APIs or Application Programming Interfaces. Their documentation
informs developers how to e!ectively use and connect to the required APIs.
API documentation is a deliverable produced by technical writers as tutorials and guides. This type
of documentation should also contain the list of all available APIs with specs for each one.
· end-users
· system administrators
The documentation created for end-users should explain in the shortest way possible how the
software can help solve their problems. Some parts of user documentation, such as tutorials and
onboarding, in many large customer-based products are replaced with onboarding training.
Nevertheless, there are still complex systems remaining that require documented user guides.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 17 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
The online form of user documentation requires technical writers to be more imaginative. Online
end-user documentation should include the following sections:
· FAQs
· Video tutorials
· Embedded assistance
· Support Portals
In order to provide the best service for end-users, you should collect your customer feedback
continuously. The wiki system is one of the more useful practices. It helps to maintain the existing
documentation. If you use the wiki system you won’t need to export documents to presentable
formats and upload them the servers. You can create your wiki pages using a wiki markup
language and HTML code.
System administrators’ documents don’t need to provide information about how to operate the
software. Usually, administration docs cover installation and updates that help a system
administrator with product maintenance. Here are standard system administrators documents:
· Functional description – describes the functionalities of the product. Most parts of this
document are produced after consultation with a user or an owner.
· System admin guide – explains di!erent types of behaviors of the system in di!erent
environments and with other systems. It also should provide instructions on how to deal with
malfunction situations.
Process Documentation
Process documentation covers all activities surrounding product development. The value of
keeping process documentation is to make development more organized and well-planned. This
branch of documentation requires some planning and paperwork both before the project starts
and during the development. Here are common types of process documentation:
Plans, estimates, and schedules. These documents are usually created before the project
starts and can be altered as the product evolves.
Reports and metrics. Reports re#ect how time and human resources were used during
development. They can be generated on a daily, weekly, or monthly basis. Consult our article on
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 18 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
agile delivery metrics to learn more about process documents such as velocity chats, sprint
burndown charts, and release burndown charts.
Working papers. These documents exist to record engineers’ ideas and thoughts during project
implementation. Working papers usually contain some information about an engineer’s code,
sketches, and ideas on how to solve technical issues. While they shouldn’t be the major source of
information, keeping track of them allows for retrieving highly speci"c project details if needed.
Standards. The section on standards should include all coding and UX standards that the team
adheres to along the project’s progression.
The majority of process documents are speci"c to the particular moment or phase of the process.
As a result, these documents quickly become outdated and obsolete. But they still should be kept
as part of development because they may become useful in implementing similar tasks or
maintenance in the future. Also, process documentation helps to make the whole development
more transparent and easier to manage.
The main goal of process documentation is to reduce the amount of system documentation. In
order to achieve this, write the minimal documentation plan. List the key contacts, release dates,
and your expectations with assumptions.
There are three types of product roadmaps that are used by Agile product teams:
· Strategic roadmap
· Technology or IT roadmap
· Release plan
A strategic roadmap is a high-level strategic document, that contains overall information on the
project. Strategic roadmaps usually state a vision and long-term goals. In the case of agile product
development, a roadmap can be arranged in themes. Themes are multiple tasks that a team must
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 19 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
complete and are somehow connected. For instance, a theme may sound like “enhance page-
loading speed,” which entails a handful of actions.
Grouping the information around the themes makes a roadmap highly #exible and updatable,
which is a great "t for sprint-based development. The best advice concerning strategic
roadmapping is to include only important information. Otherwise, you risk turning your roadmap
into a clumsy scheme, di$cult to both understand and maintain.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 20 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Source: productplan.com
Source: hutwork.com
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 21 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
A release plan is used to set strict time limits for releases. A release plan should focus on the
actual deadlines without specifying release details.
Source: productplan.com
It is highly recommended to use roadmap speci"c tools to create your own roadmaps. Online tools
like Roadmunk provide various templates for product roadmaps, allow quick editing, and provide
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 22 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Keep in mind, that a roadmap, depending on its type, can be a product document that states
requirements. It also describes the process and guides your team through development.
· Atlassian Con#uence is the most popular collaborative project tool that has the whole
ecosystem for managing product requirements and writing documentation. Con#uence is
known for a stable wiki system and an e$cient user story management interface.
· ai is a tool for collaborative documentation creation, storing, data sharing, and using a wiki
system. The documentation is interactive, meaning that developers can embed blocks or
snippets of code right into the document and share it in one click. Once you "nish editing your
documentation, you can save it in PDF or markdown format, and post on any other platform.
· Github needs no introduction, except for those who want to use it for software documentation.
It provides you with its own wiki system and allows for converting your documentation into a
compelling website showcases.
Markdown editors
As software documentation is easier to be used on the web, it has to be created in a proper
format. That’s why text-based markup languages are used. The most popular one is Markup, which
can be easily converted into HTML, doesn’t require any special knowledge to use it. Markup is used
on GitHub and Reddit, and basically everywhere for web-based documentation. So, here are some
Markdown editors that can be useful for creating documents for your project:
· Typora
· iA writer
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 23 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
· Quiver
· ProductPlan
· Aha!
· Roadmunk
· Roadmap Planner
Basically, all the tools o!er free trials and paid plans with di!erences in templates, numbers of
roadmaps, and persons you can share them with.
· Sketch is a simple but powerful vector-based design tool that has a web-application and a Mac
desktop client. Sketch is popular and quite simple, o!ering enough capabilities for designing
interfaces.
· InVision is one of the most popular tools for prototyping. InVision is famous for its collaborative
features and cross-platform capabilities, making it a great tool for designing future interfaces.
· UXPin is a Mac and Windows design tools that allows you to build any type of blueprints. You can
also upload your sketches or wireframes from other products and make an interactive
prototype of it.
· Adobe XD – where XD stands for experience design. The product is aimed at UX specialists. It
allows designers to create high-"delity prototypes and share them via the app.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 24 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
· Swagger is a free self-documenting software service designed to create and update RESTful web
services and APIs.
· strongqa.com – documentation templates for quality assurance specialists. These include testing
checklists, smoke testing templates, test plans, and more.
· ReadySET is a large library of software documentation templates in HTML that include planning
documents, architecture, design, requirements, testing, and many more.
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 25 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
Use cross-links
Use cross-links between documents, whether those are product pages or user guides. Proper
navigation through your documentation is important to give the reader the right understanding of
a subject. Such practice can be considered user-#ow, but for your project documentation.
Final word
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 26 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
The agile methodology encourages engineering teams to always focus on delivering value to their
customers. This key principle must also be considered in the process of producing software
documentation. Good software documentation should be provided whether it is a software
speci"cations document for programmers and testers or software manuals for end users.
Comprehensive software documentation is speci"c, concise, and relevant.
As we have mentioned above, it’s not obligatory to produce the entire set of documents described
in this article. You should rather focus only on those documents that directly help achieve project
objectives.
14 Comments
Further Reading
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 27 of 28
Technical Documentation in Software Development: Types and Tools | AltexSoft 22.10.2020 22:11
WHITEPAPER
WHITEPAPER
Estimating
Agile Project Software
Management: Engineering
Best Practices Effort: Project
and and Product
Methodologies Development
Agile Software Approach
Development
Metrics and KPIs
that Help
Optimize Product
Delivery
https://www.altexsoft.com/blog/business/technical-documentation-in-software-development-types-best-practices-and-tools/ Page 28 of 28