Commit a6a95f

2025-10-09 10:43:19 Switi Patel: workflo updated
Projects/OptiQA/Technical Documents (LLD+HLD).md ..
@@ 16,7 16,19 @@
----
- ### High Level Design (HLD)}
+ ### **Workflow Description**
+
+ 1. **User Registration/Login** → User signs up or logs in.
+ 2. **Prompt Submission** → User enters URL + natural language steps (e.g., “Login to Gmail and verify inbox count”).
+ 3. **AI Processing** → Backend sends the prompt to GPT-4o-mini to generate Playwright test script.
+ 4. **Test Execution** → The system executes the generated code using Playwright.
+ 5. **Result Storage** → Logs, status, and screenshots are saved in the database.
+ 6. **Result Visualization** → User views the detailed report and test history from the frontend.
+
+ ---
+
+
+ ### High Level Design (HLD)
### **Overview**
The system follows a modular, scalable architecture that connects frontend, backend, AI, and database layers.
The frontend communicates securely with backend APIs, which orchestrate test execution, AI analysis, and reporting.
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9