Question 6 of 39

Which TWO of the following capabilities are primary strengths of Large Language Models (LLMs) when applied to software testing tasks? (Choose two.)
Answer

Suggested Answer

The suggested answer is A, C.

Question 7 of 39

A test team is looking to leverage Generative AI. They have two immediate needs:
Need 1. For rapid, ad-hoc exploration: A new tester needs to quickly understand requirements and generate simple, one-off test ideas interactively.
Need 2. For structured, repetitive automation: The team wants to integrate AI into their existing continuous integration (CI) pipeline to automatically generate comprehensive test data for daily regression runs.
Which of the following statements BEST describes how AI chatbots and LLM-powered testing applications would apply to these needs?
Answer

Suggested Answer

The suggested answer is C.

Question 8 of 39

A tester is crafting a prompt for an LLM to generate test cases. One part of the prompt reads:
"The generated test cases must be provided in a CSV file format, with columns for Test ID, Description, Preconditions, Test Steps, and Expected Result."
In which component of the six-part prompt structure would this line MOST LIKELY appear?
Answer

Suggested Answer

The suggested answer is D.

Question 9 of 39

A test engineer is learning about the six components of a structured prompt for Generative AI in software testing.
Which of the following statements INCORRECTLY describes one of these components?
Answer

Suggested Answer

The suggested answer is D.

Question 10 of 39

A test lead needs an LLM to generate a comprehensive test plan summary, which requires iterative refinement and review. The task is complex and benefits from breaking it into smaller, verifiable steps, where the output of one step informs the next.
Which core prompting technique is BEST suited for this scenario?
Answer

Suggested Answer

The suggested answer is C.