RE: Describe the last project scenario and generate te...
I guess the answer for this question will differ from each one depending on the project you have done earlier. This is one other question which expects you to bring out your experience in generating test cases.
If you ask me.. i wud say few words about my project and they way i decide on generating test cases like cause-effect graphs. For people who are wondering what cause-effect graphs are...
Cause-Effect Graphing
A tool used to derive test cases from specifications. A graph that relates causes (or input conditions) to effects is generated. The information in the graph is converted into a decision table where the columns are the cause-effect combinations. Unique rows represent test cases.