Web Test Case Generator
Web Test Case Generator
Purpose
Analyzes frontend components (.vue, .jsx) and business requirements to generate comprehensive test plans.
Strategy
1. Component Analysis
Input: Login.vue
- Props: Identify required props -> Test missing/invalid props.
- Events: Identify
emit-> Test interaction triggers event. - State: Identify
v-if/v-show-> Test conditional rendering.
2. E2E Scenario Generation
Input: "User Checkout Flow"
- Entry Point: Home Page -> Product Page.
- Action: Click "Add to Cart".
- Validation: Cart count increases.
- Checkout: Proceed to payment.
More from chrysaliscat/designgraduation
ui/ux pro max
Expert UI/UX design intelligence for creating professional, modern, and accessible interfaces in RuoYi-Vue.
8frontend expert
Expert guidance for Vue.js 2.x and Element UI development in the RuoYi-Vue framework.
7mini program expert
Expert guidance for transforming RuoYi-Vue into a WeChat Mini Program backend and developing the corresponding frontend (Native or UniApp).
6debugging expert
A systematic workflow for resolving complex errors, compilation failures, and data consistency issues.
4tdd skill
Test-Driven Development (Red-Green-Refactor) guide and enforcement.
4debugging-with-tools
Use when encountering bugs or test failures - systematic debugging using debuggers, internet research, and agents to find root cause before fixing
4