TDT 4242 Tor Stlhane Course contents The course

  • Slides: 8
Download presentation
TDT 4242 Tor Stålhane

TDT 4242 Tor Stålhane

Course contents The course consists of two parts: • Requirements – a description of

Course contents The course consists of two parts: • Requirements – a description of what we shall develop: 11 lectures • Tests – a description of how we will check that we have developed what the customer required: 19 lectures The curriculum consists of • A set of slides • Copies of journal articles

Course grade The course grade will be decided based on • One group exercise

Course grade The course grade will be decided based on • One group exercise on writing requirements – 10% • One group exercise on writing a test strategy for a set of requirements – 10% • One group exercise on testing a software package – 30% • Exam – 50%

Lecture plan – 1 Mondays 13: 15 – 14: 00 in F 3 Tuesdays

Lecture plan – 1 Mondays 13: 15 – 14: 00 in F 3 Tuesdays 12: 15 – 14: 00 in F 3 • First lecture – Monday, January 9, 2012. • Last lecture – Tuesday, April 15, 2012. • Exercise 1 – week 4. • Exercise 2 – week 7. • Exercise 3 – weeks 13 and 14. There will be no lectures during the exercise periods.

Lecture plan – 2 Week 2 Course content What you will learn Presentation of

Lecture plan – 2 Week 2 Course content What you will learn Presentation of lecture plan and exercises Goal oriented requirements specification Quality issues in requirements Requirements elicitation with boilerplates (templates) On requirement – testability and traceability – 1 3 On requirement – testability and traceability – 2 Intro. to exercise 1 4 Exercise 1 – Write a requirements specification 5 6 7 Testing vs. inspection – strong and weak sides Testing and cost / benefit analysis Testing strategies – a general introduction Black box vs. White box Grey box testing Introduction to exercise 2 Exercise 2 – Write a testing strategy for the requirements specification from exercise 1

13 How to prioritize requirements Requirements handling in COTS, Outsourcing, sub-contracting etc. Requirements in

13 How to prioritize requirements Requirements handling in COTS, Outsourcing, sub-contracting etc. Requirements in embedded and information systems Aspects, cross-cutting concerns and non-functional requirements Testing COTS, Outsourcing, sub-contracting etc. Presentation of the FITNESS tool Domain testing Coverage measures Use of test coverage measures for code and requirements Requirements through user stories and scenarios How to write good user stories and scenarios Advanced use cases Test driven development – TDD 1 Test driven development – TDD 2 Introduction to exercise 3 Exercise 3 14 Exercise 3 15 Regression testing Non-functional requirements – safety, user friendliness etc. Testing non-functional requirements 8 9 10 11 12

Main theme The main message of this course is that requirements and tests are

Main theme The main message of this course is that requirements and tests are two sides of the same coin. • Requirements without tests will be ignored. • Tests without requirements are meaningless.

The need for traceability It must be possible to trace – From test to

The need for traceability It must be possible to trace – From test to requirement. Why do we need this test? – From requirement to test. • Where is this requirement tested? • Staus: How many of the tests for this requirement has been executed successfully?