COMP 310
Spring 2010
|
Lec32: Chat App
Testing
|
 |
Today we will test our Chat Apps and discuss how people approached different
issues that arose.
Possible issues:
- Connecting an IChatRoom to its view, the local ICommunication stub and
associated data processing visitor with a minimum of bookkeeping
- Displaying multiple rooms
- Making new rooms vs adding existing rooms
- Preventing double adding of one's self to a room.
- Removing a room/exiting from a room.
- etc.
© 2010 by Stephen Wong