Current Testing Practices:
As preparation for the course you should think about how
you did testing in the last completed development project you participated in,
and try to answer the following questions briefly, and as far as applicable (and
allowed). It would be nice if you could send answers electronically to
bnielsen@cs.aau.dk the day before the
course.
- What kind of testing was it. i.e. which kind of
properties did you want to check?
- At which level did you test (unit, module, system)?
- Did you use systematic integration testing, or big
bang integration?
- When did you start testing?
- When did you finish testing?
- Which criterion did you use to decide when to stop
testing?
- Which phases could be recognized during the testing
process?
- Could your approach be classified as black-box or
white-box?
- Which techniques did you use to obtain your test
cases (test generation, or test specification techniques)?
- How did you write down your test cases, i.e. which
test notation did you use?