Two members together do a quick demo of your v1.3 using the jar file
Test case design
Whole team: do this question together, using the whiteboard
Apply heuristics for combining multiple test inputs to improve the E&E of the following test cases, assuming all 6 values in the table need to be tested. underlines indicate invalid values. Point out where the heuristics are contradicted and how to improve the test cases.
SUT: consume(food, drink)
Test case | food | drink |
---|---|---|
TC1 | bread | water |
TC2 | rice | lava |
TC3 | rock | acid |
Divide the following questions among team members and get ready to answer them.
Q1
void foo(P p){
//...
}
Q2. Design patterns.
Q3. Process models
Q4. XP and Scrum
(Divide XP and Scrum between the two teams for the following activity, if there is enough time left.)
Each team use the Web to find about 5 distinguishing features of the process model.
Relate those features to your project. i.e. are they applicable? are you doing something similar?