qa-testcase-from-ui

Generate test cases from UI screenshots and Figma exports via vision analysis.

2|2|Updated Mar 7, 2026
One-click install
npx skills add https://github.com/AZANIR/qa-skills --skill qa-testcase-from-ui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: qa-testcase-from-ui
Source: https://github.com/AZANIR/qa-skills/tree/main/.cursor/skills/qa-testcase-from-ui
Command: npx skills add https://github.com/AZANIR/qa-skills --skill qa-testcase-from-ui

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the creation of test cases by analyzing visual representations of user interfaces, such as screenshots and mockups, reducing the manual effort and time required for test design.

Core Features & Use Cases

  • Vision Analysis: Identifies interactive UI elements (buttons, fields, links) from images.
  • Scenario Generation: Derives structured test scenarios based on identified elements and their context.
  • Use Case: You have a Figma design for a new login page. Upload the export, and this Skill will generate test cases for form submission, validation, and navigation based on the visual layout.

Quick Start

Generate test cases from the screenshot located at /path/to/login-page.png.

Frequently Asked Questions about qa-testcase-from-ui

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate test cases from a UI screenshot?

You can generate test cases from a UI screenshot by uploading the image file. The system applies vision analysis to identify interactive elements and automatically derive structured test scenarios for forms and navigation.

What image formats can I use for visual test case generation?

Visual test case generation supports PNG, JPG, WebP, SVG, and PDF input formats. You can export your visual UI representations directly from design tools or capture screenshots in any of these formats for analysis.

Can I create test scenarios directly from Figma design exports?

Yes, you can create test scenarios directly from Figma exports. By analyzing the visual layout, the system identifies interactive elements to generate test cases for form submission, validation, and navigation.

How does visual analysis identify interactive elements for test design?

Visual analysis identifies interactive elements for test design by scanning the UI image to detect components like buttons, fields, and links. It then uses the context of these elements to derive relevant test scenarios.

What types of test scenarios can be derived from UI mockups?

Test scenarios derived from UI mockups cover form submission, input validation, and navigation based on the visual layout. The generated scenarios reflect the identified interactive elements and their contextual states within the interface.