CT-AI · Question #117
Which ONE of the following options for a test basis would give the LEAST coverage when using AI-based test generation?
The correct answer is D. An XML schema. An XML schema would give the least coverage when using AI-based test generation. While it defines the structure of data (e.g., tags, elements), it does not provide detailed information about the application functionality or behavior, which are essential for generating…
Question
Which ONE of the following options for a test basis would give the LEAST coverage when using AI-based test generation?
Options
- AA test model describing the application functionality
- BA list of possible web pages that comprise the application
- CA pseudo-oracle
- DAn XML schema
How the community answered
(31 responses)- A3% (1)
- B6% (2)
- C13% (4)
- D77% (24)
Explanation
An XML schema would give the least coverage when using AI-based test generation. While it defines the structure of data (e.g., tags, elements), it does not provide detailed information about the application functionality or behavior, which are essential for generating meaningful tests for AI systems. The other options (test model, web pages list, and pseudo-oracle) provide more comprehensive insights into the system's behavior and logic, which are better suited for effective AI-based test generation.
Topics
Community Discussion
No community discussion yet for this question.