<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: tructran1911</title>
    <description>The latest articles on DEV Community by tructran1911 (@tructran1911).</description>
    <link>https://dev.to/tructran1911</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1475520%2F118ee9fa-9408-4dfa-a282-28ebd42a6426.jpg</url>
      <title>DEV Community: tructran1911</title>
      <link>https://dev.to/tructran1911</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/tructran1911"/>
    <language>en</language>
    <item>
      <title>AI Test Case Generator</title>
      <dc:creator>tructran1911</dc:creator>
      <pubDate>Sun, 14 Sep 2025 09:07:20 +0000</pubDate>
      <link>https://dev.to/tructran1911/ai-test-case-generator-1ddp</link>
      <guid>https://dev.to/tructran1911/ai-test-case-generator-1ddp</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for the &lt;a href="https://dev.to/challenges/google-ai-studio-2025-09-03"&gt;Google AI Studio Multimodal Challenge&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built a &lt;strong&gt;Test Case Generation Web Application&lt;/strong&gt; that automatically transforms software requirements into structured test cases, ensuring full requirement traceability and detailed coverage analytics. The app addresses the common challenge faced by QA teams: manual test case design is slow, error-prone, and often leaves gaps in coverage.&lt;/p&gt;

&lt;p&gt;With this application, QA teams can:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Upload Word, Excel, or PDF requirement documents, or input requirements manually.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automatically generate industry-standard test cases mapped to a requirement traceability matrix.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Export results into flexible CSV formats with fields customized to the input type.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Visualize coverage analytics (requirement coverage, functional coverage, boundary value coverage, and test execution coverage) through an intuitive dashboard.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This creates a seamless workflow from requirement ingestion to actionable test suites, improving both speed and quality in the software testing lifecycle.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://nextgen-324213319847.us-west1.run.app" rel="noopener noreferrer"&gt;NextGen - AI Test Case Generator&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;iframe src="https://player.vimeo.com/video/1118452159" width="710" height="399"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  How I Used Google AI Studio
&lt;/h2&gt;

&lt;p&gt;I used &lt;strong&gt;Google AI Studio&lt;/strong&gt;with &lt;strong&gt;Gemini 2.5 Pro&lt;/strong&gt; to power the multimodal requirement parsing and test generation engine:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Document parsing:&lt;/strong&gt; Gemini models process text from PDFs, Word, and Excel simultaneously, extracting structured requirements and user stories.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Natural Language Understanding:&lt;/strong&gt; Requirements are analyzed with Gemini’s language understanding to create meaningful test cases and boundary conditions.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Contextual mapping:&lt;/strong&gt; AI aligns each generated test case to its originating requirement, forming a requirement traceability matrix.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Interactive refinement:&lt;/strong&gt; Google AI Studio’s multimodal workspace allowed me to iterate quickly on prompts and test case generation logic with both text and document input.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Multimodal Features
&lt;/h2&gt;

&lt;p&gt;The app leverages multimodal AI capabilities to create a richer experience:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Document-to-Test Automation:&lt;/strong&gt; Users can upload mixed-format requirement documents (Word, Excel, PDF) and have them analyzed in one unified step.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Smart Coverage Analytics:&lt;/strong&gt; Automatically calculates requirement coverage, functional coverage, and boundary value coverage based on parsed inputs.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Visual Dashboards:&lt;/strong&gt; Converts AI outputs into interactive visualizations for traceability and execution metrics, helping QA teams identify gaps instantly.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;&lt;strong&gt;Human-in-the-loop Editing:&lt;/strong&gt; Users can review, edit, and fine-tune AI-generated test cases directly in the app before exporting.&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;This multimodal integration ensures QA teams no longer need separate tools for parsing, mapping, generation, and reporting—everything is streamlined into one AI-powered workflow.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Team Submissions:
&lt;/h2&gt;

&lt;p&gt;&lt;a class="mentioned-user" href="https://dev.to/phuong_tran_16fa00d7e0b08"&gt;@phuong_tran_16fa00d7e0b08&lt;/a&gt; &lt;/p&gt;

</description>
      <category>devchallenge</category>
      <category>googleaichallenge</category>
      <category>ai</category>
      <category>gemini</category>
    </item>
  </channel>
</rss>
