0% found this document useful (0 votes)
26 views47 pages

Assignment Cover Sheet - IT

Uploaded by

Sadip Bhattarai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views47 pages

Assignment Cover Sheet - IT

Uploaded by

Sadip Bhattarai
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 47

INTERNATIONAL SCHOOL OF

MANAGEMENT AND TECHNOLOGY

FACULTY OF COMPUTING

ASSIGNMENT COVER SHEET


This form is to be completed by students submitting assignments of level 4 and level 5.
Students are required to complete all sections and attach to your assignment.

STUDENT DETAILS

STUDENT NAME Sadip Bhattarai

STUDENT ID

UNIT AND ASSIGNMENT DETAILS

UNIT TITLE Unit 7: Software Development Lifecycles

UNIT NUMBER K/618/7408

ASSIGNMENT Implementing Software Development Lifecycles in a web-based


TITLE product of an organization

ISSUE DATE 11/12/2023 DUE DATE 5/02/2024

ASSESSOR Rahul Kumar


NAME

ESTIMATED 5000 Words


WORD LENGTH

SUBMISSION
HAND IN DATE 5/02/2024

DECLERATION AND ACKNOWLEDGEMENT


When submitting assignments, each student must sign a declaration confirming
that the work is their own.

Plagiarism and Collusion

Plagiarism: to use or pass off as one’s own, the writings or ideas of another
without acknowledging or crediting the source from which the ideas are taken.

Collusion: submitting an assignment, project or report completed by another


person and passing it off as one’s.

In accordance with the Academic Integrity and Plagiarism Policy:

1. I declare that:
a) this assignment is entirely my own work, except where I have included fully-
documented references to the work of others,
b) the material contained in this assignment has not previously been submitted
for any other subject at the University or any other educational institution,
except as otherwise permitted,
c) no part of this assignment or product has been submitted by me in another
(previous or current) assessment, except where appropriately referenced, and
with prior permission from the Lecturer / Tutor / Unit Coordinator for this unit.

2. I acknowledge that:
a) if required to do so, I will provide an electronic copy of this assignment to the
assessor;
b) the assessor of this assignment may, for the purpose of assessing this
assignment:
I. reproduce this assignment and provide a copy to another member of
academic staff;
II. communicate a copy of this assignment to a plagiarism checking
service such as Plagiarism Check (which may then retain a copy of this
assignment on its database for the purpose of future plagiarism
checking).
I am aware of and understand that any breaches to the Academic Code of Conduct will
be investigated and sanctioned in accordance with the College Policy.

SIGNATURE DATE 5/02/2024

Introduction.................................................................................................................................................6
Task 1...........................................................................................................................................................7
Introduction.............................................................................................................................................7
Overview of Different Lifecycle Models:..................................................................................................7
Iterative Models:.....................................................................................................................................7
Agile:........................................................................................................................................................8
Advantages of Agile model:.....................................................................................................................8
Disadvantages of Agile model:.................................................................................................................8
Spiral:.......................................................................................................................................................8
Advantages of Spiral Model:....................................................................................................................8
Disadvantages of Spiral Model:...............................................................................................................8
Sequential Model:....................................................................................................................................9
Waterfall Model:......................................................................................................................................9
Advantages of Waterfall Model:..............................................................................................................9
Disadvantages of Waterfall Model:.........................................................................................................9
V- Model:.................................................................................................................................................9
Advantages of V-Model:..........................................................................................................................9
Disadvantages of V-Model:....................................................................................................................10
Risk Management in SDLC Models.........................................................................................................10
The steps involving Risk Management:..................................................................................................10
Task 2.........................................................................................................................................................12
The following are the types of feasibility studies:..................................................................................13
The components of Feasibility Study are:..............................................................................................14
Impact of Feasibility Study on Economy-Finances Project.....................................................................16
Key Requirements..................................................................................................................................17
Task 3.....................................................................................................................................................18
Software Development Lifecycle for Ecnomy-Finances Project.............................................................18
Task 4.........................................................................................................................................................26
A Report On
Software Development Life Cycle
available to KDS

Submitted by

Sadip Bhattarai

Submitted to

Rahul Kumar
Introduction
KTM Digital Solutions (KDS) is an independent software development company that mainly
focuses on planning, designing and building custom software services for businesses of various
sizes involved in several different industries. KDS specializes in utilization of new software
technologies of a wide range, which includes simple stand-alone programs as well as large web-
based applications.

According to the scenario, I’ve recently started my new job as a Junior Software Developer at
KTM Digital Solutions (KDS). With this new job I’ve been required to identify the appropriate
software to be used for a project and carry out a simple investigation into the project to find out
the scope, requirement, limitations and to identify core system processes.

I am required to generate some simple software design to present to the project client to make
sure that I have understood the requirements correctly.
Task 1
Introduction
In the process of software development, the choice of an appropriate development lifecycle
model plays a vital role in the success of the project. As a Junior System Analyst at KTM Digital
Solutions (KDS), tasked with carrying out a preliminary software investigation for a potential
project with Economy-Finances, understanding and selecting an effective software development
lifecycle model is important. This research paper aims to provide an insightful overview of
various software development lifecycle models, consisting of both iterative and sequential
models. Additionally, we explored the crucial aspect of risk management within these models,
explaining strategies to identify, assess and reduce risks throughout the development process.

Moreover, we researched the reason behind the selection of a specific lifecycle model in a real-
world scenario, offering a deeper understanding of the decision-making process. As a part of this
research, we discussed the applicability of the waterfall lifecycle model to large-scale software
development projects, considering its merits and potential challenges. Through this detailed
research, we seek to provide KTM Digital Solutions with the knowledge necessary to make
informed decisions about the software development lifecycle model that best aligns with the
complexity of the Economy-Finances project.

Overview of Different Lifecycle Models:


In the field of software development, different methods guide how software is created. These
models serve as the building blueprint, guiding teams through the phases of planning, designing,
implementation, testing, deployment and maintenance. A closer look at these methods shows
how each has its own features, benefits and potential challenges. (www.javatpoint.com, 2023)
Iterative Models:
Agile:
Agile, a widely used methodology, prioritizes adaptability and collaboration. It divides the
development process into smaller, continuous steps allowing constant improvement and
flexibility to meet changing requirements. (www.javatpoint.com, 2023), (Tryqa.com, 2022)

Advantages of Agile model:


 Incremental development leads to quicker delivery of functional software.
 Involving the client continuously ensures the end product meets expectations, enhancing
satisfaction.
 Regular testing and integration contribute to higher software quality and early defect
detection.

(Tryqa.com, 2022)

Disadvantages of Agile model:


 Agile’s flexibility can lead to uncertainties in project scope.
 Agile may face challenges in handling large and complex projects.

(GeeksforGeeks, 2020), (EDUCBA, 2022)

Spiral:
The Spiral Model in SDLC is a model in which a series of steps are taken in a circular path, like
a spiral. It is a software development methodology which emphasizes an iterative and risk-driven
approach. It combines the aspects of both iterative development and prototyping.
(Tutorialspoint.com, 2023), (www.javatpoint.com, 2023), (GeeksforGeeks, 2018)

Advantages of Spiral Model:


 Risks are identified and addressed early in Spiral Modal.
 Spiral Model supports user feedback and prototyping.

(GeeksforGeeks, 2018), (W3schools.in, 2023), (Guru99, 2023)


Disadvantages of Spiral Model:
 The complexity of the Spiral Model can be challenging to manage, especially in small
projects.
 It can be difficult to balance between working software and documentation.

(www.javatpoint.com, 2023), (GeeksforGeeks, 2018), (Guru99, 2023)

Sequential Model:
The Sequential Model represents a traditional and linear approach to software development. Like
water cascading down in a waterfall, this model follows a step-by-step, sequential progression
through well-defined phases.

(https://www.facebook.com/H2KInfosysLLC, 2021), (richrtesting, 2017), (Ballan et al., 2012)

Waterfall Model:
The Waterfall model represents a linear and sequential approach, where each phase must be
complicated before moving to the next. The waterfall method is best suited for projects with
clear and stable requirements.

(Waterfall, 2023), (Tutorialspoint.com, 2023)

Advantages of Waterfall Model:


 It provides a systematic and easily comprehensible path for software development.
 Its simple structure makes it effective for smaller projects characterized by well-defined
and stable requirements.
 The detailed documentation of the project helps to make the project well organized.

Disadvantages of Waterfall Model:


 Once a phase is completed it is hard to adapt to any changes.
 Late discovery of issues during the testing phase may impact the overall project timeline.
 The Waterfall Model may not be the most suitable choice for dynamic projects where
requirements are prone to change.

(Lutkevich and Lewis, 2022), (GeeksforGeeks, 2018), (Tutorialspoint.com, 2024)


V- Model:
The V-Model, also known as the Verification and Validation Model, is an extension of the
traditional Waterfall Model. In this model each step of creating the software is paired with a
testing phase, forming a V shape. (Openai.com, 2024), (www.javatpoint.com, 2023)

Advantages of V-Model:
 The model is clear, easy to understand and straightforward in its approach.
 Defects can be easily identified early in the development process due to constant testing.
 Managing project documentation is easier due to clear traceability between requirement
design and testing phases.

Disadvantages of V-Model:
 Like the Waterfall Model, the requirements in the V-Model cannot be changed once a
phase has started.
 User feedback is typically obtained late in the development process, potentially leading to
misunderstandings.

(Tutorialspoint.com, 2024), (Guru99, 2023), (Built In, 2023), (More, 2023)

Risk Management in SDLC Models.

In Software Management Life Cycle (SDLC), risks are the potential uncertainties or events that
could affect the successful completion of a project. These problems might come from changes in
requirement, technical issues, lack of resources, delay in schedule, budget limitation, or any other
factors like market condition or changes in rules.

Risk Management in SDLC is a systematic approach which involves the identification, analysis,
and mitigation of potential risks, considering factors like technology challenges, incomplete
requirements, resource availability, project timelines, budget considerations, and external
influences. After identifying potential problems, we look at the consistency and the impact of
that problem. This helps us prioritize and focus on the most serious issues.

(Tran, 2023), (Hijazi et al., 2014), (Vedraj, 2023),

The steps involving Risk Management:


 Identify risk
 Analyzing risk
 Developing migration strategies
 Monitoring and reportting risks
 Risk migration

We should prioritize the risk based on how critical they can be. After that we can move on to
developing strategies to eliminate the potential risk. We can eliminate the potential risk by
continuous monitoring and risk assessment.

The Waterfall Model is a linear or sequential approach to project management that works based
on fixed dates, requirements, and outcomes. It is useful in situations where the project
requirements are well-defined, and the project goals are clear. It is often used for large-scale
projects with long timelines, where there is little room for error and the project stakeholders need
to have a high level of confidence in the outcome. (GeeksforGeeks, 2018)

The Waterfall Model is a structured and sequential approach to project management that
provides a clear understanding of the project’s scope, timeline, and budget. It is ideal for
handling large teams, where everyone can clearly identify which development stage the project is
in without much context. (Boutin, 2021)

The Waterfall Model is also suitable for projects that have strict regulatory requirements, where
requirements and project scope are known and are not subject to change, where budget and
delivery timelines are fixed, where low customer involvement is needed, and where technology
to be used is known and well-understood. (Boiser, 2021)

However, the Waterfall Model has its constraints. It doesn’t allow flexibility, and you must
finish one phase before beginning the next. Your team can’t move forward until they resolve any
problems. Moreover, your team can’t address bugs or technical debt if it’s already moved on to
the next project phase. (Ibm.com, 2024)

In contrast, Agile methodology is more flexible and allows for changes to be made throughout
the project. It is ideal for projects where requirements are not well-defined and where the project
goals are not clear. (Atlassian, 2024)
Analyzing all the advantages and the constraints of waterfall model, we can conclude that
waterfall model is well suited for large scale projects as it has all the important things that help
organizing the software documentation easier.
Task 2
In software engineering, a feasibility study is an analysis of the viability of a proposed project. It
is conducted to evaluate whether the project is technically feasible, financially feasible, and
operationally feasible. (GeeksforGeeks, 2020)

The following are the types of feasibility studies:


Technical Feasibility: This type of feasibility study assesses whether the project is technically
feasible or not. It analyzes the current resources, both hardware and software, and the required
technology to develop the project. It also evaluates the technical skills and capabilities of the
technical team, whether existing technology can be used or not, and whether maintenance and
up-gradation are easy for the chosen technology.

Operational Feasibility: This type of feasibility study analyzes the degree of providing service to
requirements, how easy the product will be to operate and maintain after deployment, and other
operational scopes such as determining the usability of the product and whether the suggested
solution by the software development team is acceptable or not.

Economic Feasibility: This type of feasibility study analyzes the cost and benefit of the project. It
includes a detailed analysis of the cost of the project for development, which includes all
required costs for final development like hardware and software resource required, design and
development cost, operational cost, and so on. After that, it is analyzed whether the project will
be beneficial in terms of finance for the organization or not.

Legal Feasibility: This type of feasibility study analyzes the project in terms of legality. It
includes analyzing barriers to legal implementation of the project, data protection acts or social
media laws, project certificate, license, copyright, and so on. Legal feasibility study is conducted
to know if the proposed project conforms to legal and ethical requirements.

Schedule Feasibility: This type of feasibility study analyzes the timelines or deadlines for the
proposed project, which includes how many times teams will take to complete the final project.
This has a great impact on the organization as the purpose of the project may fail if it can’t be
completed on time.

(GeeksforGeeks, 2020), (Indeed.com, 2022)


In large-scale computer projects, a feasibility study is crucial as it helps to determine whether the
project is viable or not. It is a comprehensive evaluation of the proposed project that evaluates all
factors critical to its success to assess its likelihood of success. (Knowledgehut.com, 2020)

The following are some of the reasons why a feasibility study is important in large-scale
computer projects:

Identifies potential problems: A feasibility study helps to identify potential problems that may
arise during the project’s development. This helps to mitigate risks and avoid costly mistakes.

Determines project scope: A feasibility study helps to determine the project’s scope, which
includes the project’s goals, objectives, and deliverables. This helps to ensure that the project is
aligned with the organization’s overall strategy.

Assesses technical feasibility: A feasibility study assesses the project’s technical feasibility,
which includes evaluating the current resources, both hardware and software, and the required
technology to develop the project. This helps to ensure that the project is technically feasible.

Assesses economic feasibility: A feasibility study assesses the project’s economic feasibility,
which includes analyzing the cost and benefit of the project. This helps to ensure that the project
is financially feasible.

Assesses operational feasibility: A feasibility study assesses the project’s operational feasibility,
which includes analyzing the degree of providing service to requirements, how easy the product
will be to operate and maintain after deployment, and other operational scopes such as
determining the usability of the product and whether the suggested solution by the software
development team is acceptable or not.

Helps to make informed decisions: A feasibility study helps to make informed decisions about
whether to proceed with the project or not. This helps to ensure that the project is aligned with
the organization’s overall strategy and goals.

Enhances project success: A feasibility study enhances the project’s success by ensuring that the
project is viable, technically feasible, financially feasible, and operationally feasible. This helps
to ensure that the project is completed on time, within budget, and meets the organization’s
overall goals.
(Simplilearn, 2012), (Knowledgehut.com, 2020)

The components of Feasibility Study are:


Market Analysis: This section analyzes the market for the proposed project, including the target
audience, competition, and market trends.

Technical Feasibility: This section assesses whether the project is technically feasible or not. It
analyzes the current resources, both hardware and software, and the required technology to
develop the project. It also evaluates the technical skills and capabilities of the technical team,
whether existing technology can be used or not, and whether maintenance and up-gradation are
easy for the chosen technology.

Financial Feasibility: This section analyzes the cost and benefit of the project. It includes a
detailed analysis of the cost of the project for development, which includes all required costs for
final development like hardware and software resource required, design and development cost,
operational cost, and so on. After that, it is analyzed whether the project will be beneficial in
terms of finance for the organization or not.

Operational Feasibility: This section analyzes the degree of providing service to requirements,
how easy the product will be to operate and maintain after deployment, and other operational
scopes such as determining the usability of the product and whether the suggested solution by the
software development team is acceptable or not.

Legal Feasibility: This section analyzes the project in terms of legality. It includes analyzing
barriers to legal implementation of the project, data protection acts or social media laws, project
certificate, license, copyright, and so on. Legal feasibility study is conducted to know if the
proposed project conforms to legal and ethical requirements.

Schedule Feasibility: This section analyzes the timelines or deadlines for the proposed project,
which includes how many times teams will take to complete the final project. This has a great
impact on the organization as the purpose of the project may fail if it can’t be completed on time.

(Entrepreneurindia.co, 2021), (August Brown, 2023)

A Report on
Impact of feasibility study

On Economy-Finances
Impact of Feasibility Study on Economy-Finances Project
Introduction

Economy-Finances, a financial advisory firm, is experiencing a surge in demand for its services,
necessitating the commissioning of a new computer system to support both staff and clients. This
report focuses on the impact of the feasibility study on the Economy-Finances project, outlining
key requirements and the proposed application features.

Key Requirements
The owner of Economy-Finances has outlined critical requirements for the new application:

- Calculation tools for clients to assess costs in different currencies.

- Provision of quotes on potential earnings from savings and investment plans.

- User-friendly interface with appropriate use of textual, numeric, and graphical data.

- Secure storage of user information, including contact details, transaction records, and saved
quotes.

- Transition from a client-server architecture to a potential web-based application.

1. Selection of Development Approach

The feasibility study influenced the choice of a development approach. Given KTM Digital
Solutions' expertise, a suitable paradigm, such as Object-Oriented or Functional Programming,
will be selected to align with the complexity of currency calculations and user interface
requirements.

2. Selection of Project Lifecycle Methodology

The feasibility study led to the recommendation of an Agile methodology. This choice reflects
the dynamic nature of financial services and the need for iterative development, facilitating
continuous feedback and adaptation to evolving client requirements.

3. Core System Processes

Through the feasibility study, core system processes have been identified. This includes the
currency conversion module, which is integral to the application. The breakdown of
requirements into functionalities ensures that critical components are prioritized for effective
implementation.

4. Infrastructure Upgrades

The study has prompted an assessment of the current infrastructure, recognizing the need for
upgrades to support the new system. The potential shift to a web-based application has
implications for hosting options, scalability, and enhanced security measures.

5. Client Presentation

The findings of the feasibility study, including the identified requirements, development
approach, system processes, and infrastructure upgrades, have been summarized and presented to
the Economy-Finances Chief Technical Officer. The client's feedback during this presentation is
crucial for refining the project plan and ensuring alignment with their expectations.

Conclusion

In conclusion, the feasibility study has played a pivotal role in shaping the Economy-Finances
project. It has provided clarity on requirements, influenced the selection of development
paradigms, guided the choice of an Agile methodology, and prompted infrastructure
considerations. As the project progresses, the insights gained from the feasibility study will be
invaluable in steering the development team towards delivering a successful and client-focused
solution. The collaboration between KTM Digital Solutions and Economy-Finances, driven by
the comprehensive feasibility study, positions the project for success in meeting the evolving
needs of the financial sector.
Task 3
Software Development Lifecycle for Ecnomy-Finances Project
1. Identification of Stakeholder Requirements:

Stakeholders for the Management Data Analytics Module include department heads, data
analysts, and system administrators. Key requirements identified through stakeholder interviews
and discussions include:

- Real-time data analytics capabilities

- User-friendly interface for data visualization

- Customizable reports and dashboards

- Secure data access and storage

- Scalability to handle large datasets

- Integration with existing systems

2. Scope Planning:

Inputs: Raw data streams, user queries, predefined analytics algorithms

Outputs: Visualized reports, statistical analyses, actionable insights

Processes: Data preprocessing, analytics computation, visualization generation

Process Descriptors: Automated data cleaning, parallel processing for efficiency

Alternate Solutions: Consideration of cloud-based vs. on-premise solutions

Security Considerations: Encryption of sensitive data, role-based access control

The scope planning phase delves into the intricacies of the Enomy-Finances module,
meticulously defining inputs, outputs, and processes. Data validation processes ensure the
integrity of financial data, transaction processing entails categorization and recording, while
reporting generates diverse financial reports and statements. Process descriptors highlight the
importance of real-time data updates and secure encryption protocols. Consideration of alternate
solutions includes deliberation over cloud-based or on-premise deployment, with security
considerations encompassing multi-factor authentication, robust data encryption, and stringent
access controls.

3. Exploration of Constraints:

Technical Constraints: Compatibility with existing databases, hardware limitations

Budgetary Constraints: Cost-effective technology solutions

Regulatory Constraints: Compliance with data protection regulations

Time Constraints: Timely deployment and continuous updates

4. Functional and Non-functional Requirements:

Functional Requirements:

- Generate trend analyses and predictive models.

- Provide interactive data exploration features.

- Support multiple user roles with varying data access permissions.

Non-functional Requirements:

- Response time for queries should be within 2 seconds.

- System should handle a minimum of 10,000 concurrent users.

- Data encryption standards should comply with industry regulations.

Functional requirements map out the essential features, including user authentication, transaction
processing, and reporting capabilities. Non-functional requirements define performance
benchmarks, such as query response times and system scalability, as well as stringent data
encryption standards to meet financial regulations.

5. Design of Solution:

Algorithmic Software Designs: The Enomy-Finances project necessitates precise algorithmic


designs, represented through flowcharts and pseudocode. These artifacts elucidate the intricacies
of transaction processing and reporting algorithms, ensuring clarity in the subsequent
development phases.

Logical Software Design:

- Finite State Machine (FSM): Modeled the data processing stages.

- Extended FSM: Incorporated user interaction states for analytics customization.

Logical software design delves into the intricacies of transaction processing states through Finite
State Machines (FSM). The extended FSM further integrates user interaction states for
customizable financial reporting. These models provide a visual representation of the system's
behavior, facilitating effective communication and understanding.
Data Designs:

DFDs (Data Flow Diagrams):

Explanation:

Client Input: Represents input from clients, including requests for financial transactions, account
information, etc.

Market Data: Represents data received from external sources about market conditions, currency
exchange rates, and other relevant financial data.
Client Data: Combines client input and market data, forming a comprehensive dataset for further
processing.

Investment Management System: Manages investment-related processes, including transaction


processing, portfolio management, and interacting with external APIs for additional data.

External APIs: Represents any external services or APIs used by the system, such as retrieving
currency exchange rates.

Data Warehousing: Stores and manages historical and current data for reporting, analytics, and
future decision-making.

Reports & Alerts: Generates reports and alerts based on the processed data, providing valuable
insights to clients and system administrators.

Illustrated data flow between modules.

ERDs (Entity-Relationship Diagrams):


Modeled relationships between database entities.

Context Diagrams:
Explanation:

Economy-Finance System: Represents the core system being developed by KTM Digital
Solutions.

External Data Providers: Entities or systems that provide external data to Economy-Finance,
such as market data, currency exchange rates, etc.

Investment Management System: The central component of Economy-Finance responsible for


managing investments, client accounts, and interacting with external data providers.

Reporting & Analytics: The module that generates reports, alerts, and performs analytics based
on processed data.

Depicted the overall system architecture.


Data Dictionaries:

Defined data elements and their attributes.

Data designs include comprehensive visualizations, such as Data Flow Diagrams (DFDs),
illustrating data flow between modules. Entity-Relationship Diagrams (ERDs) model
relationships between financial entities. Context diagrams provide a macroscopic view of the
system architecture, and Data Dictionaries meticulously define financial data elements and their
attributes.

Business Systems Options:

-Cloud-Based Solution: Offers scalability and accessibility.

-On-Premise Solution: Ensures data control and compliance.

Business Systems Options delineate the strategic choices available for system deployment. The
cloud-based solution promises scalability and accessibility, while the on-premise solution
ensures control over sensitive financial data, catering to distinct organizational preferences and
requirements.

Technical Systems Options:

-Use of Data Warehousing: Centralized data storage for analytics.

-Integration with External APIs: Access to external data sources for enhanced analysis.

Technical Systems Options introduce innovative approaches to system architecture. Integration


with financial APIs facilitates access to external financial data sources, enriching the analytics
capabilities. The exploration of blockchain technology underscores a commitment to enhancing
the security and transparency of financial transactions, ensuring the integrity of the financial
management system.

Short Documentation:
Traceability Analysis:

-Traced requirements from stakeholder interviews through each SDLC phase.

-Ensured consistent alignment of software features with stakeholder expectations.

Software Quality Improvement:

-Automated Testing: Implementing automated testing frameworks to ensure code reliability.

-Continuous Integration/Continuous Deployment (CI/CD): Streamlining development and


deployment processes for faster delivery and reduced errors.

Conclusion:

his comprehensive planning report serves as the compass for the Enomy-Finances project,
offering a meticulous alignment of stakeholder requirements, defining the expansive scope,
navigating constraints, specifying functional and non-functional requirements, and designing a
solution that communicates a profound understanding of the program's intricacies. The inclusion
of traceability analysis and software quality improvement approaches underscores a commitment
to delivering a robust, high-quality financial management solution that meets and exceeds
stakeholder expectations. The Enomy-Finances project is poised to traverse the Software
Development Lifecycle with diligence, ensuring a successful and impactful outcome.
Task 4
References

www.javatpoint.com. (2023). SDLC - Software Development Life Cycle - javatpoint. [online]


Available at: https://www.javatpoint.com/software-engineering-software-development-life-cycle
[Accessed 7 Dec. 2023].
www.javatpoint.com. (2023). SDLC Models - javatpoint. [online] Available at:
https://www.javatpoint.com/software-engineering-sdlc-models [Accessed 7 Dec. 2023].
Tryqa.com. (2022). What is Agile model – advantages, disadvantages and when to use it?
[online] Available at: https://tryqa.com/what-is-agile-model-advantages-disadvantages-and-
when-to-use-it/ [Accessed 7 Dec. 2023].
Tryqa.com. (2022). What is Agile model – advantages, disadvantages and when to use it?
[online] Available at: https://tryqa.com/what-is-agile-model-advantages-disadvantages-and-
when-to-use-it/ [Accessed 7 Dec. 2023].
GeeksforGeeks. (2020). Agile Methodology Advantages and Disadvantages. [online] Available
at: https://www.geeksforgeeks.org/agile-methodology-advantages-and-disadvantages/ [Accessed
7 Dec. 2023].

EDUCBA. (2022). Agile Model Advantages and Disadvantages with Roles. [online] Available
at: https://www.educba.com/agile-model-advantages-and-disadvantages/ [Accessed 7 Dec.
2023].
Tutorialspoint.com. (2023). SDLC - Spiral Model. [online] Available at:
https://www.tutorialspoint.com/sdlc/sdlc_spiral_model.htm [Accessed 11 Dec. 2023].

www.javatpoint.com. (2023). Spiral Model (Software Engineering) - javatpoint. [online]


Available at: https://www.javatpoint.com/software-engineering-spiral-model [Accessed 11 Dec.
2023].

GeeksforGeeks. (2018). Software Engineering Spiral Model. [online] Available at:


https://www.geeksforgeeks.org/software-engineering-spiral-model/ [Accessed 11 Dec. 2023].

GeeksforGeeks. (2018). Software Engineering Spiral Model. [online] Available at:


https://www.geeksforgeeks.org/software-engineering-spiral-model/ [Accessed 13 Dec. 2023].

‌W3schools.in. (2023). Available at: https://www.w3schools.in/sdlc/spiral-model [Accessed 13


Dec. 2023].
‌Guru99. (2023). Spiral Model: When to Use? Advantages and Disadvantages. [online]
Available at: https://www.guru99.com/what-is-spiral-model-when-to-use-advantages-
disadvantages.html [Accessed 13 Dec. 2023].

www.javatpoint.com. (2023). Spiral Model (Software Engineering) - javatpoint. [online]


Available at: https://www.javatpoint.com/software-engineering-spiral-model [Accessed 13 Dec.
2023].

GeeksforGeeks. (2018). Software Engineering Spiral Model. [online] Available at:


https://www.geeksforgeeks.org/software-engineering-spiral-model/ [Accessed 13 Dec. 2023].

Guru99. (2023). Spiral Model: When to Use? Advantages and Disadvantages. [online] Available
at: https://www.guru99.com/what-is-spiral-model-when-to-use-advantages-disadvantages.html
[Accessed 13 Dec. 2023].

https://www.facebook.com/H2KInfosysLLC (2021). SEQUENTIAL SDLC MODEL | H2kinfosys


Blog. [online] H2kinfosys Blog. Available at: https://www.h2kinfosys.com/blog/sequential-sdlc-
model/ [Accessed 15 Dec. 2023].

richrtesting. (2017). A simple comparison of Sequential and Iterative software development


methods. [online] Available at: https://richrtesting.com/a-simple-comparison-of-sequential-and-
iterative-software-development-methods/ [Accessed 15 Dec. 2023].

Ballan, C.C., Galvanin, F., Massimiliano Barolo and Fabrizio Bezzo (2012). Parallel design of
pharmacodynamic experiments for the identification of antimicrobial-resistant bacterial
population models. Computer-aided chemical engineering, [online] pp.1125–1129.
doi:https://doi.org/10.1016/b978-0-444-59506-5.50056-0.

Waterfall (2023). Waterfall Model. [online] The Economic Times. Available at:
https://economictimes.indiatimes.com/definition/waterfall-model [Accessed 16 Dec. 2023].

Tutorialspoint.com. (2023). SDLC - Waterfall Model. [online] Available at:


https://www.tutorialspoint.com/sdlc/sdlc_waterfall_model.htm#:~:text=The%20Waterfall
%20model%20is%20the,the%20previous%20phase%20is%20complete. [Accessed 26 Dec.
2023].
‌Lutkevich, B. and Lewis, S. (2022). waterfall model. [online] Software Quality. Available at:
https://www.techtarget.com/searchsoftwarequality/definition/waterfall-model [Accessed 8 Jan.
2024].

GeeksforGeeks. (2018). Waterfall Model Software Engineering. [online] Available at:


https://www.geeksforgeeks.org/waterfall-model/ [Accessed 8 Jan. 2024].

‌GeeksforGeeks. (2018). SDLC V Model Software Engineering. [online] Available at:


https://www.geeksforgeeks.org/software-engineering-sdlc-v-model/ [Accessed 8 Jan. 2024].

www.javatpoint.com. (2023). V-model (Software Engineering) - javatpoint. [online] Available


at: https://www.javatpoint.com/software-engineering-v-model [Accessed 8 Jan. 2024].

Tutorialspoint.com. (2024). SDLC - V-Model. [online] Available at:


https://www.tutorialspoint.com/sdlc/sdlc_v_model.htm [Accessed 8 Jan. 2024].

Guru99. (2023). V-Model in Software Testing. [online] Available at: https://www.guru99.com/v-


model-software-testing.html [Accessed 8 Jan. 2024].

Built In. (2023). What Is the V-Model in Software Development? [online] Available at:
https://builtin.com/software-engineering-perspectives/v-model [Accessed 8 Jan. 2024].

‌More, J. (2023). Software Development Model — V Model - Bootcamp. [online] Medium.


Available at: https://bootcamp.uxdesign.cc/software-development-model-v-model-6a970e6ef029
[Accessed 8 Jan. 2024].

Tran, T. (2023). How to Mitigate Software Development Risks. [online] Orientsoftware.com.


Available at: https://www.orientsoftware.com/blog/software-development-risks/ [Accessed 9
Jan. 2024].

Hijazi, H., Shihadeh Khaleel Alqrainy, Hasan Muaidi and Thair Jamal Khdour (2014). Risk
Factors in Software Development Phases. [online] ResearchGate. Available at:
https://www.researchgate.net/publication/266144501_Risk_Factors_in_Software_Development_
Phases [Accessed 9 Jan. 2024].

‌Vedraj (2023). Mastering Risk Management in the Software Development Lifecycle. [online]
ValueCoders | Unlocking the Power of Technology: Discover the Latest Insights and Trends.
Available at: https://www.valuecoders.com/blog/app-development/how-to-manage-risks-in-the-
software-development-lifecycle/ [Accessed 9 Jan. 2024].

GeeksforGeeks. (2018). Waterfall Model Software Engineering. [online] Available at:


https://www.geeksforgeeks.org/waterfall-model/ [Accessed 5 Feb. 2024].

Boutin, C. (2021). A Guide to the Waterfall Model for Beginners and Project Managers - Unito.
[online] Unito. Available at: https://unito.io/blog/waterfall-model-project-management-
methodology/ [Accessed 5 Feb. 2024].

‌Boiser, L. (2021). Kanban Zone. [online] Kanban Zone - The Lean Software to do More with
Less. Available at: https://kanbanzone.com/2021/waterfall-model-for-project-management/
[Accessed 5 Feb. 2024].

Ibm.com. (2024). IBM Developer. [online] Available at:


https://developer.ibm.com/articles/waterfall-model-advantages-disadvantages/ [Accessed 5 Feb.
2024].

‌Atlassian (2024). Waterfall Methodology for Project Management | Atlassian. [online]


Atlassian. Available at: https://www.atlassian.com/agile/project-management/waterfall-
methodology [Accessed 5 Feb. 2024].

GeeksforGeeks. (2020). Types of Feasibility Study in Software Project Development. [online]


Available at: https://www.geeksforgeeks.org/types-of-feasibility-study-in-software-project-
development/ [Accessed 5 Feb. 2024].

GeeksforGeeks. (2020). Types of Feasibility Study in Software Project Development. [online]


Available at: https://www.geeksforgeeks.org/types-of-feasibility-study-in-software-project-
development/ [Accessed 5 Feb. 2024].
Indeed.com. (2022). What Is a Feasibility Study? Definition, Benefits and Types | Indeed.com.
[online] Available at: https://www.indeed.com/career-advice/career-development/feasibility-
studies [Accessed 5 Feb. 2024].

Knowledgehut.com. (2020). Feasibility Study in Project Management and Its Benefits. [online]
Available at: https://www.knowledgehut.com/blog/project-management/feasibility-study
[Accessed 5 Feb. 2024].

Simplilearn (2012). Feasibility Study and Its Importance in Project Management. [online]
Simplilearn.com. Available at: https://www.simplilearn.com/feasibility-study-article [Accessed 5
Feb. 2024].

‌August Brown. (2023). 5 Key Components of a Feasibility Study. Why Should You Hire an
Expert? [online] Available at: https://augustbrown.com/news-item/5-key-components-of-a-
feasibility-study/ [Accessed 5 Feb. 2024].

‌Entrepreneurindia.co. (2021). What are the Components of a Project Feasibility Report?


[online] Available at:
https://www.entrepreneurindia.co/blog-description/13679/what+are+the+components+of+a+proj
ect+feasibility+report%3f [Accessed 5 Feb. 2024].

You might also like