Скачать презентацию Software development life cycle 23 04 2015 Скачать презентацию Software development life cycle 23 04 2015

SDLC__Domain_Analysis.ppt

  • Количество слайдов: 53

Software development life cycle 23. 04. 2015 Software development life cycle 23. 04. 2015

Software development life cycle (SDLC) It is also called as Software development process or Software development life cycle (SDLC) It is also called as Software development process or Software development phases SDLC, Software Development Life Cycle is a process used by software industry to design, develop and test high quality softwares. The SDLC aims to produce a high quality software that meets or exceeds customer expectations, reaches completion within times and cost estimates. Or more simply SDLC is a set of steps that a software program goes through when developed.

What is SDLC? SDLC is a process followed for a software project, within a What is SDLC? SDLC is a process followed for a software project, within a software organization. It consists of a detailed plan describing how to develop, maintain, replace and alter or enhance specific software. The life cycle defines a methodology for improving the quality of software and the overall development process.

Benefits of the SDLC Process The intent of a SDLC process it to help Benefits of the SDLC Process The intent of a SDLC process it to help produce a product that is cost-efficient, effective, and of high quality. Once an application is created, the SDLC maps the proper deployment and decommissioning of the software once it becomes a legacy.

Six Stages of Software Development Life Cycle for Software Development A typical Software Development Six Stages of Software Development Life Cycle for Software Development A typical Software Development life cycle consists of the following stages: 1. Planning and Requirement Analysis 2. Defining Requirements 3. Designing the product architecture 4. Building or Developing the Product 5. Testing the Product 6. Deployment in the Market and Maintenance

Typical SDLC Planning Deployment Defining Testing Designing Building Typical SDLC Planning Deployment Defining Testing Designing Building

Stage 1: Planning and Requirement Analysis Requirement analysis is the most important and fundamental Stage 1: Planning and Requirement Analysis Requirement analysis is the most important and fundamental stage in SDLC. It is performed by the senior members of the team with inputs from the customer, the sales department, market surveys and domain experts in the industry. This information is then used to plan the basic project approach and to conduct product feasibility study in the economical, operational, and technical areas. Planning for the quality assurance requirements and identification of the risks associated with the project is also done in the planning stage. The outcome of the technical feasibility study is to define the various technical approaches that can be followed to implement the project successfully with minimum risks.

Stage 2: Defining Requirements Once the requirement analysis is done the next step is Stage 2: Defining Requirements Once the requirement analysis is done the next step is to clearly define and document the product requirements and get them approved from the customer or the market analysts. This is done through ‘SRS’ –Software Requirement Specification document which consists of all the product requirements to be designed and developed during the project life cycle.

Stage 3: Designing the product architecture SRS is the reference for product architects to Stage 3: Designing the product architecture SRS is the reference for product architects to come out with the best architecture for the product to be developed. Based on the requirements specified in SRS, usually more than one design approach for the product architecture is proposed and documented in a DDS -Design Document Specification. This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, design modularity , budget and time constraints , the best design approach is selected for the product. A design approach clearly defines all the architectural modules of the product along with its communication and data flow representation with the external and third party modules (if any). The internal design of all the modules of the proposed architecture should be clearly defined with the minutest of the details in DDS.

Stage 4: Building or Developing the Product In this stage of SDLC the actual Stage 4: Building or Developing the Product In this stage of SDLC the actual development starts and the product is built. The programming code is generated as per DDS during this stage. If the design is performed in a detailed and organized manner, code generation can be accomplished without much hassle. Developers have to follow the coding guidelines defined by their organization and programming tools like compilers, interpreters, debuggers etc are used to generate the code. Different high level programming languages such as C, C++, Java, and PHP are used for coding. The programming language is chosen with respect to the type of software being developed.

Stage 5: Testing the Product This stage is usually a subset of all the Stage 5: Testing the Product This stage is usually a subset of all the stages as in the modern SDLC models, the testing activities are mostly involved in all the stages of SDLC. However this stage refers to the testing only stage of the product where products defects are reported, tracked, fixed and retested, until the product reaches the quality standards defined in the SRS.

Stage 5: Testing the Product Stage 5: Testing the Product

Stage 6: Deployment in the Market and Maintenance Once the product is tested and Stage 6: Deployment in the Market and Maintenance Once the product is tested and ready to be deployed it is released formally in the appropriate market. Sometime product deployment happens in stages as per the organizations’ business strategy. The product may first be released in a limited segment and tested in the real business environment (UAT-User acceptance testing). Then based on the feedback, the product may be released as it is or with suggested enhancements in the targeting market segment. After the product is released in the market, its maintenance is done for the existing customer base.

SDLC Models There are various software development life cycle models defined and designed which SDLC Models There are various software development life cycle models defined and designed which are followed during software development process. These models are also referred as "Software Development Process Models". Each process model follows a Series of steps unique to its type, in order to ensure success in process of software development. Following are the most important and popular SDLC models followed in the industry: Waterfall Model Iterative Model Spiral Model V-Model Big Bang Model The other related methodologies are Agile Model, RAD Model – Rapid Application

Waterfall Model Waterfall model is the earliest SDLC approach that was used for software Waterfall Model Waterfall model is the earliest SDLC approach that was used for software development. The waterfall Model illustrates the software development process in a linear sequential flow; hence it is also referred to as a linearsequential life cycle model. This means that any phase in the development process begins only if the previous phase is complete. In waterfall model phases do not overlap. Waterfall approach was first SDLC Model to be used widely in Software Engineering to ensure success of the project. In "The Waterfall" approach, the whole process of software development is divided into separate phases. In Waterfall model, typically, the outcome of one phase acts as the input for the next phase sequentially.

Waterfall Model design Following is a diagrammatic representation of different phases of waterfall model. Waterfall Model design Following is a diagrammatic representation of different phases of waterfall model.

Waterfall sequential phases The sequential phases in Waterfall model are: Requirement Gathering and analysis Waterfall sequential phases The sequential phases in Waterfall model are: Requirement Gathering and analysis All possible requirements of the system to be developed are captured in this phase and documented in a requirement specification doc. System Design: The requirement specifications from first phase are studied in this phase and system design is prepared. System Design helps in specifying hardware and system requirements and also helps in defining overall system architecture.

Waterfall sequential phases Implementation: With inputs from system design, the system is first developed Waterfall sequential phases Implementation: With inputs from system design, the system is first developed in small programs called units, which are integrated in the next phase. Each unit is developed and tested for its functionality which is referred to as Unit Testing. Integration and Testing: All the units developed in the implementation phase are integrated into a system after testing of each unit. Post integration the entire system is tested for any faults and failures.

Waterfall sequential phases Deployment of system: Once the functional and non functional testing is Waterfall sequential phases Deployment of system: Once the functional and non functional testing is done, the product is deployed in the customer environment or released into the market. Maintenance: There are some issues which come up in the client environment. To fix those issues patches are released. Also to enhance the product some better versions are released. Maintenance is done to deliver these changes in the customer environment.

Waterfall Model Application Every software developed is different and requires a suitable SDLC approach Waterfall Model Application Every software developed is different and requires a suitable SDLC approach to be followed based on the internal and external factors. Some situations where the use of Waterfall model is most appropriate are: Requirements are very well documented, clear and fixed Product definition is stable Technology is understood and is not dynamic There are no ambiguous requirements Ample resources with required expertise are available to support the product The project is short

Waterfall Model Pros Simple and easy to understand use. Easy to manage due to Waterfall Model Pros Simple and easy to understand use. Easy to manage due to the rigidity of the model – each phase has specific deliverables and a review process. Phases are processed and completed one at a time. Works well for smaller projects where requirements are very well understood. Clearly defined stages. Well understood milestones. Easy to arrange tasks. Process and results are well documented.

Waterfall Model Cons No working software is produced until late during the life cycle. Waterfall Model Cons No working software is produced until late during the life cycle. High amounts of risk and uncertainty. Not a good model for complex and object-oriented projects. Poor model for long and ongoing projects. Not suitable for the projects where requirements are at a moderate to high risk of changing. So risk and uncertainty is high with this process model. It is difficult to measure progress within stages. Cannot accommodate changing requirements.

Waterfall Model Cons No working software is produced until late in the life cycle. Waterfall Model Cons No working software is produced until late in the life cycle. Adjusting scope during the life cycle can end a project Integration is done as a "big-bang” at the very end, which doesn't allow identifying any technological or business bottleneck or challenges early.

Iterative Model An iterative life cycle model does not attempt to start with a Iterative Model An iterative life cycle model does not attempt to start with a full specification of requirements. Instead, development begins by specifying and implementing just part of the software, which is then reviewed in order to identify further requirements. This process is then repeated, producing a new version of the software at the end of each iteration of the model. Iterative process starts with a simplementation of a subset of the software requirements and iteratively enhances the evolving versions until the full system is implemented. At each iteration, design modifications are made and new functional capabilities are added. The basic idea behind this method is to develop a system through repeated cycles (iterative) and in smaller portions at a time (incremental).

Iterative Model design Following is the pictorial representation of Iterative and Incremental model: Iterative Model design Following is the pictorial representation of Iterative and Incremental model:

Iterative Model design Iterative and Incremental development is a combination of both iterative design Iterative Model design Iterative and Incremental development is a combination of both iterative design or iterative method and incremental build model for development. "During software development, more than one iteration of the software development cycle may be in progress at the same time. " and "This process may be described as an "evolutionary acquisition" or "incremental build" approach. " In incremental model the whole requirement is divided into various builds. During each iteration, the development module goes through the requirements, design, implementation and testing phases. Each subsequent release of the module adds function to the previous release. The process continues till the complete system is ready as per the requirement.

Iterative Model design The key to successful use of an iterative software development lifecycle Iterative Model design The key to successful use of an iterative software development lifecycle is rigorous validation of requirements, and verification & testing of each version of the software against those requirements within each cycle of the model. As the software evolves through successive cycles, tests have to be repeated and extended to verify each version of the software.

Iterative Model Application Like other SDLC models, Iterative and incremental development has some specific Iterative Model Application Like other SDLC models, Iterative and incremental development has some specific applications in the software industry. This model is most often used in the following scenarios: Requirements of the complete system are clearly defined and understood. Major requirements must be defined; however, some functionalities or requested enhancements may evolve with time. There is a time to the market constraint.

Iterative Model Application A new technology is being used and is being learnt by Iterative Model Application A new technology is being used and is being learnt by the development team while working on the project. Resources with needed skill set are not available and are planned to be used on contract basis for specific iterations. There are some high risk features and goals which may change in the future.

Iterative Model Pros Some working functionality can be developed quickly and early in the Iterative Model Pros Some working functionality can be developed quickly and early in the life cycle. Results are obtained earlyand periodically. Parallel development can be planned. Progress can be measured. Less costly to change the scope/requirements. Testing and debugging during smaller iteration is easy. Risks are identified and resolved during iteration; and each iteration is an easily managed milestone.

Iterative Model Pros Easier to manage risk - High risk part is done first. Iterative Model Pros Easier to manage risk - High risk part is done first. With every increment operational product is delivered. Issues, challenges & risks identified from each increment can be utilized/applied to the next increment. Risk analysis is better. It supports changing requirements. Initial Operating time is less. Better suited for large and mission-critical projects. During life cycle software is produced early which facilitates customer evaluation and feedback.

Iterative Model Cons More resources may be required. Although cost of change is lesser Iterative Model Cons More resources may be required. Although cost of change is lesser but it is not very suitable for changing requirements. More management attention is required. System architecture or design issues may arise because not all requirements are gathered in the beginning of the entire life cycle.

Iterative Model Cons Defining increments may require definition of the complete system. Not suitable Iterative Model Cons Defining increments may require definition of the complete system. Not suitable for smaller projects. Management complexity is more. End of project may not be known which is a risk. Highly skilled resources are required for risk analysis. Project’s progress is highly dependent upon the risk analysis phase.

Domain analysis 23. 04. 2015 Domain analysis 23. 04. 2015

Definition Domain analysis is the process of identifying, collecting, organizing, analyzing and representing a Definition Domain analysis is the process of identifying, collecting, organizing, analyzing and representing a domain model from the study of existing systems, underlying theory, emerging technology and development histories within the domain of interest.

Domain Analysis Concepts The development of large and complex software systems requires a clear Domain Analysis Concepts The development of large and complex software systems requires a clear understanding of desired system features and of the capabilities of the software required to implement those features. Software reuse, which has long promised improvements in the development process, will become feasible only when the features and capabilities common to systems within a domain can be properly defined in advance of software development. Domain analysis, the systematic exploration of software systems to define and exploit commonality, defines the features and capabilities of a class of related software systems. Thus, the availability of domain analysis technology is a factor that can improve the software development process and promote software reuse by providing a means of communication and a common understanding of the domain.

Terms The list below offers definitions of several terms which are basic to domain Terms The list below offers definitions of several terms which are basic to domain analysis, and which are essential to the following discussion of a domain analysis method. Application: A system which provides a set of general services for solving some type of user problem. Context: The circumstances, situation, or environment in which a particular system exists. Domain: (also called application domain) A set of current and future applications which share a set of common capabilities and data

Terms Domain analysis: The process of identifying, collecting, organizing, and representing the relevant information Terms Domain analysis: The process of identifying, collecting, organizing, and representing the relevant information in a domain based on the study of existing systems and their development histories, knowledge captured from domain experts, underlying theory, and emerging technology within the domain. Domain engineering: An encompassing process which includes domain analysis and the subsequent construction of components, methods, and tools that address the problems of system/subsystem development through the application of the domain analysis products. Domain model: A definition of the functions, objects, data, and relationships in a domain.

Terms Feature: A prominent or distinctive user-visible aspect, quality, or characteristic of a software Terms Feature: A prominent or distinctive user-visible aspect, quality, or characteristic of a software system or systems. Software architecture: The high-level packaging structure of functions and data, their interfaces and control, to support the implementation of applications in a domain. Software reuse: The process of implementing new software systems using existing software information.

Terms Reusable component: A software component (including requirements, designs, code, test data, etc. ) Terms Reusable component: A software component (including requirements, designs, code, test data, etc. ) designed and implemented for the specific purpose of being reused. User: Either a person or an application that operates a system in order to perform a task

Domain Analysis Process Domain analysis gathers and represents information on software systems that share Domain Analysis Process Domain analysis gathers and represents information on software systems that share a common set of capabilities and data. The methods proposed in suggest that there are three basic phases in the domain analysis process: 1. Context analysis: defining the extent (or bounds) of a domain for analysis. 2. Domain modelling: describing the problems within the domain that are ad- dressed by software. 3. Architecture modelling: creating the software architecture(s) that implements a solution to the problems in the domain.

Participants in the Domain Analysis Process Picture depicts the three groups of participants in Participants in the Domain Analysis Process Picture depicts the three groups of participants in the domain analysis process. During each phase these players take on slightly different roles.

Participants in the Domain Analysis Process Context analysis: The domain analyst interacts with users Participants in the Domain Analysis Process Context analysis: The domain analyst interacts with users and domain experts to establish the bounds of the domain and establish a proper scope for the analysis. The analyst also gathers sources of information for performing the analysis. Domain modelling: The domain analyst uses information sources and the other products of the context analysis to support the creation of a domain model. This model is reviewed by the system user, the domain expert, and the requirements analyst. Architecture modelling: Using the domain model, the domain analyst produces the architecture model. This model should be reviewed by the domain expert, the requirements analyst, and the software engineer. The user need not participate in this review.

Tailoring the Products to Enhance the Domain Analysis The requirements analyst and software designer Tailoring the Products to Enhance the Domain Analysis The requirements analyst and software designer will use the products of a domain analysis when implementing a new system. During implementation, these products are tailored to produce the specification and design of that system. This tailoring process will provide feed- back of information to the domain analyst and expert to modify or extend the domain analysis for future developments. (See Figure on next slide. ) This feedback may also serve to improve the domain analysis process, by discovering possible weaknesses in the original methods.

Tailoring the Products to Enhance the Domain Analysis Tailoring the Products to Enhance the Domain Analysis

Domain Analysis Products The domain analysis method must provide specific representations to document the Domain Analysis Products The domain analysis method must provide specific representations to document the results of each of the domain analysis activities. These representations form a reference model for systems in the domain. The representations define the scope of the domain, describe the problems solved by software in the domain, and provide architectures that can implement solutions.

Domain Analysis Products For each of the three phases of the domain analysis process Domain Analysis Products For each of the three phases of the domain analysis process there will be a separate set of representations of the domain. Context analysis: The results of this phase provide the context of the domain. This requires representing the primary inputs and outputs of software in the domain as well as identifying other software interfaces.

Domain Analysis Products Domain modelling: The products of this phase describe the problems addressed Domain Analysis Products Domain modelling: The products of this phase describe the problems addressed by software in the domain. They provide: features of software in the domain standard vocabulary of domain experts documentation of the entities embodied in software generic software requirements via control flow, data flow, and other specification techniques

Domain Analysis Products Architecture modelling: This phase establishes the structure of implementations of software Domain Analysis Products Architecture modelling: This phase establishes the structure of implementations of software in the domain. The representations generated provide developers with a set of architectural models for constructing applications and mappings from the domain model to the architectures. These architectures can also guide the development of libraries of reusable components.

Phases and Products of Domain Analysis Figure depicts the three phases of the method Phases and Products of Domain Analysis Figure depicts the three phases of the method and lists the products of each.

Thank you for attention! Thank you for attention!