ISQI ISTQB Certified Tester Testing with Generative AI (CT-GenAI) v1.0 - CT-GenAI 模擬練習

You are tasked with applying structured prompting to perform impact analysis on recent code changes. Which of the following improvements would BEST align the prompt with structured prompt engineering best practices for comprehensive impact analysis?

正解: D
解説: (PassTest メンバーにのみ表示されます)
In the context of software testing, which statements (i-v) about foundation, instruction-tuned, and reasoning LLMs are CORRECT?
i. Foundation LLMs are best suited for broad exploratory ideation when test requirements are underspecified.
ii. Instruction-tuned LLMs are strongest at adhering to fixed test case formats (e.g., Gherkin) from clear prompts.
iii. Reasoning LLMs are strongest at multi-step root-cause analysis across logs, defects, and requirements.
iv. Foundation LLMs are optimal for strict policy compliance and template conformance.
v. Instruction-tuned LLMs can follow stepwise reasoning without any additional training or prompting.

正解: C
解説: (PassTest メンバーにのみ表示されます)
You must generate test cases for a new payments rule. The system includes API specifications stored in a vector database and prior tests in a relational database. Which of the following sequences BEST represents the correct order for applying a Retrieval-Augmented Generation (RAG) workflow?
i. Retrieve semantically similar specification chunks from the vector database ii. Feed both retrieved datasets as context for the LLM to generate new test cases iii. Retrieve relevant historical cases from the relational database iv. Submit a focused query describing the new test requirement

正解: D
解説: (PassTest メンバーにのみ表示されます)
You must use GenAI to perform test analysis on a payments module with finalized requirements: (1) generate test conditions, (2) prioritize by risk, (3) check coverage gaps. Which sequence best applies prompt chaining?

正解: B
解説: (PassTest メンバーにのみ表示されます)
Which statement about data privacy risks in GenAI-assisted testing is INCORRECT?

正解: A
解説: (PassTest メンバーにのみ表示されます)