A bike-share screen shows the button label “Unlock” while the user story says the primary action is “Start ride.” How should a tester best use a vision-language (multimodal) model here?
Select an answer to reveal the explanation.
Short Explanation
Vision-language models shine when you feed them both the picture and the words so they can spot “Unlock” versus “Start ride.” Captioning the image alone skips the comparison that matters for testing. Use the join of visual and textual input as draft support, then review.
Full Explanation
Vision-language models are the multimodal subset that jointly process visual and textual inputs. For testing, that joint input enables comparison between UI wording and the stated requirement. Isolated captioning or text-only analysis misses the mismatch; model output remains reviewable support, not an unattended production oracle.