CT-AI · Question #43
A mobile app start-up company is implementing an AI-based chat assistant for e-commerce customers. In the process of planning the testing, the team realizes that the specifications are insufficient…
The correct answer is A. Exploratory testing. When testing an AI-based chat assistant for e-commerce customers, the lack of sufficient specifications makes it difficult to use structured test techniques. The ISTQB CT-AI Syllabus recommends exploratory testing in such cases: Exploratory testing is useful when specifications…
Question
A mobile app start-up company is implementing an AI-based chat assistant for e-commerce customers. In the process of planning the testing, the team realizes that the specifications are insufficient. Which testing approach should be used to test this system?
Options
- AExploratory testing
- BStatic analysis
- CEquivalence partitioning
- DState transition testing
How the community answered
(33 responses)- A73% (24)
- B3% (1)
- C6% (2)
- D18% (6)
Explanation
When testing an AI-based chat assistant for e-commerce customers, the lack of sufficient specifications makes it difficult to use structured test techniques. The ISTQB CT-AI Syllabus recommends exploratory testing in such cases: Exploratory testing is useful when specifications are incomplete or unclear. AI-based systems, particularly those using natural language processing (NLP), may not behave deterministically, making scripted test cases ineffective. The tester interacts dynamically with the system, identifying unexpected behaviors not documented in the specification.
Topics
Community Discussion
No community discussion yet for this question.