Chapter 3 2 min read
Save

Requirement Gathering and Feasibility Study

System Analysis and Project Management · BCA · Updated Apr 15, 2026

Table of Contents

Requirements

A requirement is a statement of what the system must do or a property it must have. Clear requirements are the single most important factor in project success.

Types of Requirements

  • Functional requirements — specific behaviors: login, compute tax, generate report.
  • Non-functional requirements — quality attributes: performance, security, usability, reliability, portability.
  • Domain requirements — constraints specific to the business area.
  • User vs system requirements — user requirements are written in plain language; system requirements are more detailed and formal.

Requirement Elicitation Techniques

  1. Interviews — structured, unstructured, or semi-structured conversations.
  2. Questionnaires — reach many users, harder to dig deeper.
  3. Observation — watch users work; exposes tacit knowledge.
  4. Document analysis — read manuals, forms, reports.
  5. Workshops / JAD — bring stakeholders together.
  6. Prototyping — build a quick mock-up to clarify expectations.
  7. Use cases and user stories — narrative descriptions of interactions.

Characteristics of Good Requirements

Requirements should be clear, complete, consistent, verifiable, feasible, traceable, and prioritized. Avoid vague words like "fast", "easy", or "modern".

Software Requirements Specification (SRS)

The SRS is the final output of the analysis phase. A typical IEEE-830 structure:

  1. Introduction — purpose, scope, definitions.
  2. Overall description — product perspective, functions, users, assumptions.
  3. Specific requirements — functional, interface, performance, logical database, design constraints.
  4. Appendices.

Feasibility Study

A feasibility study evaluates whether the proposed project is worth pursuing. It has four dimensions:

  • Technical — can we build it with today's technology and skills?
  • Economic (cost-benefit) — do projected benefits exceed costs? Measures: payback period, NPV, ROI.
  • Operational — will end users adopt the system? Does it fit the organization?
  • Schedule — can we deliver by the required date?

Cost-Benefit Analysis

List tangible and intangible costs and benefits. Discount future cash flows to today using Net Present Value:

NPV = Σ CFt / (1 + r)t

A positive NPV means the project adds value.

Requirement Validation

After writing the SRS, validate it by review meetings, prototyping, test-case writing, and consistency checks. Fixing a requirements defect costs far less before coding than after deployment.

Summary

Good requirements come from multiple elicitation techniques, written in a structured SRS, and validated with stakeholders. A sound feasibility study prevents unwise investments.

Important Questions

  1. Differentiate functional and non-functional requirements.
  2. List and briefly explain seven elicitation techniques.
  3. What are the qualities of good requirements?
  4. Describe the structure of an SRS document.
  5. Explain the four types of feasibility.
  6. Define NPV, ROI, and payback period.
  7. How are requirements validated?
  8. Write a user story for online shopping checkout.

Related Notes

Discussion

0 comments

Join the discussion

Log in to share your thoughts and help fellow students.

Log in to comment

No comments yet. Be the first to share your thoughts!