{"id":4522,"date":"2026-01-19T14:19:02","date_gmt":"2026-01-19T06:19:02","guid":{"rendered":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/"},"modified":"2026-01-19T15:20:43","modified_gmt":"2026-01-19T07:20:43","slug":"7-1-automated-test-case-creation","status":"publish","type":"docs","link":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/","title":{"rendered":"7.1 Automated Test Case Creation"},"content":{"rendered":"<h2 dir=\"auto\"><strong> Generating a Full Set of Test Cases (Test ID, Scenario, Steps, and Expected Result) Directly from Use Case Descriptions<\/strong><\/h2>\n<p dir=\"auto\">One of the most powerful advantages of a use case-driven approach is the direct traceability from requirements \u2192 design \u2192 testing. Visual Paradigm\u2019s <strong>AI-Powered Use Case Modeling Studio<\/strong> capitalizes on this by automatically generating a comprehensive, structured set of test cases from the detailed use case specifications, decision tables, Activity Diagrams, and Sequence Diagrams created in earlier modules.<\/p>\n<p dir=\"auto\">With a single click \u2014 typically labeled <strong>\u201cGenerate Test Cases\u201d<\/strong>, <strong>\u201cCreate Test Suite\u201d<\/strong>, or <strong>\u201cDerive Tests from Use Case\u201d<\/strong> \u2014 the AI analyzes:<\/p>\n<ul dir=\"auto\">\n<li>Main Success Scenario and numbered steps<\/li>\n<li>Alternative Flows and their extension points<\/li>\n<li>Exception Flows and error-handling paths<\/li>\n<li>Preconditions and postconditions<\/li>\n<li>Decision tables \/ decision matrix rules (from Module 6)<\/li>\n<li>Key decision nodes and branches in Activity &amp; Sequence Diagrams<\/li>\n<\/ul>\n<p dir=\"auto\">It then produces a full set of test cases, each containing at minimum:<\/p>\n<ul dir=\"auto\">\n<li><strong>Test ID<\/strong> \u2014 unique identifier (e.g., UC001-TC01)<\/li>\n<li><strong>Scenario<\/strong> \u2014 short descriptive name of the specific path being tested<\/li>\n<li><strong>Preconditions<\/strong> \u2014 setup required before execution<\/li>\n<li><strong>Test Steps<\/strong> \u2014 clear, numbered actions the tester (or automation script) performs<\/li>\n<li><strong>Expected Result<\/strong> \u2014 precise post-execution state or system response<\/li>\n<li><strong>Priority<\/strong> \u2014 High \/ Medium \/ Low (often inferred from risk, frequency, or criticality)<\/li>\n<li><strong>Traceability<\/strong> \u2014 links back to the originating use case step, flow section, or decision table rule<\/li>\n<\/ul>\n<p dir=\"auto\">Generated test cases cover:<\/p>\n<ul dir=\"auto\">\n<li>Positive\/happy path<\/li>\n<li>Negative\/exceptional paths<\/li>\n<li>Boundary conditions<\/li>\n<li>Alternative flows<\/li>\n<li>Combinations identified in decision tables<\/li>\n<\/ul>\n<p dir=\"auto\">You can refine them in the integrated editor: adjust wording for clarity, add data values, mark for automation, assign to test cycles, or export (CSV, Excel, XML, or directly to testing tools like TestRail, Jira, Azure DevOps).<\/p>\n<h3 dir=\"auto\">Practical Examples<\/h3>\n<p dir=\"auto\"><strong>Example 1: GourmetReserve \u2013 Use Case: Book a Table (UC-001)<\/strong><\/p>\n<p dir=\"auto\"><strong>AI-Generated Test Cases<\/strong> (selected subset):<\/p>\n<ul dir=\"auto\">\n<li><strong>Test ID<\/strong>: UC001-TC01 <strong>Scenario<\/strong>: Happy path \u2013 no deposit required (Gold loyalty, non-peak, small party) <strong>Priority<\/strong>: High <strong>Preconditions<\/strong>: Diner logged in with Gold loyalty status, multiple tables available, current time is weekday 6 PM <strong>Test Steps<\/strong>:\n<ol dir=\"auto\">\n<li>Open app and search for tables (Seattle, tomorrow 7 PM, party of 4)<\/li>\n<li>Select an available slot from results<\/li>\n<li>Review booking summary (no deposit shown)<\/li>\n<li>Tap \u201cConfirm Booking\u201d <strong>Expected Result<\/strong>: Reservation confirmed screen appears, confirmation push notification received, reservation status = Confirmed, no payment screen displayed <strong>Trace<\/strong>: Main flow steps 1\u20137, Decision Table Rule R1<\/li>\n<\/ol>\n<\/li>\n<li><strong>Test ID<\/strong>: UC001-TC04 <strong>Scenario<\/strong>: Deposit required \u2013 successful payment with promo code <strong>Priority<\/strong>: High <strong>Preconditions<\/strong>: Diner logged in (non-Gold), party size = 10, peak hours (Saturday 8 PM), valid promo code \u201cWEEKEND10\u201d <strong>Test Steps<\/strong>:\n<ol dir=\"auto\">\n<li>Search and select table for party of 10<\/li>\n<li>Enter promo code \u201cWEEKEND10\u201d at checkout<\/li>\n<li>Review summary (discounted deposit shown)<\/li>\n<li>Proceed to payment \u2192 enter valid test card<\/li>\n<li>Submit payment <strong>Expected Result<\/strong>: Deposit processed successfully (10% reduced by promo), reservation confirmed, confirmation + discount receipt sent <strong>Trace<\/strong>: Main flow + Alt 4a, Decision Table Rule R4<\/li>\n<\/ol>\n<\/li>\n<li><strong>Test ID<\/strong>: UC001-TC07 <strong>Scenario<\/strong>: Payment failure \u2013 booking not created <strong>Priority<\/strong>: Critical <strong>Preconditions<\/strong>: Party size \u2265 8, peak hours, deposit required, valid card but insufficient funds <strong>Test Steps<\/strong>:\n<ol dir=\"auto\">\n<li>Select slot requiring deposit<\/li>\n<li>Proceed to payment screen<\/li>\n<li>Enter card with insufficient funds<\/li>\n<li>Submit payment <strong>Expected Result<\/strong>: Error message \u201cPayment declined \u2013 insufficient funds\u201d, booking not created, remains on payment screen or returns to slot selection, no reservation record exists <strong>Trace<\/strong>: Exception flow 4b, Decision Table Rule R5<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<p dir=\"auto\"><strong>Example 2: SecureATM \u2013 Use Case: Withdraw Cash (UC-ATM-002)<\/strong><\/p>\n<ul dir=\"auto\">\n<li><strong>Test ID<\/strong>: UC002-TC03 <strong>Scenario<\/strong>: High-value withdrawal \u2013 biometric verification fails <strong>Priority<\/strong>: Critical <strong>Preconditions<\/strong>: User authenticated, sufficient funds &amp; daily limit, ATM supports biometrics, test amount = $1,500 <strong>Test Steps<\/strong>:\n<ol dir=\"auto\">\n<li>Select \u201cWithdraw Cash\u201d<\/li>\n<li>Enter amount 1500<\/li>\n<li>When prompted, fail biometric scan (simulate rejection) <strong>Expected Result<\/strong>: Transaction aborted, message \u201cSecurity verification failed \u2013 card retained\u201d, card not returned, fraud alert sent to operations, transaction logged as failed security check <strong>Trace<\/strong>: Decision Table Rule 3, Sequence Diagram alt fragment [high-value + biometric fail]<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<p dir=\"auto\"><strong>Example 3: CorpLearn \u2013 Use Case: Take Final Assessment (UC-LRN-005)<\/strong><\/p>\n<ul dir=\"auto\">\n<li><strong>Test ID<\/strong>: UC005-TC02 <strong>Scenario<\/strong>: Passing score but mandatory privacy question failed <strong>Priority<\/strong>: High (compliance) <strong>Preconditions<\/strong>: All modules completed, assessment loaded, time remaining <strong>Test Steps<\/strong>:\n<ol dir=\"auto\">\n<li>Answer all questions correctly (score would be 92%)<\/li>\n<li>On mandatory data privacy question, select incorrect answer<\/li>\n<li>Submit assessment <strong>Expected Result<\/strong>: Assessment auto-failed due to compliance violation, message \u201cFailed \u2013 Data privacy acknowledgment incorrect\u201d, no certificate issued, attempt logged with fail reason, score not recorded toward completion <strong>Trace<\/strong>: Decision Table Rule 2, postcondition compliance check<\/li>\n<\/ol>\n<\/li>\n<\/ul>\n<h3 dir=\"auto\">Best Practices for Working with AI-Generated Test Cases<\/h3>\n<ul dir=\"auto\">\n<li><strong>Review coverage first<\/strong> \u2014 Ensure every decision table rule and major flow branch has at least one corresponding test case.<\/li>\n<li><strong>Add concrete test data<\/strong> \u2014 Replace generic \u201cvalid card\u201d with specific values (e.g., test card 4111111111111111, CVV 123, expiry 12\/28).<\/li>\n<li><strong>Mark automation candidates<\/strong> \u2014 Flag UI\/API tests suitable for Selenium, Appium, Postman, etc.<\/li>\n<li><strong>Prioritize ruthlessly<\/strong> \u2014 Focus High\/Critical tests first; defer Low unless time permits.<\/li>\n<li><strong>Export &amp; integrate<\/strong> \u2014 Push to your test management tool for execution tracking and defect linking.<\/li>\n<\/ul>\n<p dir=\"auto\">By the end of Section 7.1, you have a robust, traceable test suite that is largely auto-generated yet fully customizable \u2014 dramatically reducing manual test writing effort while ensuring excellent functional coverage. These test cases serve as the primary verification mechanism that the implemented system matches the agreed-upon behavior defined throughout the project. With test cases generated, the final step is monitoring overall completeness and coverage in the Project Dashboard (next section).<\/p>\n","protected":false},"featured_media":0,"parent":4521,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"_yoast_wpseo_title":"","_yoast_wpseo_metadesc":"","_eb_attr":"","neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":""},"doc_tag":[],"class_list":["post-4522","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>7.1 Automated Test Case Creation - Visual Paradigm Guides Japanese<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/\" \/>\n<meta property=\"og:locale\" content=\"ja_JP\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"7.1 Automated Test Case Creation - Visual Paradigm Guides Japanese\" \/>\n<meta property=\"og:description\" content=\"Generating a Full Set of Test Cases (Test ID, Scenario, Steps, and Expected Result) Directly from Use Case Descriptions One of the most powerful advantages of a use case-driven approach is the direct traceability from requirements \u2192 design \u2192 testing. Visual Paradigm\u2019s AI-Powered Use Case Modeling Studio capitalizes on this by automatically generating a comprehensive, structured set of test cases from the detailed use case specifications, decision tables, Activity Diagrams, and Sequence Diagrams created in earlier modules. With a single click \u2014 typically labeled \u201cGenerate Test Cases\u201d, \u201cCreate Test Suite\u201d, or \u201cDerive Tests from Use Case\u201d \u2014 the AI analyzes: Main Success Scenario and numbered steps Alternative Flows and their extension points Exception Flows and error-handling paths Preconditions and postconditions Decision tables \/ decision matrix rules (from Module 6) Key decision nodes and branches in Activity &amp; Sequence Diagrams It then produces a full set of test cases, each cont7.1 Automated Test Case Creation\" \/>\n<meta property=\"og:url\" content=\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/\" \/>\n<meta property=\"og:site_name\" content=\"Visual Paradigm Guides Japanese\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-19T07:20:43+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593\" \/>\n\t<meta name=\"twitter:data1\" content=\"4\u5206\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/\",\"url\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/\",\"name\":\"7.1 Automated Test Case Creation - Visual Paradigm Guides Japanese\",\"isPartOf\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/#website\"},\"datePublished\":\"2026-01-19T06:19:02+00:00\",\"dateModified\":\"2026-01-19T07:20:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/#breadcrumb\"},\"inLanguage\":\"ja\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/guides.visual-paradigm.com\/ja\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Streamlining the Software Lifecycle: Integrating AI Use Case Modeling with Visual Paradigm\u2019s All-in-One Platform\",\"item\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"7. Quality Assurance and Testing\",\"item\":\"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"7.1 Automated Test Case Creation\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/guides.visual-paradigm.com\/ja\/#website\",\"url\":\"https:\/\/guides.visual-paradigm.com\/ja\/\",\"name\":\"Visual Paradigm Guides Japanese\",\"description\":\"Smart guides for an AI-driven world\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/guides.visual-paradigm.com\/ja\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ja\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"7.1 Automated Test Case Creation - Visual Paradigm Guides Japanese","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/","og_locale":"ja_JP","og_type":"article","og_title":"7.1 Automated Test Case Creation - Visual Paradigm Guides Japanese","og_description":"Generating a Full Set of Test Cases (Test ID, Scenario, Steps, and Expected Result) Directly from Use Case Descriptions One of the most powerful advantages of a use case-driven approach is the direct traceability from requirements \u2192 design \u2192 testing. Visual Paradigm\u2019s AI-Powered Use Case Modeling Studio capitalizes on this by automatically generating a comprehensive, structured set of test cases from the detailed use case specifications, decision tables, Activity Diagrams, and Sequence Diagrams created in earlier modules. With a single click \u2014 typically labeled \u201cGenerate Test Cases\u201d, \u201cCreate Test Suite\u201d, or \u201cDerive Tests from Use Case\u201d \u2014 the AI analyzes: Main Success Scenario and numbered steps Alternative Flows and their extension points Exception Flows and error-handling paths Preconditions and postconditions Decision tables \/ decision matrix rules (from Module 6) Key decision nodes and branches in Activity &amp; Sequence Diagrams It then produces a full set of test cases, each cont7.1 Automated Test Case Creation","og_url":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/","og_site_name":"Visual Paradigm Guides Japanese","article_modified_time":"2026-01-19T07:20:43+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u63a8\u5b9a\u8aad\u307f\u53d6\u308a\u6642\u9593":"4\u5206"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/","url":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/","name":"7.1 Automated Test Case Creation - Visual Paradigm Guides Japanese","isPartOf":{"@id":"https:\/\/guides.visual-paradigm.com\/ja\/#website"},"datePublished":"2026-01-19T06:19:02+00:00","dateModified":"2026-01-19T07:20:43+00:00","breadcrumb":{"@id":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/#breadcrumb"},"inLanguage":"ja","potentialAction":[{"@type":"ReadAction","target":["https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-1-automated-test-case-creation\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/guides.visual-paradigm.com\/ja\/"},{"@type":"ListItem","position":2,"name":"Streamlining the Software Lifecycle: Integrating AI Use Case Modeling with Visual Paradigm\u2019s All-in-One Platform","item":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/"},{"@type":"ListItem","position":3,"name":"7. Quality Assurance and Testing","item":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/"},{"@type":"ListItem","position":4,"name":"7.1 Automated Test Case Creation"}]},{"@type":"WebSite","@id":"https:\/\/guides.visual-paradigm.com\/ja\/#website","url":"https:\/\/guides.visual-paradigm.com\/ja\/","name":"Visual Paradigm Guides Japanese","description":"Smart guides for an AI-driven world","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/guides.visual-paradigm.com\/ja\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ja"}]}},"comment_count":0,"_links":{"self":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4522","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/comments?post=4522"}],"version-history":[{"count":1,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4522\/revisions"}],"predecessor-version":[{"id":4578,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4522\/revisions\/4578"}],"up":[{"embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4521"}],"next":[{"title":"7.2 Requirements Validation","link":"https:\/\/guides.visual-paradigm.com\/ja\/docs\/streamlining-the-software-lifecycle-integrating-ai-use-case-modeling-with-visual-paradigms-all-in-one-platform\/7-quality-assurance-and-testing\/7-2-requirements-validation\/","href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/docs\/4523"}],"wp:attachment":[{"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/media?parent=4522"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/guides.visual-paradigm.com\/ja\/wp-json\/wp\/v2\/doc_tag?post=4522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}