Presentation is loading. Please wait.

Presentation is loading. Please wait.

1 Welcome to CS 362 Applied Software Engineering Dr. Alex Groce (KEC 3067) Testing, debugging, running programs Design for testability Implementation (actual.

Similar presentations


Presentation on theme: "1 Welcome to CS 362 Applied Software Engineering Dr. Alex Groce (KEC 3067) Testing, debugging, running programs Design for testability Implementation (actual."— Presentation transcript:

1 1 Welcome to CS 362 Applied Software Engineering Dr. Alex Groce (KEC 3067) Testing, debugging, running programs Design for testability Implementation (actual coding!) Maintenance and bug tracking “Compile-time” testing – warnings, static analysis, build systems Testing, testing, testing

2 2 Today We’re just going to talk a bit, and think a bit Different perspective on code than in most of your previous classes Solicit your opinion: write more code, or test more code?

3 3 Before we start What do I know about testing, anyway? I’ve written programs and tested them So have most of you, I would bet Split my time at JPL (before I came to OSU) between model checking & testing research E.g., testing the file systems that will be used in the Mars Science Laboratory – JPL’s next big Mars mission

4 4 Let’s Talk about Civil Engineering

5 5 Galileo

6 6 We’re Engineers. Really. What is similar to other engineering disciplines?

7 7 We’re Engineers. Really. What is different?

8 8 You are given a library, container.o and the following.h file: int put (int n, container* c); /* returns 1 and adds to c if n not in c, otherwise returns 0 */ int get (int n, container* c); /* returns 1 if n is in c, 0 otherwise */ int remove (int n, container* c); /* returns 1 if n was in c; after return n is not in c! */ container* newContainer(); /* returns a new container if memory avail */ You don’t have source code, and the file isn’t compiled with debugging information. Attached is a note: “We would like to use this (it’s really fast) in our new system, but it needs to work well – a bug in this could be catastrophic. Can you give me a plan/approach for thorough testing? I don’t want to share our test generation code with the company that wrote this, and they won’t share source, but you can give them test cases. The programmer behind this at Container Code Design, LLC, is pretty busy, so we’d like to make sure to get good turnaround from debugging. Can I get a short white paper on this by this afternoon’s 2:35 project meeting? I know it’s short notice, and you’re not really a test engineer, but we need something. Think-piece


Download ppt "1 Welcome to CS 362 Applied Software Engineering Dr. Alex Groce (KEC 3067) Testing, debugging, running programs Design for testability Implementation (actual."

Similar presentations


Ads by Google