Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+12 votes
asked in CSC 305 Fall 2024 by (4.9k points)

1 Answer

+3 votes
 
Best answer

Things that I have thought of that could be tested are mostly testing to see if the bot's responses are working correctly. Some examples I have thought of are:

  1. Testing generateNewMessageText() for Each Bot Personality - making sure that each bot's response fits with its personality
  2. Testing generateCommentAbout(String word) -Make sure that the bot's response is about the certain word
  3. generateResponseToSender() - Make sure that the bot's response contains the senders name
answered by (660 points)
selected by
...