// GEMINI AI · QA SUITE v5.0

TEST EVERY
APP. SHIP
FASTER.

Focus-aware deep test generation. Real automation scripts. Gemini AI fallback chain.

MODEL CHAINAUTO-FALLBACK
Loading…
0Suites
0Tests
0Runs
0Scans
Pass Rate
0AI Active

GENERATE TEST CASES

Select focus areas → only chosen categories will be generated by AI.

RANGE CONFIGURATOR
Generating 58 tests
PRIORITY DIST.
GENERATION MODE
GENERATION DEPTH
FOCUS AREAS ONLY SELECTED → AI
4 of 10 selected — AI will generate only these categories
🎨UI / UX
Positive Testing
Negative Testing
⚙️Functionality
🔒Security
Performance
Accessibility
🔌API / Backend
🔄Regression
🔗Integration
TEST CASE FORMAT
PREFERRED MODEL
📸
Click or drag screenshot
PNG · JPG · WEBP — 10MB
🎬
Click or drag recording
MP4 · WEBM · MOV — 50MB
TEST SUITE
No tests generated yet
Select focus areas → choose input → Generate

🐛 BUG SCANNER

AI-powered multi-layer bug detection — security, UX, performance, logic.

Security UX Bugs Performance Logic Errors A11y API Issues Data Validation
SCAN RESULTS
🐛
No scan yet

📝 AI BUG REPORT GENERATOR

Paste any raw bug statement → AI generates a professional, Jira-ready bug report in seconds.

🎨 UI ⚙️ Functionality 🔌 API ⚡ Performance ✅ Validation 🔍 Search 🏷 Filters 🛒 Cart 💳 Checkout 📄 PDF 📱 Mobile 🔧 Admin
💡 Tip: Just paste your informal notes — AI will fix grammar, infer reproduction steps, and generate Jira/Azure DevOps/Bugzilla-ready output.
GENERATED BUG REPORT
📝
No report generated yet
Enter bug details → click Generate Report

EXECUTE TESTS

Run a suite and watch the live feed.

SUITES
Generate a suite first.
LIVE EXECUTION
Select a suite and click Run

⚙ AUTOMATION SCRIPTS

Generate real, runnable automation code from your test suites.

FRAMEWORK
LANGUAGE
SELECT SUITE
Generate a suite first.
OPTIONS
GENERATED SCRIPT
No script yet
Select suite + framework → Generate

REPORTS

All test runs — download HTML, Excel, or JSON.

No runs yet.

DEEP-DEPTH ANTIVIRUS

Hybrid Offline Signature & AI Heuristic Scanning

Upload Suspicious File
Upload a script, binary, or structured payload to scan for malware, backdoors, and logic bombs.
🛡
Click or Drag & Drop File
Max 10MB
Deep Device Scan
Enter a directory path (e.g. C:\Downloads or D:\ for mobile USB) to recursively scan for threats using offline heuristics.

🔌 API TESTING

Built-in REST client — send requests, inspect responses, save collections.

API EXPLORER
KeyValue
HeaderValue
No authentication
🍪 Cookie Jar
🛡 XSRF / CSRF Protection
When enabled, the XSRF token cookie is automatically sent as a header on POST/PUT/PATCH/DELETE requests.
JavaScript executed before request. Access pm, headers and body.
Use pm.environment.set('key','value'), pm.cookies.set('name','value')
Post-request test scripts. Use pm.test(), pm.expect(), pm.environment.set/get(), pm.cookies.get/set().
RESPONSE
🔌
No response yet
Enter a URL and hit Send

⚡ PERFORMANCE TESTING

HTTP load & stress testing — configurable concurrency, live metrics, latency charts.

TEST PROFILE
TARGET
CONFIGURATION
HEADERS OPTIONAL
HISTORY
No past runs yet.
No performance test yet
Configure a test profile → Enter URL → Run
CONFIG
APPEARANCE
Color Theme
Font Family
Layout Density
API KEYS
Gemini API Keys — Quota Rotation

Add up to 4 keys. When Slot 1 hits quota, Slot 2 activates automatically.

01Gemini 2.0 FlashPRIMARY
02Gemini 1.5 Pro
03Gemini 1.5 Flash
04Gemini 2.0 Flash Exp
Backend API Server Connection

Enter your custom backend API URL (e.g. your secure HTTPS tunnel URL like https://xxxx.ngrok-free.app). If empty, it defaults to the local server URL (when on localhost) or the Cloudflare Worker.

MODEL CHAIN
Active Models
Default Model
TEST CASE FORMATS
Saved Format Templates

Create and manage test case format templates. Click a format to edit it.

Default Fields

Choose which fields appear by default in all generated test cases.

AUTOMATION DEFAULTS
Default Framework
Default Options
SETUP GUIDE
Quick Start
01
Get API Key

aistudio.google.com — free tier available.

02
Add to Config

Go to API Keys tab and paste your key in Slot 1.

03
Select Focus Areas

On Generate page, choose only the categories you want to test.

04
Generate & Automate

Generate tests, then go to Automate tab for real scripts.

ENV File
# backend/.env
GEMINI_API_KEY_1=AIzaSy...
GEMINI_API_KEY_2=AIzaSy...
DEFAULT_MODEL=flash
Run Server
pip install -r requirements.txt
python run.py
# → http://localhost:8000