Search Results for: notes software engineering software development life cycle software development life cycle sdlc

SDLC – Spiral Model

The spiral software development life cycle (SDLC) model features incremental and Evolutionary development processes, which means it is developed over several iterations or loops similar to increments. In the spiral…

 398 total views

SDLC – Evolutionary Model

…and therefore, it has some incremental development. This is called a major release of the software product. Before a major release, there would be multiple minor releases of the software

 1,348 total views

Typical Software Project Management Life Cycle

…typical project life cycle, almost every software starts with a need for the software. Somebody in an organization feels the need for software to automate certain things, and based on…

 85 total views

SDLC – Iterative Waterfall Model

cycle, and defects usually get detected much later in the life cycle. For example, a design defect might go unnoticed till the coding or testing phase. Once a defect is detected,…

 3,434 total views

SDLC – Rapid Application Development (RAD) Model

development? RAD achieves the fast creation of working prototypes through the use of specialized tools. These specialized tools usually support the following features: The visual style of development Use of…

 440 total views

Python Fundamentals – Tuples

…courses = (“Engineering“,”Data Science”,[“Python Programming”, “Golang”]) courses[0] = “Software Development Life Cycle” print(courses[0]) # Output: TypeError: ‘tuple’ object does not support item assignment courses = (“Engineering“,”Data Science”,[“Python Programming”, “Golang”]) courses[2][0]…

 106 total views

Software Testing – Levels of Testing

Software testing plays a crucial role in the software development life cycle. There are various levels of software testing, and levels are associated with the different phases of the software

 79 total views

Software crises still exist

…be avoided in challenging projects, but it can be minimized by following software engineering principles. References Fundamentals of Software Engineering Book by Rajib Mall and NPTEL video series.  229 total views…

 229 total views

SDLC – Agile Methodology – Extreme Programming

…more reliable, test to the extreme level. The extreme programming suggests writing the test cases continuously, called Test-Driven Development (TDD). In Test-Driven development, even before the code is written, the…

 147 total views

Scroll to Top
Scroll to Top