John-Doe-TypeB / QOS-Testing

0 stars 0 forks source link

Handling of Edge Cases and Unexpected Inputs #5

Closed John-Doe-TypeB closed 1 month ago

John-Doe-TypeB commented 1 month ago

Test how the chatbot handles edge cases such as ambiguous questions, contradictory inputs, or rapid-fire questions. Document any unexpected behavior, crashes, or incorrect responses.

abheek-das commented 1 month ago

Tested several edge cases, including rapid-fire questions, contradictory inputs, and ambiguous statements. The chatbot struggled with contradictory inputs, often giving inconsistent responses instead of asking for clarification. It also provided partial answers to ambiguous queries without seeking further details.

abheek-das commented 1 month ago

After adjustments, the chatbot now handles most edge cases effectively. Contradictory inputs trigger clarification prompts, and the responses to ambiguous questions are more helpful. Marking this issue as resolved.