testmanagement-execute-tests
Execute a manual functional test case, updating its status dynamically and managing the test session immutability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute a manual functional test case, updating its status dynamically and managing the test session immutability.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Automatically identify, review, scaffold, or verify automated tests using the Neodymium AI framework.
Generate and scaffold new manual functional test cases.
Identify, review, and validate existing test cases.
This skill should be used when the user asks about Bootstrap components, "how to create a modal", "navbar not collapsing", "carousel autoplay", "responsive card grid", "toast notifications", "dropdown menu", "accordion FAQ", "offcanvas sidebar", "tab navigation", "tooltip not showing", "popover not working", Bootstrap accordion, alerts, badges, breadcrumb, buttons, button groups, cards, carousel, close button, collapse, dropdowns, list group, modal, navbar, navs and tabs, offcanvas, pagination, placeholders, popovers, progress, scrollspy, spinners, toasts, tooltips, or needs help implementing any Bootstrap UI component.
This skill should be used when the user asks about Bootstrap typography, "how do I style text in Bootstrap", "show me Bootstrap heading styles", "Bootstrap text looks wrong", "text not wrapping in Bootstrap", "how to create responsive tables", "Bootstrap table not responsive", "Bootstrap table overflowing on mobile", "how do I format code blocks", "Bootstrap images not responsive", "why is my Bootstrap image not scaling", "how to center images in Bootstrap", "image thumbnail not working", "how to add figure captions", "figure caption not showing", display headings, lead text, text alignment, text formatting, tables, table styling, responsive images, figures, code blocks, blockquotes, lists, abbreviations, horizontal rules, Reboot CSS reset, or when help is needed styling text, tables, images, and other content elements in Bootstrap.
This skill should be used when the user asks about Bootstrap forms, Bootstrap form controls, Bootstrap input fields, Bootstrap select, Bootstrap checkboxes, Bootstrap radio buttons, Bootstrap switches, Bootstrap range inputs, Bootstrap input groups, Bootstrap floating labels, Bootstrap form validation, Bootstrap form layout, Bootstrap toggle buttons, how to create Bootstrap forms, needs help with form styling and validation in Bootstrap, wants to create a form, add form validation, style form inputs, make an inline form, add floating labels to inputs, create a login form, build a registration form, or validate user input.
| name | testmanagement-execute-tests |
| description | Execute a manual functional test case, updating its status dynamically and managing the test session immutability. |
| license | MIT |
| metadata | {"author":"AI","version":"2.0"} |
Follow these instructions when the user wants to execute test cases or plan a new test run session through the /test-execute workflow.
test-management/test-runs/ following the format YYYY-MM-DD-purpose.run-plan.md in this directory based on test-management/test-runs/TEMPLATE_RUN_PLAN.md.results/ directory inside the test run.test-management/tests/ to the results/ directory.## Execution Result
| Who | When | Result | Where | Comment |
| :--- | :--- | :--- | :--- | :--- |
| [Name/AI] | [YYYY-MM-DD] | `⏳ PENDING` | [Context/Browser] | |
run-plan.md statistics and checklist.run-plan.md in test-management/test-runs/.results/ directory (e.g. test-management/test-runs/2026-04-09-release/results/TC_CRT_001.md).[x] inside the snapshot Markdown file.Execution Result block in the test case markdown.run-plan.md to indicate ✅ PASSED, ❌ FAILED, or 🚧 BLOCKED.📊 Live Statistics table perfectly in run-plan.md.📝 Execution Log section in run-plan.md with a summary of the result, any observations, test data corrections made, and references to any defects or improvements logged (e.g., BUS-BUG-15).specifications/backlog/BUSINESS_BACKLOG.md) and note the backlog ID in the Execution Log entry for that test case.test-management/tests/ immediately and note the correction in the Execution Log.results/ directory with the Execution Result block, append them to the checklist with an ⚡ Added during execution annotation, and update the Total Scope count in the statistics table.When all test cases in the checklist are completed:
✅ Completed and fill in the Finished timestamp.execution-report.md in the test run directory based on test-management/test-runs/TEMPLATE_EXECUTION_REPORT.md.run-plan.md statistics and execution log.Execution Result blocks in each results/ snapshot file.