Categories: Software Engg

Key Questions to Ask During Software Requirement Analysis

Following are some of the common issues faced by many teams that I came across, at one or the other point, is the complaint posted by their client regarding following:

  1. The team including developers and testers do not understand requirements
  2. The team do not ask enough questions and require spoon feeding
  3. The team makes assumptions
  4. The team does a good job in coding normal use case scenario; However, they fail to take into account exception handling.

The end result of above is unhappy client, a confused team and go-fix-the-issues team management. With some research and experiments, I found some of following questions that when asked during requirement analysis phase, helps take care of most of the above issues.

  1. What business need is forcing the above change? What will be the benefit to the business with above change being incorporated?
  2. What business events lead to the above requirement? (Input & output data are generally used to determine the business events)
  3. Perform business use case analysis
    • What is the business use case that involves above activity in alternate form?
    • How the current business processes use to get executed without the change mentioned in the requirement? How would business processes get impacted as a result of change?
    • Consider evaluating different scenarios including normal, exception and alternate cases for involved business use case

Following are some of the terminologies that may be good to know for software developers/testers:

  • Business events: Any happenings taking place outside the boundary/scope of work which enters the system boundary in the form of input data set can be called as business events
  • Business use case: The system response to business event can be termed as business use case
  • Business process: The set of activities/tasks required to be performed in business use case can be termed as business processes
  • Scenarios: A set or sequence of activities that takes place in business use case can be termed as scenario. Scenario can be normal, alternate or exception scenarios.
  • Product use case: The set of activities/tasks that falls within scope of system can be termed as product use case. A product use case constitutes business use case.
Ajitesh Kumar

I have been recently working in the area of Data analytics including Data Science and Machine Learning / Deep Learning. I am also passionate about different technologies including programming languages such as Java/JEE, Javascript, Python, R, Julia, etc, and technologies such as Blockchain, mobile computing, cloud-native technologies, application security, cloud computing platforms, big data, etc. For latest updates and blogs, follow us on Twitter. I would love to connect with you on Linkedin. Check out my latest book titled as First Principles Thinking: Building winning products using first principles thinking. Check out my other blog, Revive-n-Thrive.com

Recent Posts

Feature Engineering in Machine Learning: Python Examples

Last updated: 3rd May, 2024 Have you ever wondered why some machine learning models perform…

2 days ago

Feature Selection vs Feature Extraction: Machine Learning

Last updated: 2nd May, 2024 The success of machine learning models often depends on the…

3 days ago

Model Selection by Evaluating Bias & Variance: Example

When working on a machine learning project, one of the key challenges faced by data…

3 days ago

Bias-Variance Trade-off in Machine Learning: Examples

Last updated: 1st May, 2024 The bias-variance trade-off is a fundamental concept in machine learning…

4 days ago

Mean Squared Error vs Cross Entropy Loss Function

Last updated: 1st May, 2024 As a data scientist, understanding the nuances of various cost…

4 days ago

Cross Entropy Loss Explained with Python Examples

Last updated: 1st May, 2024 In this post, you will learn the concepts related to…

4 days ago