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
Which statement BEST differentiates an LLM-powered test infrastructure from a traditional chatbot system used in testing?
Which setting can reduce variability by narrowing the sampling distribution during inference?
Which statement about fine-tuning for test tasks is INCORRECT?
Which statement BEST describes vision-language models (VLMs)?
Your team needs to generate 500 API test cases for a REST API with 50 endpoints. You have documented 10 exemplar test cases that follow your organization's standard format. You want the LLM to generate test cases following the pattern demonstrated in your examples. Which of the following prompting techniques is BEST suited to achieve your goal in this scenario?
Which competency MOST helps testers steer LLMs to produce useful, on-policy testware?
What distinguishes an LLM-powered agent from a basic AI chatbot in test processes?
How do tester responsibilities MOSTLY evolve when integrating GenAI into test processes?
Which standard specifies requirements for managing AI systems within an organization, supporting consistent GenAI use in testing?
A prompt section states: “Web checkout module v3.2; focus on coupon application; existing regression suite IDs T-112—T-150; recent defect ID BUG-431.” Which component is this?