I'm testing an application which has chatrooms, where the users will input emoticons while chatting each other. The user will input the various types of smiley/emoticons in it.
How can I write a test case for emoticons?
UPDATE :
User input will be converted to image. E.g., smile icon will be shown in place of :) string. The smileys will be integrated into the Java chatroom.