+ All Categories

NOTICE!

Date post: 01-Jan-2016
Category:
Upload: omar-frederick
View: 25 times
Download: 1 times
Share this document with a friend
Description:
NOTICE!. - PowerPoint PPT Presentation
Popular Tags:
33
1 2009-01-15 These materials are prepared only for the students enrolled in the course Distributed Software Development (DSD) at the Department of Computer Science and Engineering, University of Mälardalen, Västerås, Sweden and at the Faculty of Electrical Engineering and Computing, University of Zagreb, Croatia (year 2003/2004). For all other purposes, authors’ written permission is needed! The purpose of these materials is to help students in better understanding of lectures in DSD and not their replacement! NOTICE!
Transcript
Page 1: NOTICE!

12009-01-15

• These materials are prepared only for the students enrolled in

the course Distributed Software Development (DSD) at the

Department of Computer Science and Engineering,

University of Mälardalen, Västerås, Sweden and at the Faculty

of Electrical Engineering and Computing, University of Zagreb,

Croatia (year 2003/2004).

• For all other purposes, authors’ written permission is needed!

• The purpose of these materials is to help students in better

understanding of lectures in DSD and not their replacement!

NOTICE!

Page 2: NOTICE!

22009-01-15

Selected Topics in Software Engineering -

Distributed Software Development

Page 3: NOTICE!

32009-01-15

ASN.1 to CSV converter generatorFinal Presentation

2009-01-15

MDH:

Guido Di Campli

Giovanni Piemontese

Paolo D’Amelio

FER:

Ivan Škugor

Željko Krpetić

Željko Knežević

Steering group: Igor Čavrak at FERRikard Lang at MDHM.Sc. Branko Beslać (Ring datacom)

Page 4: NOTICE!

What we will talk about?

• Requirements

• Design evolution

• Project work summary

• Experiences from the project

• Testing

• Software demonstration

42009-01-15

Page 5: NOTICE!

Requirements

Requirement Finished

Generate converter without a need for additional programming

YES

ANSI C compilant YES

ASN.1 grammar presentation in the GUI

YES

Grammar entity selection YES

Output format Requirement changed

52009-01-15

Page 6: NOTICE!

Design evolution

62009-01-15

Page 7: NOTICE!

1. solution

72009-01-15

Page 8: NOTICE!

2. solution

82009-01-15

Page 9: NOTICE!

3. solution

92009-01-15

Page 10: NOTICE!

Final solution

102009-01-15

Page 11: NOTICE!

BER

• Modified ANS1C

1123-04-20

Page 12: NOTICE!

ASN.1

• Preprocessed with ASN1C

1223-04-20

Page 13: NOTICE!

XSL generator

• Takes Xpath formats as input

• Generates XSL file– XSL is used for XML to CSV conversion using

XSLT

• Returns string status

132009-01-15

Page 14: NOTICE!

Basic idea

• Linearize XML file– Root nodes at same level are represented as

one (or more rows) in CSV file– Root nodes that are not in the same level are

left empty

142009-01-15

Page 15: NOTICE!

Example XML<?xml version="1.0" encoding="utf-8"?>

<C T="[APPLICATION 1]">

<P T="[APPLICATION 41]">02</P>

<P T="[APPLICATION 38]">HRVVI</P>

<P T="[APPLICATION 45]">+0200</P>

<C T="[APPLICATION 2]">

<C T="[APPLICATION 4]">

<P T="[APPLICATION 34]">29340011</P>

<P T="[APPLICATION 19]">00</P>

</C>

<C T="[APPLICATION 4]">

<P T="[APPLICATION 34]"> 2934 </P>

<P T="[APPLICATION 19]">00</P>

</C>

<C T="[APPLICATION 4]">

<P T="[APPLICATION 34]"> 3432972f </P>

<P T="[APPLICATION 19]">00</P>

</C>

</C>

</C>

152009-01-15

Page 16: NOTICE!

Example Xpaths

C[@T='[APPLICATION 1]' and @name='Nrtrde']/P[@T='[APPLICATION 41] ' and @type='OCTET STRING']

C[@T='[APPLICATION 1]' and @name='Nrtrde']/P[@T='[APPLICATION 38]' and @type='OCTET STRING']

C[@T='[APPLICATION 1]']/C[@T='[APPLICATION 2]']/C[@T='[APPLICATION 4] ' and @name='mtc']/P[@T='[APPLICATION 34]' and @type='OCTET STRING']

C[@T='[APPLICATION 1]']/C[@T='[APPLICATION 2]']/C[@T='[APPLICATION 4]' and @name='mtc']/P[@T='[APPLICATION 19]' and @type='OCTET STRING']

162009-01-15

Page 17: NOTICE!

Example of output CSV

Nrtrde,02,HRVVI, ,

mtc , , ,29340011,00

mtc , , ,2934 ,00

mtc , , , 3432972f,00

172009-01-15

Page 18: NOTICE!

Project Work Summary

Activityw45 w46 w47 w48 w49 w50 w51 w52 w1 w2 w3

Project plan                  

Requirements analysis & definition                  

System Design                  

Tree view generator                  

Converter generator                  

GUI                  

Integration                  

Testing                  

Final Product                  

182009-01-15

Project status : Finished

Page 19: NOTICE!

Working hours

192009-01-15

Member W45 W46 W47 W48 W49 W50 W51 W02 Total

Ivan 12 4 7 11 21 17 22 50 144

Željko Kr 13 4 15 14 14 11 14 20 105

Željko Kn 7 8 24 12 35 25 10 10 131

Guido 7 12 24 15 15 31 17 25 145

Giovanni 10 12 19 15 15 32 17 25 145

Paolo 7 12 22 15 15 31 17 25 144Total 56 52 111 82 115 147 97 155 814

Page 20: NOTICE!

Total Working Hours

202009-01-15

Cost of 1 hour is 25€

Total hours 814

Total project cost is:28.490€

Current Planned Cost 27000€

Current Actual Cost 28490€

Planned Project Cost 29000€

Forecasted Project Cost 29000€

Page 21: NOTICE!

Experiences from the project• Tools of communication are:

• How to reach each member:

Ivan Škugor: Msn, Google, Video Conference

Željko Krpetić: Msn, Google, Skype, Video Conference, Telephone

Željko Knežević: Msn, Google, Video Conference

Guido Di Campli: Msn, Google, Skype, Video Conference

Giovanni Piemontese: Msn, Google, Skype, Video Conference

Paolo D’Amelio: Msn, Google, Skype, Video Conference

212009-01-15

Page 22: NOTICE!

Experiences from the project

Time:

• Time was spent in the right manner

• Changing requirements entailed more time

Improvements for next time:

• Start immediatly with conference

• Try to talk everyone with customer

222009-01-15

Page 23: NOTICE!

Experiences from the project

232009-01-15

TREEVIEW GENERATOR

GUIXSL

GENERATOR

Workload division:

Page 24: NOTICE!

Use Case diagram 1/2

242009-01-15

= Done

= Almost done or needs improvements

= Not Done

Page 25: NOTICE!

252009-01-15

= Done

= Almost done or needs improvements

= Not Done

Use Case diagram 2/2

Page 26: NOTICE!

Sequence diagram

262009-01-15

Page 27: NOTICE!

Testing 1/2

272009-01-15

GUI

XSL GENERATOR

Random TestingExplorarory TestingNormal TestingIntegration TestingFault InjectionState TransitionStress TestingPerformance Testing

Random TestingExplorarory TestingNormal TestingIntegration TestingState Transition

Random TestingExplorarory TestingNormal TestingIntegration TestingState TransitionStress TestingPerformance TestingFaulty Testing

TREEVIEW GENERATOR

Page 28: NOTICE!

Testing 2/2

282009-01-15

Test Verdict Comment

Random Testing Pass Tested funcionalities works

Exploratory Testing Not Passed Problems fixed

Normal Testing Pass Tested funcionalities works

Integration Testing Pass Tested funcionalities works

Falt Injection Testing Pass Tested funcionalities works

State Transition Testing Pass Tested funcionalities works

Stress Testing 1 Test not passed Bug found

Performance Testing Pass Tested funcionalities works

Faulty Testing Pass Possibility to force the system

Page 29: NOTICE!

292009-01-15

Page 30: NOTICE!

Fallback solution

302009-01-15

Page 31: NOTICE!

Requirements and Design

312009-01-15

Application installation routine:

Page 32: NOTICE!

Software Support

• We will provide 10 hours of free support to our customer

322009-01-15

Page 33: NOTICE!

332009-01-15


Recommended