Formalization of Functional Requirements and Their Traceability in UML Diagrams A Z Notation Based Approach

Size: px
Start display at page:

Download "Formalization of Functional Requirements and Their Traceability in UML Diagrams A Z Notation Based Approach"

Transcription

1 Formalization of Functional Requirements and Their Traceability in UML Diagrams A Z Notation Based Approach Sabnam Sengupta 1,Swapan Bhattacharya 2 Department of Computer Science & Engineering, Jadavpur University, Kolkata , India. 1 sabnam_sg@yahoo.com, 2 bswapan2000@yahoo.co.in Abstract- In this paper, we propose an approach for formalizing the Functional Requirements section of a SRS document and establish traceability of these requirements among different UML diagrams that are used in requirement analysis and design phases after formally representing them, using Z notation, which is a nonexecutable, but, a strongly typed specification language. We represent the formalized functional requirements with their traceability among different UML diagrams visually using E-R Diagram. Development of a tool based on this approach will produce a visual representation of formalized functional requirements and their traceability among different formalized UML diagrams, from which automated traceability of requirement in different phases of software development can be achieved. This tool will enable us with a solution that will be formal and hence automatically verifiable, at the same time understandable by both the developers and users. Index Terms: Traceability, Functional Requirement, UML, Use case diagram, Class Diagram, Sequence Diagram, Z notation, Formalization, ER Diagram, Automated verification. INTRODUCTION In order for the vision of the OMG s model driven architectures to become a reality and software or system development automation to become a success, it is essential, at least to constrict the huge semantic gap between nonformal requirements and semi-formal or formal design specifications in subsequent development phases, and that goes down to the code level. This would enable engineers to employ tools to automatically map requirements into designs and eventually into code within one development project. According to Gotel and Finkelstein [7], Requirement Traceability is The ability to describe and follow the life of a requirement, in both a forward and a backward direction, i.e., from its origins, through its development and specification, to its subsequent deployment and use, and through periods of ongoing refinement and iteration in any of these phases Requirements are the agreement between the customer and the developer regarding the artifacts to be produced. Functional requirements are the requirements to support the various aspects around operation of and interaction with one or more semantic services. The next step in a standard development process will be the derivation of a design of the system based on these requirements. This activity results in design documents. Nowadays, the main reason for failures of largescale systems development is that the requirement analysis stage fails to produce complete, understandable, unambiguous, traceable and testable system requirements documents. The main reason behind this is that, Requirements documents are primarily written in natural language and it is not possible to establish automated traceability of requirements in the subsequent phases of software development. Due to its informal nature, there is no way of making sure that each and every requirement in the Software Requirement Specification (SRS) document has been addressed in the design phase. UML use case diagrams are applied to capture the intended behavior of the system being developed without specifying how the behavior is implemented.

2 Unified Modeling Language (UML) [1, 2] UML is a set of Object Oriented modeling notations that has been standardized by the Object Management Group (OMG) [2]. But, due to semiformal nature of UML, it is not possible to apply rigorous automated analysis or to execute a UML model in order to test its behavior. This has given rise to the need for development of some formal or semi-formal language, which would augment UML and would be able to describe the entire system in totality. Due to these reasons, formalization of UML diagrams is now a dominant area of research. Formal specifications use mathematical notation to describe in a precise way the properties, which an information system must have, without unduly constraining the way in which these properties are achieved. This abstraction makes formal specifications useful in the process of developing a computer system. A formal specification can serve as a single, reliable reference point for all associated with the entire software life cycle. The Z notation [3, 4] is a strongly typed, mathematical, specification language. It is a model-based notation. It is not an executable notation; it cannot be interpreted or compiled into a running program. There are some tools like ZTC [5] for checking Z texts for syntax and type errors in much the same way that a compiler checks code in an executable programming language. We here propose an approach to establish traceability of functional requirements among some of the widely used UML diagrams, used in analysis and design phases of software development, after formally representing requirement and UML diagrams using Z notation. Finally we propose to represent formalized functional requirement along with their traceability within formalized UML diagrams visually using Entity Relationship (ER) diagram. REVIEW OF RELATED WORKS Lots of research work is going on in the direction of requirement traceability. Formalization of UML diagrams using Z notation is another dominant area of research these days. There are a very few works in the direction of visualizing Z notation, [6] is an example of the works in that domain. In this section, we will discuss some of the relevant works in the field of Requirements Traceability. Different approaches have been developed to automate the acquisition of trace information. Typically these approaches support the creation or recovery of traces between two types of engineering artifacts (e.g., design/code, code/documentation, requirements/architectures). For example, Antoniol et al. discuss a technique for automatically recovering traceability links between object-oriented design models and code based on determining the similarity of paired elements from design and code [9]. Murphy et al [16] suggest software reflexion model showing where the engineer's high-level model agrees with and where it differs from a model of the source. Antoniol et al describe an approach to automatically recovering trace information between code and documentation [8]. Other approaches discuss specific traceability issues without focusing on automation: Arlow et al emphasize the need to establish and maintain traceability between requirements and UML design and present Literate Modeling as an approach to ease this task [10]. Gotel and Finkelstein extend the view of artifact based RT and focus on understanding the social network of people that contributed in the development of requirements [25]. Pohl et al describe an approach based on scenarios and meta-models to bridge requirements and architectures [12]. Grünbacher et al. discuss the CBSP approach that improves traceability between informal requirements and architectural models by developing an intermediate model based on architectural dimensions [15]. Gruber et al. discuss the problems of design rationale capture and demand the need for automatically inferring rationale information [14]. Further work will concentrate on developing automated support assisting engineers in exploring and using the automatically derived trace dependencies. For example, by highlighting artifacts and situations that requires special attention [17]. As said earlier, most of these approaches propose to establish the creation or recovery of traces between two types of engineering artifacts

3 (e.g., design/code, code/documentation, and requirements/architectures). In this paper, we, too, propose to establish traceability of functional requirement in UML diagrams used in analysis and design phases of software development. Additionally, we propose to formalize a functional requirement and the UML diagrams, within which we propose to establish traceability of requirements, using Z notation. Finally, we represent the formalized requirement along with its traceability among UML Diagrams visually using an ER diagram. As this requirement traceability is followed by formalization, a tool based on this approach would empower us in achieving automated traceability of requirement and automated checking of consistency among UML diagrams used in analysis and design phases of software development. SCOPE OF WORK In this paper we propose to establish functional requirement traceability in UML diagrams used in analysis and design phases and check consistency among the same UML diagrams based on the traceability parameters and consistency rules proposed in section IV. In order to do so, we have used Z notation as a standard for expressing the functional requirement section of a SRS and some of the UML diagrams (use case, class and sequence diagrams along with a few of their elements) in a formal manner. In Section IV we propose some basic traceability parameters of functional requirements and consistency rules among different UML diagrams. After we formalize requirement and these diagrams in Section V, these parameters are met and the rules get satisfied. In section VI, we demonstrate verification of traceability parameters and consistency rules after formalization. Finally we represent the formalized functional requirements along with their traceability among UML diagrams visually using an ER diagram in Section VII. We demonstrate our approach with the help of a simple case study in section VIII. Our approach would bridge the semantic gap between functional requirements of a SRS document and UML diagrams that has become a de-facto industry standard for analyzing and designing object oriented systems. This approach would also bridge the gap between a visual modeling language, that is easy to understand, and Z notation, that is formal, i.e., mathematical and difficult to understand by the users and the developers. A tool based on our approach would generate a visual representation of a formalized functional requirement and UML diagrams from which automated verification of functional requirement traceability and consistency among diagrams used in different phases of software development can be achieved. REQUIREMENT TRACEABILITY PARAMETERS AND CONSISTENCY RULES Based on the relationships among functional requirements of a SRS document and different UML diagrams, a number of traceability parameters and consistency rules can be developed. These parameters and rules verify some of the basic existence parameters between the requirement and different diagrams, which are necessary conditions for ensuring requirement traceability among UML diagrams used in different phases of software development. A. Requirement Traceability Parameters A functional requirement has an ID and a description. A functional requirement has to be captured by at least one use case. More than one use case can capture a functional requirement. B. Consistency Rules Rule 1: Rules for Use Case Diagram: A use case can capture one and only one functional requirement. A use case should contain at least one event. An event has to be of type either basic or alternate. An event has to be handled by at least one method Rule 2: Rules for Sequence Diagram: Any method that handles an event has to be present in a message of a sequence diagram. A message can be between two objects or between an actor and an object. Each message can either be a string or a method.

4 Rule 3: Rules for Class Diagram: All the methods that handle events of a use case and present in a sequence diagram has to be present as a method of a class of a class diagram. FORMALIZATION OF FUNCTIONAL REQUIREMENT AND UML USING Z NOTATION SCHEMA In this section, we propose to formalize the functional requirement section of a SRS document along with a few UML diagrams using Z notation in order to establish requirement traceability among different UML diagrams used in different phases of software lifecycle. We first propose to formalize a functional requirement followed by use case diagram that is widely used to capture requirements in the requirements specification and analysis phase. In order to do so, we represent an event and a use case as a Z notation schema. We suggest a one-tomany relationship among a use case and an event, i.e., a use case consists of at least one event and an event is a part of one and only one use case. So, we are formally making sure that a functional requirement is getting captured by at least one use case that consists of events. We propose to map an event with a method. This approach checks that an event is handled by at least one method in the design phase. So, a functional requirement is getting handled by at least one method at the design phase. We formalize a method using Z notation schema as well. This method has to be a part of a class in the class diagram. We propose to formalize the class diagram using Z notation, also. The same method has to be the part of a message of a sequence diagram. We also propose to formalize a sequence diagram using Z notation. Our approach of traceability establishment can be diagrammatically represented as: Functional Requirement Class Diagram Sequence Diagram Class Use Case Message Fig 1: Roadmap to Traceability of Functional Requirement Method A. Formalization of Functional Requirement A formal specification of a SRS document in IEEE format [18] would include the declaration: [Introduction, OverallDescription, SpecificRequirements, Appendixes, Index] Similarly, Specific Requirement can be formally specified as: [ExternaIinterfaceRequirements, FunctionalRrequirements, PerformanceRequirements, DesignConstraints, SoftwareSystemAttributes, OtherRequirements] The Z nation schema for a Functional Requirement is: FunctionalRequirement desc: seq char capturedbyusecaseid: capturedbyusecaseid = dom UseCase # capturedbyusecaseid limit Here limit is a global variable can be axiomatically defined as limit : N limit = 1 A. Formalization of Use Case Diagram In this section, we propose to map events of a use case with the use case itself. Then we formalize the use case and its events using Z notation schema. While formalizing the, we introduce an attribute handledbymethodid to ensure that each and every event gets handled by at least one method in the design phase. This will help us tracking the requirements in the design phase and also verifying that all the requirements have been addressed in the design automatically. A formal specification of a use case diagram would include the declaration: [UseCase, Actor, UseCaseRelationship, ActorRelationship] The Z notation schema for a use case is: UseCase name: seq char eventid: capturesfuncreqid: eventid = dom #eventid limit #capturesfuncreqid = limit

5 We represent each event of the Flow of events or Alternative flow of events using a Z notation schema: ucid: desc: seq char type:seq char handledbymethodid: type Є {basic, alternate} ucid = dom UseCase #ucid = limit handledbymethodid = dom Method #handledbymethod limit We next define a method as a Z notation schema B. Formalization of a method Using Z Notation Schema In this section, we formally represent a method using Z notation schema. A method is an element of a class diagram and a sequence diagram and some other diagram. In this paper, we propose to establish consistency among different diagrams used in different phases of software development through a method. This is why, we propose to formalize a method, as a method acts as a bridge among different UML diagrams. The Z notation schema for a method is: Method name: seq char returntype: seq char parameters: data memberofclass: seq char returntype Є datatype memberofclass = dom ClassDiagram Where datatype is a set of data types declared in a programming language. For example, if we consider Java as a programming language, datatype = {byte, short, int, long, float, double, char, boolean, Object} variable = datatype identifiername data = variable,., variable If the method is declared to throw any Exceptions in its signature is not within the scope of this paper. C. Formalization of a sequence Diagram Using Z Notation Schema A sequence diagram realizes a use case in design phase. It is composed of messages between two objects or an object and an actor. These objects are the instances of the classes declared in the class diagram. In this section, we formalize a sequence diagram using Z notation. A formal specification of a UML Sequence diagram would include the declaration [Message] We here propose a Z Notation schema for the Message of a sequence diagram. Message fromobjectofclass: seq char toobjectofclass: seq char methodid: methodid = dom Method methodid == 0 ((fromobjectofclass = dom Class) ^toobjectofclass = dom Class)) (fromobjectofclass == Actor toobjectofclass == Actor) D. Formalization of a class Diagram Using Z Notation Schema A Class diagram consists of classes and relationships among the classes. A formal specification of a UML Class diagram would include the declaration [Class, Relationship] We here propose two Z notation schemas, one representing a class and the other one representing Class realatinships. Class name: seq char attributes: variable methodids: methodids= dom Method VERIFICATION OF TRACEABILITY PARAMETERS AND CONSISTENCY RULES In this section we verify requirement traceability parameters and consistency rules proposed in section IV, after formalizing functional requirement and relevant UML diagrams.

6 A. Verification of Requirement Traceability Parameters A functional requirement has an ID and a description. From the Z notation schema for Functional Requirement: desc: seq char A functional requirement has to be captured by at least one use case. capturedbyusecaseid: capturedbyusecaseid = dom UseCase More than one use case can capture a functional requirement. # capturedbyusecaseid limit B. Verification of Consistency Rules Rule 1: Rules for Use Case Diagram: A use case can capture one and only one functional requirement. From the Z notation schema for a use case, capturesfuncreqid: #capturesfuncreqid = limit A use case should contain at least one event. eventid: eventid = dom #eventid limit An event has to be of type either basic or alternate. type Є {basic, alternate} An event has to be handled by at least one method handledbymethodid: handledbymethodid = dom Method #handledbymethod limit Rule 2: Rules for Sequence Diagram: Any method that handles an event has to be present in a message of a sequence diagram. From the Z notation schema of a message, methodid: methodid = dom Method methodid == 0 A message can be between two objects or between an actor and an object. fromobjectofclass: seq char toobjectofclass: seq char ((fromobjectofclass = dom Class) ^toobjectofclass = dom Class)) (fromobjectofclass == Actor toobjectofclass == Actor) Each message can either be a string or a method. methodid = dom Method methodid == 0 Rule 3: Rules for Class Diagram: All the methods that handle events of a use case and present in a sequence diagram has to be present as a method of a class of a class diagram. From the Z notation schema of a class: methodids: methodids= dom Method DERIVATION OF E-R DIAGRAM FROM Z NOTATION SCHEMA We can represent the Z notation schemas representing a Elements of Use Case Diagram, Class Diagram and sequence diagrams in an ER diagram as shown in Fig 5 of Appendix: This ER diagram is implemented in the tabular formats as below: Functional Requirement ID Use Case ID Message ID Use Case Name Functional Requirement Description ID From Object of Class Name type Desc To Object of Class Name Use Case ID handled by method ID Method Id Class Name Attribute Method ID We now explain our approach with the help of a simple case study of a library system. I. CASE STUDY The Functional requirement section of a SRS of a simple library system would look like: A person can get membership of the library The librarian can issue a book for a member of the library, provided, the member is valid, the maximum issue limit of the member has not yet reached, the book is valid,

7 If the book is available for issue the member status gets updated book status gets updated the transaction record gets updated A member returns a book, provided, For the sake of brevity, we have only expanded the functional requirements related to book issue only. The use case diagram of a Library system is given in fig 2. For simplicity we here consider only one use case Issue Book in a library. We also do not consider the use case relationship and class relationships for the sake of brevity. The realization of the use case is modeled using Sequence diagram of UML as shown in Fig 3. The class diagram depicting Member class only is shown in Fig Book status updated. 11. Use case ends. Alternate flow of events for the use case Issue Book : 1. The use case Validate Member returns invalid member ID. 2. After three consecutive tries the use case ends. Another Alternate flow of events: 1. The member ID is valid, but the member has exceeded his quota. 2. A message appears on the GUI and the use case ends. Another Alternate flow of events: 1. The use case Validate Book returns invalid book ID. 2. After three consecutive tries the use case ends. Another Alternate flow of events: 1. The book id is valid, but the book is not available. 2. A message appears on the GUI and the use case ends. Our approach ensures that each and every event of the use case description gets handled by at least one method. A method is a part of a sequence diagram and a class diagram, also. The sequence diagram for the use case Issue book is: Fig 2: Use Case Diagram of a Library System The basic flow of events of the use case Issue Book is: 1. The librarian enters the member ID. 2. The use case Validate Member is included. 3. Checking is made if issue limit for the member has exceeded. 4. The librarian enters book id. 5. The use case Validate Book is included. 6. Checking is made to see if the book is available. 7. The use case Update Transaction is included. 8. Book is issued. 9. Member status updated. Fig 3: Sequence Diagram for the use case Issue Book

8 The Class diagram for the library system is: Fig 4: Class Diagram of a Library System The Table structure of this system corresponding to the ER diagram is given in Table I, Table II, Table III, Table IV and Table V of Appendix. For brevity, only parts of the table structures are shown. In Table 3, i.e., the Method table, we have excluded return type and attributes for the sake of simplicity. In Table 4, we have not considered the attributes of the classes for the same reason. With the help of this case study, we have tried to demonstrate how a functional requirement of a SRS document can be made traceable among different UML diagrams used in analysis and design phases of software development. Consistency among these UML diagrams is also established after these diagrams are formalized. A tool developed based on our approach will enable us automated requirement traceability in different phases making sure each and every requirement has been addressed in subsequent phases. It will also empower us with production of a visual representation of formalized functional requirement along with its traceability among different formalized UML diagrams along with their relationships, where, consistency will be automatically checked. CONCLUSION Software development is a human intensive activity and the need for better and higher quality software has led to the evolving field of software engineering. In the recent decades, we have witnessed a phenomenal increase in the functional and structural complexity of software systems being produced. Object oriented methodology has emerged as one of the most common paradigms for design and development of information systems today. Timely production of such products and verification of their functional correctness has been major challenges. In particular, it has been observed that incorrect or incomplete specification of the software is often a major hindrance in the development process. A Formal Specification, on the other hand, is made in a formal language, and hence is unambiguous, and can be tested for correctness. It is costeffective to formalize characteristics at initial stages of software development. So, it makes much more sense from the perspective of cost effectiveness as well as software evolution if we can formalize the behavior of the system right at the functional requirement specification level. The adoption of UML as a standard for modeling functional requirement specifications of object-oriented systems has made modeling simpler and easy to understand with lots of tools supporting it. However, UML being a visual language is semi-formal in nature and hence formalizing functional requirement specification using UML has triggered challenging opportunities of research in this domain. There are mainly two directions of research Requirement Traceability and Formalization of one or more UML diagrams. Our work falls in both the categories. In this paper, we propose to formalize functional specification part of a SRS document using Z notation and establish traceability of requirements using UML diagrams used in different phases of software development. We also formalize UML Use Case diagram, which has become a de-facto industry standard for capturing requirements, Sequence diagram and Class diagram, which are used widely in analysis and design phases, with Z notation, establish consistency among them. Finally, we represent the

9 formalized functional requirement along with its traceability among formalized UML diagrams visually using ER diagram. A tool based on our approach would empower us achieving automated requirement traceability that would help software engineers to produce formal, traceable and modifiable functional requirements. Our work is a step forward in that direction. Reference: [1] Grady Booch, James Rumbaugh, Ivar Jacobson; The Unified Modeling Language User Guide (1999) [2] OMG: Unified Modeling Language Specification, version 2.0. Available at [3] J.M. Spivey, The Z Notation, A Reference Manual, 2nd edition. Prentice Hall International, [4] Jim Woodcock, Jim Davis; Using Z Specification, Refinement and Proof, Prentice Hall, 1996 [5] Xiaoping Jia, ZTC: A Type Checker for Z Notation User s Guide Version 2.2, October 2002 [6] Thomas Tilley, Towards an FCA based tool for visualizing formal specifications, ICCS 2003, The 11 th International Conference on Conceptual Structures, July 2003, Dresden [7] Gotel, O., Finkelstein, A., An Analysis of the Requirements Traceability Problem, Proc. of First International Conference on Requirements Engineering, 1994, pages [8] Antoniol, G., Canfora, G., De Lucia, A., Casazza, G. Information Retrieval Models for Recovering Traceability Links between Code and Documentation Proceedings of the International Conference on Software Maintenance, [9] Antoniol, G., Caprile, B., Potrich, A., Tonella, P.,Design-Code Traceability Recovery: Selecting the Basic Linkage Properties, Science of Computer Programming, vol. 40, issue 2-3, pp , July [10] Arlow, J., Emmerich, W., Quinn, J., Literate Modelling - Capturing Business Knowledge with the UML, UML'98: Beyond the Notation [11] Dohyung, K., "Java MPEG Player," Online at [12] Gotel O.C.Z., Finkelstein A.C.W., An Analysis of the Requirements Traceability Problem. 1st International Conference on Rqts. Eng., pp , [13] Gotel, O. & Finkelstein, A. "Extended Requirements Traceability: results of an industrial case study" in Proc. 3rd International Symposium on Requirements Engineering RE97, (IEEE CS Press), 1997, [14] Gruber, T. R. & Russell, D. M. Generative design rationale, Lawrence Erlbaum Associates, [15] Grünbacher P., Egyed A., Medvidovic N., Reconciling Software Requirements and Architectures: The CBSP Approach, In: Proceedings 5th IEEE International Symposium on Requirements Engineering (RE01), Toronto, Canada, [16] Murphy, G. C., Notkin, D. and Sullivan, K., Software Reflexion Models: Bridging the Gap Between Source and High-Level Models, In the Proceedings of the Third ACM SIGSOFT Symposium on the Foundations of Software Engineering, October 1995, ACM, New York, NY, p [17] Pohl et al., Integrating Requirement and Architecture Information: A Scenario and Meta- Model Based Approach, REFSQ workshop [18] IEEE Recommended Practice for Software Requirements Specifications; IEEE Std (Revision of IEEE Std )

10 Appendix Fig 5: ER diagram demonstrating Traceability of Functional Requirements in UML Diagrams used in Analysis and Design phase TABLE I Functional requirement traceability Functional Requirement ID Functional Requirement Description Use Case ID A person can get membership of the library A member can get membership of the library, provided the member is valid the maximum issue limit of the member has not yet reached, the book is valid, The book is available for issue the member status gets updated book status gets updated the transaction record gets updated A member can return a book, provided

11 TABLE II Use Cases and their events of a library system Use Case ID Use Case Name ID Type Description Handled By Method ID 03 Issue Book 01 Basic The librarian enters the member ID Issue Book 02 Basic Member validation Issue Book 03 Basic Checking is made if issue limit for the member has 03 exceeded. 03 Issue Book 04 Basic The librarian enters book id Issue Book 05 Basic Validation of the book takes place Issue Book 06 Basic Checking is made to see if the book is available Issue Book 07 Basic New transaction added to Library Transaction Issue Book 08 Basic Book is issued Issue Book 09 Basic Member status updated Issue Book 10 Basic Book status updated Issue Book 11 Alternate Member ID is not valid, system prompts to reenter Issue Book 12 Alternate After three consecutive tries the use case ends Issue Book 13 Alternate The member ID is valid, but the member has exceeded his 03 quota. 03 Issue Book 14 Alternate A message appears on the GUI and the use case ends Issue Book 15 Alternate The book id is invalid, system prompts to reenter Issue Book 16 Alternate After three consecutive tries the use case ends Issue Book 17 Alternate The book id is valid, but the book is not available Issue Book 18 Alternate A message appears on the GUI and the use case ends. 05 TABLE III methods OF LIBRARY SYSTEM Method ID Method name Member of Class 01 getmemberdetails Member 02 bookissue Member 03 getmaxissuelimit Member 04 getbookdetails Book 05 getstockbalance Book 06 addtrans LibTrans 07 getmembertrans LibTrans 08 getstatus Book_details 09 setstatus Book_details 10 issue Book_details 11 reissue Book_details 12 setstatus Member TABLE IV classes of class diagrama library system Class Name Method ID Member 01 Member 02 Member 03 Member 12 Book 04 Book 05 Book_details 08 Book_details 09 Book_details 10 Book_details 11 LibTrans 06 LibTrans 07 TABLE V Messages of a sequence diagram of a library system Message ID From object of class To Object of class Method Id 01 Actor InterfaceClass 0 02 InterfaceClass Member InterfaceClass InterfaceClass InterfaceClass Actor 0 05 InterfaceClass InterfaceClass InterfaceClass Actor 0 07 Actor InterfaceClass 0 08 InterFaceClass Book InterfaceClass InterfaceClass InterfaceClass LibTrans InterfaceClass Book InterfaceClass Member InterfaceClass Actor 0 14 InterfaceClass Book 09

3.2 Scenarios and Observations. 3.1 VOD System and Model

3.2 Scenarios and Observations. 3.1 VOD System and Model Automating Requirements Traceability: Beyond the Record & Replay Paradigm Alexander Egyed Paul Grünbacher Teknowledge Corporation Systems Engineering and Automation 4640 Admiralty Way, Suite 231 Johannes

More information

RETRATOS: Requirement Traceability Tool Support

RETRATOS: Requirement Traceability Tool Support RETRATOS: Requirement Traceability Tool Support Gilberto Cysneiros Filho 1, Maria Lencastre 2, Adriana Rodrigues 2, Carla Schuenemann 3 1 Universidade Federal Rural de Pernambuco, Recife, Brazil g.cysneiros@gmail.com

More information

Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development

Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development Traceability Patterns: An Approach to Requirement-Component Traceability in Agile Software Development ARBI GHAZARIAN University of Toronto Department of Computer Science 10 King s College Road, Toronto,

More information

Tool Support for Software Variability Management and Product Derivation in Software Product Lines

Tool Support for Software Variability Management and Product Derivation in Software Product Lines Tool Support for Software Variability Management and Product Derivation in Software s Hassan Gomaa 1, Michael E. Shin 2 1 Dept. of Information and Software Engineering, George Mason University, Fairfax,

More information

Generating Enterprise Applications from Models

Generating Enterprise Applications from Models Generating Enterprise Applications from Models Vinay Kulkarni, R Venkatesh, Sreedhar Reddy Tata Research Development and Design Centre, 54, Industrial estate, Hadapsar, Pune, 411 013, INDIA { vinayk, rvenky,

More information

A Traceability Approach to Support Object-oriented Software

A Traceability Approach to Support Object-oriented Software A Traceability Approach to Support Object-oriented Software Othman Mohd Yusop Centre for Advanced Software Engineering Universiti Teknologi Malaysia 54100 Jln Semarak, K. Lumpur othmanyusop@utm.my Dr.

More information

Change Pattern-Driven Traceability of Business Processes

Change Pattern-Driven Traceability of Business Processes Proceedings of the International MultiConference of Engineers and Computer Scientists 2014 Vol I,, March 12-14, 2014, Hong Kong Change Pattern-Driven Traceability of Business Processes Watcharin Uronkarn

More information

DEVELOPING REQUIREMENTS FOR DATA WAREHOUSE SYSTEMS WITH USE CASES

DEVELOPING REQUIREMENTS FOR DATA WAREHOUSE SYSTEMS WITH USE CASES DEVELOPING REQUIREMENTS FOR DATA WAREHOUSE SYSTEMS WITH USE CASES Robert M. Bruckner Vienna University of Technology bruckner@ifs.tuwien.ac.at Beate List Vienna University of Technology list@ifs.tuwien.ac.at

More information

Case Study: Design and Implementation of an Ordering system using UML, Formal specification and Java Builder

Case Study: Design and Implementation of an Ordering system using UML, Formal specification and Java Builder SETIT 2005 3 rd International Conference: Sciences of Electronic, Technologies of Information and Telecommunications MARCH 27-31, 2005 TUNISIA Case Study: Design and Implementation of an Ordering system

More information

The Unified Software Development Process

The Unified Software Development Process The Unified Software Development Process Technieche Universal Darmstadt FACHBEREICH IN-FORMAHK BLIOTHEK Ivar Jacobson Grady Booch James Rumbaugh Rational Software Corporation tnventar-nsr.: Sachgebiete:

More information

Data Modeling Basics

Data Modeling Basics Information Technology Standard Commonwealth of Pennsylvania Governor's Office of Administration/Office for Information Technology STD Number: STD-INF003B STD Title: Data Modeling Basics Issued by: Deputy

More information

Lecture 9: Requirements Modelling

Lecture 9: Requirements Modelling A little refresher: What are we modelling? Lecture 9: Requirements Modelling Requirements; Systems; Systems Thinking Role of Modelling in RE Why modelling is important Limitations of modelling Brief overview

More information

Requirements Traceability. Mirka Palo

Requirements Traceability. Mirka Palo Requirements Traceability Mirka Palo Seminar Report Department of Computer Science University of Helsinki 30 th October 2003 Table of Contents 1 INTRODUCTION... 1 2 DEFINITION... 1 3 REASONS FOR REQUIREMENTS

More information

Aspect Oriented Strategy to model the Examination Management Systems

Aspect Oriented Strategy to model the Examination Management Systems Aspect Oriented Strategy to model the Examination Management Systems P.Durga 1, S.Jeevitha 2, A.Poomalai 3, Prof.M.Sowmiya 4 and Prof.S.Balamurugan 5 Department of IT, Kalaignar Karunanidhi Institute of

More information

Chap 1. Introduction to Software Architecture

Chap 1. Introduction to Software Architecture Chap 1. Introduction to Software Architecture 1. Introduction 2. IEEE Recommended Practice for Architecture Modeling 3. Architecture Description Language: the UML 4. The Rational Unified Process (RUP)

More information

Software Requirements Specification of A University Class Scheduler

Software Requirements Specification of A University Class Scheduler Software Requirements Specification of A University Class Scheduler Deanna M. Needell Jeff A. Stuart Tamara C. Thiel Sergiu M. Dascalu Frederick C. Harris, Jr. Department of Computer Science University

More information

SERENITY Pattern-based Software Development Life-Cycle

SERENITY Pattern-based Software Development Life-Cycle SERENITY Pattern-based Software Development Life-Cycle Francisco Sanchez-Cid, Antonio Maña Computer Science Department University of Malaga. Spain {cid, amg}@lcc.uma.es Abstract Most of current methodologies

More information

Information systems modelling UML and service description languages

Information systems modelling UML and service description languages Internet Engineering Tomasz Babczyński, Zofia Kruczkiewicz Tomasz Kubik Information systems modelling UML and service description languages Student Contact Hours: 25.02.2015- Location: 325 C3 room 25.03.2015:

More information

From Business World to Software World: Deriving Class Diagrams from Business Process Models

From Business World to Software World: Deriving Class Diagrams from Business Process Models From Business World to Software World: Deriving Class Diagrams from Business Process Models WARARAT RUNGWORAWUT 1 AND TWITTIE SENIVONGSE 2 Department of Computer Engineering, Chulalongkorn University 254

More information

A Framework of Model-Driven Web Application Testing

A Framework of Model-Driven Web Application Testing A Framework of Model-Driven Web Application Testing Nuo Li, Qin-qin Ma, Ji Wu, Mao-zhong Jin, Chao Liu Software Engineering Institute, School of Computer Science and Engineering, Beihang University, China

More information

Generating Aspect Code from UML Models

Generating Aspect Code from UML Models Generating Aspect Code from UML Models Iris Groher Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich, Germany Iris.Groher@fh-hagenberg.at Stefan Schulze Siemens AG, CT SE 2 Otto-Hahn-Ring 6 81739 Munich,

More information

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS)

CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS) CHAPTER_3 SOFTWARE ENGINEERING (PROCESS MODELS) Prescriptive Process Model Defines a distinct set of activities, actions, tasks, milestones, and work products that are required to engineer high quality

More information

Traceability Method for Software Engineering Documentation

Traceability Method for Software Engineering Documentation www.ijcsi.org 216 Traceability Method for Software Engineering Documentation Nur Adila Azram 1 and Rodziah Atan 2 1 Department of Information System, Universiti Putra Malaysia, Company Serdang, Selangor,

More information

This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 15447

This is an author-deposited version published in : http://oatao.univ-toulouse.fr/ Eprints ID : 15447 Open Archive TOULOUSE Archive Ouverte (OATAO) OATAO is an open access repository that collects the work of Toulouse researchers and makes it freely available over the web where possible. This is an author-deposited

More information

An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications

An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications An Aspect-Oriented Product Line Framework to Support the Development of Software Product Lines of Web Applications Germán Harvey Alférez Salinas Department of Computer Information Systems, Mission College,

More information

Applying 4+1 View Architecture with UML 2. White Paper

Applying 4+1 View Architecture with UML 2. White Paper Applying 4+1 View Architecture with UML 2 White Paper Copyright 2007 FCGSS, all rights reserved. www.fcgss.com Introduction Unified Modeling Language (UML) has been available since 1997, and UML 2 was

More information

TOGAF usage in outsourcing of software development

TOGAF usage in outsourcing of software development Acta Informatica Pragensia 2(2), 2013, 68 76, DOI: 10.18267/j.aip.25 Section: Online: aip.vse.cz Peer-reviewed papers TOGAF usage in outsourcing of software development Aziz Ahmad Rais 1, Rudolf Pecinovsky

More information

Business Modeling with UML

Business Modeling with UML Business Modeling with UML Hans-Erik Eriksson and Magnus Penker, Open Training Hans-Erik In order to keep up and be competitive, all companies Ericsson is and enterprises must assess the quality of their

More information

Mapping from Business Processes to Requirements Specification

Mapping from Business Processes to Requirements Specification Extended abstract 1/5 Mapping from Business Processes to Requirements Specification Svatopluk Štolfa, Ivo Vondrák Department of Computer Science, VŠB - Technical University of Ostrava, 17.listopadu 15,

More information

Basic Unified Process: A Process for Small and Agile Projects

Basic Unified Process: A Process for Small and Agile Projects Basic Unified Process: A Process for Small and Agile Projects Ricardo Balduino - Rational Unified Process Content Developer, IBM Introduction Small projects have different process needs than larger projects.

More information

A UML 2 Profile for Business Process Modelling *

A UML 2 Profile for Business Process Modelling * A UML 2 Profile for Business Process Modelling * Beate List and Birgit Korherr Women s Postgraduate College for Internet Technologies Institute of Software Technology and Interactive Systems Vienna University

More information

Family: Iterative Enhancement Origin: Ivar Jacobson, James Rumbaugh, Grady Booch, 1996 Defines process framework that is adaptable to

Family: Iterative Enhancement Origin: Ivar Jacobson, James Rumbaugh, Grady Booch, 1996 Defines process framework that is adaptable to Unified Process Family: Iterative Enhancement Origin: Ivar Jacobson, James Rumbaugh, Grady Booch, 1996 Defines process framework that is adaptable to various application domains different organizations

More information

Foundations of Model-Driven Software Engineering

Foundations of Model-Driven Software Engineering Model-Driven Software Engineering Foundations of Model-Driven Software Engineering Dr. Jochen Küster (jku@zurich.ibm.com) Contents Introduction to Models and Modeling Concepts of Model-Driven Software

More information

Systematization of Requirements Definition for Software Development Processes with a Business Modeling Architecture

Systematization of Requirements Definition for Software Development Processes with a Business Modeling Architecture Systematization of Requirements Definition for Software Development Processes with a Business Modeling Architecture Delmir de Azevedo Junior 1 and Renato de Campos 2 1 Petrobras University, Republican

More information

Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models?

Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models? Linking BPMN, ArchiMate, and BWW: Perfect Match for Complete and Lawful Business Process Models? Ludmila Penicina Institute of Applied Computer Systems, Riga Technical University, 1 Kalku, Riga, LV-1658,

More information

Round-Trip Software Engineering Using UML: From Architecture to Design and Back

Round-Trip Software Engineering Using UML: From Architecture to Design and Back Round-Trip Software Engineering Using UML: From Architecture to Design and Back Nenad Medvidovic Alexander Egyed David S. Rosenblum Computer Science Department University of Southern California Los Angeles,

More information

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION

I. INTRODUCTION NOESIS ONTOLOGIES SEMANTICS AND ANNOTATION Noesis: A Semantic Search Engine and Resource Aggregator for Atmospheric Science Sunil Movva, Rahul Ramachandran, Xiang Li, Phani Cherukuri, Sara Graves Information Technology and Systems Center University

More information

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Business-Driven Software Engineering Lecture 3 Foundations of Processes Business-Driven Software Engineering Lecture 3 Foundations of Processes Jochen Küster jku@zurich.ibm.com Agenda Introduction and Background Process Modeling Foundations Activities and Process Models Summary

More information

Rose/Architect: a tool to visualize architecture

Rose/Architect: a tool to visualize architecture Published in the Proceedings of the 32 nd Annual Hawaii International Conference on Systems Sciences (HICSS 99) Rose/Architect: a tool to visualize architecture Alexander Egyed University of Southern California

More information

A methodology for secure software design

A methodology for secure software design A methodology for secure software design Eduardo B. Fernandez Dept. of Computer Science and Eng. Florida Atlantic University Boca Raton, FL 33431 ed@cse.fau.edu 1. Introduction A good percentage of the

More information

Lecture 20: Software Evolution

Lecture 20: Software Evolution Lecture 20: Software Evolution Basics of Software Evolution Laws of software evolution Requirements Growth Software Aging Basics of Change Management Baselines, Change Requests and Configuration Management

More information

Specification of the UFT Web-Based Fitness Tracking Software

Specification of the UFT Web-Based Fitness Tracking Software Specification of the UFT Web-Based Fitness Tracking Software STEVEN ARNOLD, CATHY OSTERHOUT, CHUL YIM, SERGIU DASCALU Department of Computer Science University of Nevada, Reno 1664 N. Virginia St., Reno,

More information

UML BASED MODELING OF ECDSA FOR SECURED AND SMART E-GOVERNANCE SYSTEM

UML BASED MODELING OF ECDSA FOR SECURED AND SMART E-GOVERNANCE SYSTEM UML BASED MODELING OF ECDSA FOR SECURED AND SMART E-GOVERNANCE SYSTEM Abhishek Roy [1] and Sunil Karforma [2] [1] Department of Computer Science, The University of Burdwan, W.B, INDIA. Department of Computer

More information

Revel8or: Model Driven Capacity Planning Tool Suite

Revel8or: Model Driven Capacity Planning Tool Suite Revel8or: Model Driven Capacity Planning Tool Suite Liming Zhu 1,2, Yan Liu 1,2, Ngoc Bao Bui 1,2,Ian Gorton 3 1 Empirical Software Engineering Program, National ICT Australia Ltd. 2 School of Computer

More information

Formal Methods for Software Engineering

Formal Methods for Software Engineering Formal Methods for Software Engineering Virendra Singh Computer Design and Test Lab Indian Institute of Science Bangalore Email: virendra@computer.org Introduction Problems in software development Formal

More information

Supporting Software Development Process Using Evolution Analysis : a Brief Survey

Supporting Software Development Process Using Evolution Analysis : a Brief Survey Supporting Software Development Process Using Evolution Analysis : a Brief Survey Samaneh Bayat Department of Computing Science, University of Alberta, Edmonton, Canada samaneh@ualberta.ca Abstract During

More information

A Framework for Requirements Traceability in UML-based Projects

A Framework for Requirements Traceability in UML-based Projects A Framework for Requirements Traceability in UML-based Projects Patricio Letelier Department of Information Systems and Computing Technical University of Valencia (Spain) letelier@dsic.upv.es Abstract

More information

Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation

Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation Evaluation of a Use-Case-Driven Requirements Analysis Tool Employing Web UI Prototype Generation SHINPEI OGATA Course of Functional Control Systems, Graduate School of Engineering Shibaura Institute of

More information

I219 Software Design Methodology

I219 Software Design Methodology I219 Software Design Methodology JAIST Master s Program Fall 2014 Nguyen Van Vu nvu@fit.hcmus.edu.vn Topics Course Introduction Objectives and Scope Evaluation Policies Content and Schedule Basic Concepts

More information

Enhancing Requirement Traceability Link Using User's Updating Activity

Enhancing Requirement Traceability Link Using User's Updating Activity ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Model Driven Testing of Web Applications Using Domain Specific Language

Model Driven Testing of Web Applications Using Domain Specific Language Model Driven Testing of Web Applications Using Domain Specific Language Viet-Cuong Nguyen Department of Computer Science and Engineering Faculty of Electrical Engineering Czech Technical University in

More information

State of Practice in Modeling and Model-Driven Development

State of Practice in Modeling and Model-Driven Development State of Practice in Modeling and Model-Driven Development Dr. Darius Šilingas Head of Solutions Department @ No Magic Europe darius.silingas@nomagic.com About Lecturer Dr. Darius Šilingas ü Head of Solutions

More information

3C05: Unified Software Development Process

3C05: Unified Software Development Process 3C05: Unified Software Development Process 1 Unit 5: Unified Software Development Process Objectives: Introduce the main concepts of iterative and incremental development Discuss the main USDP phases 2

More information

Business Process Modeling with Structured Scenarios

Business Process Modeling with Structured Scenarios Business Process Modeling with Structured Scenarios Doug Rosenberg ICONIX Software Engineering, Inc. In 2008, based on our experience with a number of business process engineering projects over the last

More information

Modeling Practices in Open Source Software

Modeling Practices in Open Source Software Modeling Practices in Open Source Software Omar Badreddin 1, Timothy C. Lethbridge 1, Maged Elassar 2 1 University of Ottawa 800 King Edward 2 IBM Ottawa Laboratories 770 Palladium Dr. Ottawa, Ontario,

More information

Chapter 4 Software Lifecycle and Performance Analysis

Chapter 4 Software Lifecycle and Performance Analysis Chapter 4 Software Lifecycle and Performance Analysis This chapter is aimed at illustrating performance modeling and analysis issues within the software lifecycle. After having introduced software and

More information

The most suitable system methodology for the proposed system is drawn out.

The most suitable system methodology for the proposed system is drawn out. 3.0 Methodology 3.1 Introduction In this chapter, five software development life cycle models are compared and discussed briefly. The most suitable system methodology for the proposed system is drawn out.

More information

Requirements Traceability

Requirements Traceability UNIVERSITY OF WATERLOO Faculty of Mathematics School of Computer Science CS 645 - Software Requirements Specification and Analysis Requirements Traceability prepared by Michael Morckos ID : 20363329 Electrical

More information

A CONCEPTUAL MODEL FOR REQUIREMENTS ENGINEERING AND MANAGEMENT FOR CHANGE-INTENSIVE SOFTWARE

A CONCEPTUAL MODEL FOR REQUIREMENTS ENGINEERING AND MANAGEMENT FOR CHANGE-INTENSIVE SOFTWARE A CONCEPTUAL MODEL FOR REQUIREMENTS ENGINEERING AND MANAGEMENT FOR CHANGE-INTENSIVE SOFTWARE Jewgenij Botaschanjan, Andreas Fleischmann, Markus Pister Technische Universität München, Institut für Informatik

More information

SUPPORTING TRACEABILITY AND INCONSISTENCY MANAGEMENT BETWEEN SOFTWARE ARTEFACTS

SUPPORTING TRACEABILITY AND INCONSISTENCY MANAGEMENT BETWEEN SOFTWARE ARTEFACTS SUPPORTING TRACEABILITY AND INCONSISTENCY MANAGEMENT BETWEEN SOFTWARE ARTEFACTS Thomas Olsson and John Grundy 2 Abstract Dept. of Communication Systems Lund University Box 8 SE-22 00 Lund Sweden thomas.olsson@telecom.lth.se

More information

4. Multiagent Sys stems Design. Part 2: The PROMETHEUS methodology.

4. Multiagent Sys stems Design. Part 2: The PROMETHEUS methodology. 4. Multiagent Systems Design Part 2: Multiagent Syste ems (SMA-UPC) https://kemlg.upc.edu The PROMETHEUS methodology. Javier Vázquez-Salceda SMA-UPC Methodological Extensions to Object-Oriented Approaches

More information

Using Ontology Search in the Design of Class Diagram from Business Process Model

Using Ontology Search in the Design of Class Diagram from Business Process Model Using Ontology Search in the Design of Class Diagram from Business Process Model Wararat Rungworawut, and Twittie Senivongse Abstract Business process model describes process flow of a business and can

More information

Software Engineering Tools and Methods

Software Engineering Tools and Methods Software Engineering Tools and Methods Fernando Brito e Abreu (fba@di.fct.unl.pt) Universidade Nova de Lisboa (http://www.unl.pt) QUASAR Research Group (http://ctp.di.fct.unl.pt/quasar) SWEBOK: the 10

More information

Towards Collaborative Requirements Engineering Tool for ERP product customization

Towards Collaborative Requirements Engineering Tool for ERP product customization Towards Collaborative Requirements Engineering Tool for ERP product customization Boban Celebic, Ruth Breu, Michael Felderer, Florian Häser Institute of Computer Science, University of Innsbruck 6020 Innsbruck,

More information

BPCMont: Business Process Change Management Ontology

BPCMont: Business Process Change Management Ontology BPCMont: Business Process Change Management Ontology Muhammad Fahad DISP Lab (http://www.disp-lab.fr/), Université Lumiere Lyon 2, France muhammad.fahad@univ-lyon2.fr Abstract Change management for evolving

More information

ISSUES OF STRUCTURED VS. OBJECT-ORIENTED METHODOLOGY OF SYSTEMS ANALYSIS AND DESIGN

ISSUES OF STRUCTURED VS. OBJECT-ORIENTED METHODOLOGY OF SYSTEMS ANALYSIS AND DESIGN ISSUES OF STRUCTURED VS. OBJECT-ORIENTED METHODOLOGY OF SYSTEMS ANALYSIS AND DESIGN Mohammad A. Rob, University of Houston-Clear Lake, rob@cl.uh.edu ABSTRACT In recent years, there has been a surge of

More information

From Object Oriented Conceptual Modeling to Automated Programming in Java

From Object Oriented Conceptual Modeling to Automated Programming in Java From Object Oriented Conceptual Modeling to Automated Programming in Java Oscar Pastor, Vicente Pelechano, Emilio Insfrán, Jaime Gómez Department of Information Systems and Computation Valencia University

More information

PROJECT MANAGEMENT METHODOLOGY OF OBJECT- ORIENTED SOFTWARE DEVELOPMENT

PROJECT MANAGEMENT METHODOLOGY OF OBJECT- ORIENTED SOFTWARE DEVELOPMENT PROJECT MANAGEMENT METHODOLOGY OF OBJECT- ORIENTED SOFTWARE DEVELOPMENT Ing. David BEDNÁŘ, Doctoral Degree Programme (2) Dept. of Information Systems, FIT, BUT E-mail: bednar@fit.vutbr.cz Supervised by:

More information

A Proposal for Constructing Relational Database from Class Diagram

A Proposal for Constructing Relational Database from Class Diagram A Proposal for Constructing Relational Database from Class Diagram Mohd Zainuri Saringat Faculty of Information Technology and Multimedia Universiti Tun Hussein Onn Malaysia Parit Raja, Batu Pahat, 86400,

More information

Announcements. HW due today, 2 to grade this week Welcome back from Spring Break!

Announcements. HW due today, 2 to grade this week Welcome back from Spring Break! Announcements HW due today, 2 to grade this week Welcome back from Spring Break! Analysis (Domain) Modeling: Introduction Reading: Arlow and Neustadt chaps. 8, 9 (& 7) Also see Larman Chapter 10 (2 nd

More information

Integrating Performance Characterization with Software Development

Integrating Performance Characterization with Software Development International Journal of Basic & Applied Sciences IJBAS-IJENS Vol: 11 No: 02 7 Integrating Performance Characterization with Software Development Abstract- The importance of integrating performance considerations

More information

Execution of A Requirement Model in Software Development

Execution of A Requirement Model in Software Development Execution of A Requirement Model in Software Development Wuwei Shen, Mohsen Guizani and Zijiang Yang Dept of Computer Science, Western Michigan University {wwshen,mguizani,zijiang}@cs.wmich.edu Kevin Compton

More information

Logical Data Models for Cloud Computing Architectures

Logical Data Models for Cloud Computing Architectures Logical Data Models for Cloud Computing Architectures Augustine (Gus) Samba, Kent State University Describing generic logical data models for two existing cloud computing architectures, the author helps

More information

Chapter 10 Practical Database Design Methodology and Use of UML Diagrams

Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Chapter 10 Practical Database Design Methodology and Use of UML Diagrams Copyright 2011 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Chapter 10 Outline The Role of Information Systems in

More information

Modeling Web Applications Using Java And XML Related Technologies

Modeling Web Applications Using Java And XML Related Technologies Modeling Web Applications Using Java And XML Related Technologies Sam Chung Computing & Stware Systems Institute Technology University Washington Tacoma Tacoma, WA 98402. USA chungsa@u.washington.edu Yun-Sik

More information

UML-based Test Generation and Execution

UML-based Test Generation and Execution UML-based Test Generation and Execution Jean Hartmann, Marlon Vieira, Herb Foster, Axel Ruder Siemens Corporate Research, Inc. 755 College Road East Princeton NJ 08540, USA jeanhartmann@siemens.com ABSTRACT

More information

Principles and Software Realization of a Multimedia Course on Theoretical Electrical Engineering Based on Enterprise Technology

Principles and Software Realization of a Multimedia Course on Theoretical Electrical Engineering Based on Enterprise Technology SERBIAN JOURNAL OF ELECTRICAL ENGINEERING Vol. 1, No. 1, November 2003, 81-87 Principles and Software Realization of a Multimedia Course on Theoretical Electrical Engineering Based on Enterprise Technology

More information

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1 The Role of Programming in Informatics Curricula A. J. Cowling Department of Computer Science University of Sheffield Structure of Presentation Introduction The problem, and the key concepts. Dimensions

More information

Universiti Teknologi MARA. Requirement Analysis Using UML Approach for Research Management System (RMS)

Universiti Teknologi MARA. Requirement Analysis Using UML Approach for Research Management System (RMS) C^tJ O19OO(^'J.Tfi^'i- Universiti Teknologi MARA Requirement Analysis Using UML Approach for Research Management System (RMS) Enamul Hasan Bin Rusly Thesis submitted in fulfillment of the requirements

More information

Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements

Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements Questions? Assignment Why is proper project management important? What is goal of domain analysis? What is the difference between functional and non- functional requirements? Why is it important for requirements

More information

Clarifying a vision on certification of MDA tools

Clarifying a vision on certification of MDA tools SCIENTIFIC PAPERS, UNIVERSITY OF LATVIA, 2010. Vol. 757 COMPUTER SCIENCE AND INFORMATION TECHNOLOGIES 23 29 P. Clarifying a vision on certification of MDA tools Antons Cernickins Riga Technical University,

More information

Towards an Integration of Business Process Modeling and Object-Oriented Software Development

Towards an Integration of Business Process Modeling and Object-Oriented Software Development Towards an Integration of Business Process Modeling and Object-Oriented Software Development Peter Loos, Peter Fettke Chemnitz Univeristy of Technology, Chemnitz, Germany {loos peter.fettke}@isym.tu-chemnitz.de

More information

UML Activity Diagrams: Versatile Roadmaps for Understanding System Behavior

UML Activity Diagrams: Versatile Roadmaps for Understanding System Behavior UML Activity Diagrams: Versatile Roadmaps for Understanding System Behavior by Ben Lieberman Senior Software Architect Blueprint Technologies The core purpose of software development is to provide solutions

More information

Modeling Turnpike: a Model-Driven Framework for Domain-Specific Software Development *

Modeling Turnpike: a Model-Driven Framework for Domain-Specific Software Development * for Domain-Specific Software Development * Hiroshi Wada Advisor: Junichi Suzuki Department of Computer Science University of Massachusetts, Boston hiroshi_wada@otij.org and jxs@cs.umb.edu Abstract. This

More information

Software Project Management using an Iterative Lifecycle Model

Software Project Management using an Iterative Lifecycle Model Software Corporation Software Project Management using an Iterative Lifecycle Model 1 Objectives of this Presentation To understand what the Unified Process is To understand the iterative lifecycle approach

More information

UML-based Conceptual Design Approach for Modeling Complex Processes in Web Application

UML-based Conceptual Design Approach for Modeling Complex Processes in Web Application UML-based Conceptual Design Approach for Modeling Complex Processes in Web Application Siti Azreena Mubin Faculty of Computer Science and Information Technology, Universiti Putra Malaysia, 43400 Serdang,

More information

Exploring Architectural Design Decision Management Paradigms for Global Software Development

Exploring Architectural Design Decision Management Paradigms for Global Software Development Exploring Architectural Design Decision Management Paradigms for Global Software Development Meiru Che, Dewayne E. Perry Department of Electrical & Computer Engineering The University of Texas at Austin

More information

JOURNAL OF OBJECT TECHNOLOGY

JOURNAL OF OBJECT TECHNOLOGY JOURNAL OF OBJECT TECHNOLOGY Online at http://www.jot.fm. Published by ETH Zurich, Chair of Software Engineering JOT, 2007 Vol. 6, No. 1, January-February 2007 CM Configuration Change Management John D.

More information

A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT

A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT A SYSTEMATIC APPROACH FOR COMPONENT-BASED SOFTWARE DEVELOPMENT Cléver Ricardo Guareis de Farias, Marten van Sinderen and Luís Ferreira Pires Centre for Telematics and Information Technology (CTIT) PO Box

More information

Tool Support for Model Checking of Web application designs *

Tool Support for Model Checking of Web application designs * Tool Support for Model Checking of Web application designs * Marco Brambilla 1, Jordi Cabot 2 and Nathalie Moreno 3 1 Dipartimento di Elettronica e Informazione, Politecnico di Milano Piazza L. Da Vinci,

More information

A Tool Suite for the Generation and Validation of Configurations for Software Availability

A Tool Suite for the Generation and Validation of Configurations for Software Availability A Tool Suite for the Generation and Validation of Configurations for Software Availability A. Gherbi 1, A. Kanso 1, F. Khendek 1, M. Toeroe 2 and A. Hamou-Lhadj 1 1 Concordia University, Montréal, Canada

More information

Re Engineering Software Development Process for ebusiness Application Development

Re Engineering Software Development Process for ebusiness Application Development TR No. CIT/24/2003 Fifteenth International Conference on Software Engineering and Knowledge Engineering San Francisco Bay - 30 June - 3 of July 2003. Re Engineering Software Development Process for ebusiness

More information

A Requirements-to-Implementation Mapping Tool for Requirements Traceability

A Requirements-to-Implementation Mapping Tool for Requirements Traceability A Requirements-to-Implementation Mapping Tool for Requirements Traceability Jorge Esparteiro Garcia1,3*, Ana C. R. Paiva2,3 1 Polytechnic Institute of Viana do Castelo, Praca General Barbosa, Viana do

More information

The Specific Text Analysis Tasks at the Beginning of MDA Life Cycle

The Specific Text Analysis Tasks at the Beginning of MDA Life Cycle SCIENTIFIC PAPERS, UNIVERSITY OF LATVIA, 2010. Vol. 757 COMPUTER SCIENCE AND INFORMATION TECHNOLOGIES 11 22 P. The Specific Text Analysis Tasks at the Beginning of MDA Life Cycle Armands Šlihte Faculty

More information

Modeling the User Interface of Web Applications with UML

Modeling the User Interface of Web Applications with UML Modeling the User Interface of Web Applications with UML Rolf Hennicker,Nora Koch,2 Institute of Computer Science Ludwig-Maximilians-University Munich Oettingenstr. 67 80538 München, Germany {kochn,hennicke}@informatik.uni-muenchen.de

More information

Object-Oriented Design Guidelines

Object-Oriented Design Guidelines Adaptive Software Engineering G22.3033-007 Session 8 Sub-Topic 3 Presentation Object-Oriented Design Guidelines Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute

More information

Change Management: Modeling Software Product Lines Evolution

Change Management: Modeling Software Product Lines Evolution Change Management: Modeling Software Product Lines Evolution Samuel A. Ajila, Ph.D. MIEEE Department of Systems & Computer Engineering, Carleton University, 25 Colonel By Drive, Ottawa, Ontario, KS 5B6,

More information

Component Based Development Methods - comparison

Component Based Development Methods - comparison Component Based Development Methods - comparison Dan Laurenţiu Jişa Abstract: This paper realizes a comparison among three of the best known component based development methods, emphazing on the earlier

More information

Rule-Based Maintenance of Post-Requirements Traceability Relations

Rule-Based Maintenance of Post-Requirements Traceability Relations Rule-Based Maintenance of Post-Requirements Traceability Relations Patrick Mäder 1, Orlena Gotel 2 and Ilka Philippow 1 1 Department of Software Systems Ilmenau Technical University, Germany patrick.maeder

More information

Ontological Representations of Software Patterns

Ontological Representations of Software Patterns Ontological Representations of Software Patterns Jean-Marc Rosengard and Marian F. Ursu University of London http://w2.syronex.com/jmr/ Abstract. This paper 1 is based on and advocates the trend in software

More information