Presentation is loading. Please wait.

Presentation is loading. Please wait.

Software Engineering Lecture # 1.

Similar presentations


Presentation on theme: "Software Engineering Lecture # 1."— Presentation transcript:

1 Software Engineering Lecture # 1

2 Construction The construction activities are those that directly related to the development of software Requirement Gathering Design Development Coding Testing

3 Management Management activities are kind of umbrella activities that are used to smoothly and successfully perform the construction activities. Some of the major management activities are listed below: Project Planning and Management Configuration Management Software Quality Assurance Installation and Training

4 Development Activities

5 Software Development Loop
Software development activities could be performed in a cyclic and that cycle is called software development loop. The major stages of software development loop are described below. Problem Definition Technical Development Solution Integration Status Quo Hardware

6 Continued..

7 Phases of software development

8 Software Process Software Process defines the way to produce software. I t includes Software life-cycle model Tools to use Individuals building software Software life-cycle model defines how different phases of the life cycle are managed.

9 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 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.

10 Continued 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.

11 Continued Concept exploration Determine what the client needs, not what the client wants

12 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. From the customer requirements identify what to build.

13 Designing the product architecture
From the specification identify how to build. 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.

14 continued The inputs from users and information gathered in requirement gathering phase are the inputs of this step. The output of this step comes in the form of two designs; logical design and physical design. Engineers produce data dictionaries, logical diagrams, data-flow diagrams.

15 Continued Design involves two steps
Architectural Design – Identify modules Detailed Design – Design each modules Document – Architecture Document, Design Document

16 Continued This DDS is reviewed by all the important stakeholders and based on various parameters as risk assessment, product robustness, budget and time constraints , the best design approach is selected for the product.

17 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.

18 continued 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++, Pascal, Java, and PHP are used for coding. The programming language is chosen with respect to the type of software being developed

19 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.

20 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.

21 Software Engineering-Definitions

22 Build and fix Model In this model the product is constructed without specification or any attempt at design. The developers simply build a product that is reworked as many times as necessary to satisfy the client. This model may work for small projects but is totally unsatisfactory for products of any reasonable size. The cost of build-and fix is actually far greater than the cost of properly specified and carefully designed product.

23 Continued.. This model includes the following two phases.
Build: In this phase, the software code is developed and passed on to the next phase. Fix: In this phase, the code developed in the build phase is made error free. Also, in addition to the corrections to the code, the code is modified according to the user's requirements.

24 Advantages and Disadvantages

25 Build and fix model

26 Retirement Good software is maintained
Sometimes software is rewritten from scratch Software is now un-maintainable because A drastic change in design has occurred The product must be implemented on a totally new hardware/operating system Documentation is missing or inaccurate Hardware is to be changed—it may be cheaper to rewrite the software from scratch than to modify it True retirement is a rare event


Download ppt "Software Engineering Lecture # 1."

Similar presentations


Ads by Google