Presentasi sedang didownload. Silahkan tunggu

Presentasi sedang didownload. Silahkan tunggu

Software Processes Sekumpulan aktifitas terpadu untuk pelaksanaan spesifikasi, desain, implementasi dan testing system software.

Presentasi serupa


Presentasi berjudul: "Software Processes Sekumpulan aktifitas terpadu untuk pelaksanaan spesifikasi, desain, implementasi dan testing system software."— Transcript presentasi:

1 Software Processes Sekumpulan aktifitas terpadu untuk pelaksanaan spesifikasi, desain, implementasi dan testing system software

2 Objectives To introduce software process models
To describe a number of different process models and when they may be used To describe outline process models for requirements engineering, software development, testing and evolution To introduce CASE technology to support software process activities

3 Topics covered Software process models Process iteration
Software specification Software design and implementation Software validation Software evolution Automated process support

4 The software process Sekumpulan aktifitas yang terstruktur yang dibutuhkan untuk mengembangkan software Specification Design Validation Evolution Model software process adalah representasi abstrak dari proses. Model akan mendeskripsikan suatu proses dari sudut pandang tertentu

5 Generic software process models
The waterfall model Separate and distinct phases of specification and development Evolutionary development Specification and development are interleaved Formal systems development A mathematical system model is formally transformed to an implementation Reuse-based development The system is assembled from existing components

6 Waterfall model

7 Waterfall model phases
Requirements analysis and definition System and software design Implementation and unit testing Integration and system testing Operation and maintenance The drawback of the waterfall model is the difficulty of accommodating change after the process is underway

8 Waterfall model problems
Pembagian proyek yang tidak flexibel dalam bentuk tahapan yang berbeda Hal ini mengakibatkan kesulitan saat merespon perubahan kebutuhan customer Dengan demikian, model ini hanya akan sesuai apabila kebutuhan telah disepakati dan dipahami dengan baik antara customer dan developer

9 Evolutionary development
Exploratory development Objective is to work with customers and to evolve a final system from an initial outline specification. Should start with well-understood requirements Throw-away prototyping Objective is to understand the system requirements. Should start with poorly understood requirements

10 Evolutionary development

11 Evolutionary development
Problems Ketidakjelasan dari process visibility Struktur sistem seringkali amat buruk Dibutuhkan special skills (e.g. in languages for rapid prototyping) Applicability For small or medium-size interactive systems For parts of large systems (e.g. the user interface) For short-lifetime systems

12 Formal systems development
Based on the transformation of a mathematical specification through different representations to an executable program Transformations are ‘correctness-preserving’ so it is straightforward to show that the program conforms to its specification Embodied in the ‘Cleanroom’ approach to software development

13 Formal systems development

14 Formal transformations

15 Formal systems development
Problems Dibutuhkan ketrampilan dan pelatihan khusus untuk mengaplikasikan teknik ini Kesulitan dalam menspesifikasikan beberapa aspek ke dalam sistem misalnya dalam penentuan user interface Applicability System kritis khususnya sistem yang mengutamakan faktor keselamatan dan keamanan sebelum sistem utamanya dioperasikan

16 Reuse-oriented development
Berdasarkan pada pendekatan pakai-ulang yang sistematik dimana sistem dintegrasikan dari komponene2 yang telah tersedia atau disebut COTS (Commercial-off-the-shelf) systems Process stages Component analysis Requirements modification System design with reuse Development and integration Pendekatan ini menjadi sangat penting namun kajian dan pengalaman masih sangat terbatas

17 Reuse-oriented development

18 Process iteration Dalam suatu project system requirements SELALU mengalami perubahan, itulah sebabnya iterasi proses pada tahapan awal yang selalu dikerjakan berulang-ulang menjadi bagian dari prosess pada system yang lebih besar Iteration can be applied to any of the generic process models Two (related) approaches Incremental development Spiral development

19 Incremental development
Bukan sekedar menghantarkan sistem sebagai “single delivery”, development dan delivery dipecah menjadi beberapa tahapan dimana tiap tahap akan mendeliver bagian dari kebutuhan fungsionalitas sistem User requirements are prioritised and the highest priority requirements are included in early increments Once the development of an increment is started, the requirements are frozen though requirements for later increments can continue to evolve

20 Incremental development

21 Incremental development advantages
Kebutuhan customer dapat di-delivered di tiap-tiap increment sehingga sistem akan tersedia lebih awal increments awal bertindak sebagai prototype untuk membantu menentukan kebutuhan untuk increment selanjutnya Lower risk of overall project failure The highest priority system services tend to receive the most testing

22 Extreme programming Pendekatan baru pada tahapan pengembangan dengan berbasis pada development and delivery of very small increments of functionality Mengacu pada pengembangan kode secara konstan, pelibatan user dalam development team dan pairwise programming

23 Spiral development Process direpresentasikan sebagai spiral bukan aktifitas sequence dengan backtracking Each loop in the spiral represents a phase in the process. No fixed phases such as specification or design - loops in the spiral are chosen depending on what is required Secara explicit resiko dikenali dan diselesaikan selama proses berlangsung

24 Spiral model of the software process

25 Spiral model sectors Objective setting Risk assessment and reduction
Menentukan tujuan untuk phase yang diidentifikasi Risk assessment and reduction Resiko dikenali dan aktifitas dilakukan untuk mengurangi sejumla resiko Development and validation Model development system ditentukan yang memungkinkan penggunaan berbagai model secara umum Planning The project is reviewed and the next phase of the spiral is planned

26 Software specification
Proses untuk menentukan services apa yang dibutuhkan dan batasan pada tahapan pengoperasian dan pengembangan sistem Requirements engineering process Studi kelayakan Pembentukan dan analisa kebutuhan Requirements specification Requirements validation

27 The requirements engineering process

28 Software design and implementation
Proses mengkonversi spesifikasi system specification kedalam executable system Software design Desain struktur software yng mengacu pada dokumen specification Implementation Translate this structure into an executable program Aktifitas desain dan implementasi sangatlah berdekatan dan kadang saling tumpang tindih

29 Design process activities
Architectural design Abstract specification Interface design Component design Data structure design Algorithm design

30 The software design process

31 Design methods Pendekatan sistematik dalam pengembangan desain software The design is usually documented as a set of graphical models Possible models Data-flow model Entity-relation-attribute model Structural model Object models

32 Programming and debugging
Merubah desain kedalam program dan menghilangkan errors yang ditimbulkan dari program Programming is a personal activity - there is no generic programming process Programmers carry out some program testing to discover faults in the program and remove these faults in the debugging process

33 The debugging process

34 Software validation Verification dan validation diperlukan untuk menunjukkan bahwa system telah sesuai dengan spesifikasinya dan memenuhi kebutuhan dari customer Melibatkan checking dan review proses serta system testing System testing meliputi mengeksekusi system dengan skenario test yang diturunkan dari spesifikasi data real untuk diproses oleh system

35 The testing process

36 Testing stages Unit testing Module testing Sub-system testing
Individual components are tested Module testing Related collections of dependent components are tested Sub-system testing Modules are integrated into sub-systems and tested. The focus here should be on interface testing System testing Testing of the system as a whole. Testing of emergent properties Acceptance testing Testing with customer data to check that it is acceptable

37 Testing phases

38 Software evolution Software pada dasarnya flexible dan dapat dirubah.
Dengan berubahnya kebutuhan seiring dengan perubahan kondisi bisnis, software yang mendukung bisnis sudah selayaknya juga ikut berubah Although there has been a demarcation between development and evolution (maintenance) this is increasingly irrelevant as fewer and fewer systems are completely new

39 System evolution

40 Automated process support (CASE)
Computer-aided software engineering (CASE) adalah software untuk mendukung software development dan process evolusi Activity automation Graphical editors for system model development Data dictionary to manage design entities Graphical UI builder for user interface construction Debuggers to support program fault finding Automated translators to generate new versions of a program

41 Case technology Case technology telah berkembang dengan sangat pesat dalam mendukung software process melebihi dari yang diperkirakan sebelumnya Software engineering requires creative thought - this is not readily automatable Software engineering is a team activity and, for large projects, much time is spent in team interactions. CASE technology does not really support these

42 CASE classification Pengklasifikasian CASE membantu kita dalam memahami berbagai tipe dari CASE tools dan dukungannya terhadap process activities Functional perspective Tools are classified according to their specific function Process perspective Tools are classified according to process activities that are supported Integration perspective Tools are classified according to their organisation into integrated units

43 Functional tool classification

44 Activity-based classification

45 CASE integration Tools Workbenches Environments
Support individual process tasks such as design consistency checking, text editing, etc. Workbenches Support a process phase such as specification or design, Normally include a number of integrated tools Environments Support all or a substantial part of an entire software process. Normally include several integrated workbenches

46 Tools, workbenches, environments

47 Key points Software processes adalah aktifitas meliputi producing dan evolving software system. Aktifitas ini direpresentasikan dalam software process model Activitas umumnya meliputi specification, design dan implementation, validation dan evolution Model process secara umum menggambarkan organisasi process software Iterative process models mendiskripsikan software process sebagai siklus aktifitas

48 Key points Rekayasa Kebutuhan adalah process pengembangan spesifikasi software Proses design dan implementasi mengubah spesifikasi menjadi executable program Validation memastikan system telah memenuhi spesifikasi dan kebutuhan user Evolution fokus pada modifikasi system setelah software system diterapkan CASE technology mendukung aktifitas software process


Download ppt "Software Processes Sekumpulan aktifitas terpadu untuk pelaksanaan spesifikasi, desain, implementasi dan testing system software."

Presentasi serupa


Iklan oleh Google