AI Chatbot
Give natural language commands, let SmartestQA do the work. Turkish & English supported smart assistant.
What is AI Chatbot?
SmartestQA AI Chatbot is a smart assistant that lets you perform all platform operations using natural language.
Turkish & English
Give commands in both languages
Context Aware
Knows which project you're in
Quick Access
Run pipelines with one command
Smartest AI
Online
23 tests • Chrome • ~4 min
How to Open?
Bottom Right
Click the chat icon
Keyboard Shortcut
Ctrl + K
Top Menu
"AI Assistant" button
Test Execution Commands
"Run pipeline #5"
Execute by pipeline ID
"Run login tests"
Execute by name
"Run regression suite on Firefox"
Specify browser
"Start smoke tests on prod environment"
Specify environment
Example Conversation:
Task Management
"Show open tasks"
Incomplete tasks
"List critical tasks"
High priority tasks
"Show tasks assigned to me"
Personal task list
"Complete task #42"
Update status
Report Queries
"Show failed tests"
Failed test list
"Last 5 execution results"
Execution history
"What's the pass rate this week?"
Success rate query
"Download latest report PDF"
Export report
Example Response:
📊 This Week’s Test Summary:
156
Total
142
Passed
11
Failed
91%
Pass Rate
AI Test Creation
How It Works
Describe the test you want in plain English. AI generates test steps, selectors, and assertions for you.
"Go to login page, enter email and password, check dashboard opens"
AI Will Generate:
- 1. Navigate to /login
- 2. Type "${email}" in #email-input
- 3. Type "${password}" in #password-input
- 4. Click button[type="submit"]
- 5. Assert .dashboard-title is visible
"Add a product to the cart, complete payment, and verify the order confirmation"
AI Will Generate:
- 1. Click .add-to-cart
- 2. Navigate to /checkout
- 3. Fill out the payment form
- 4. Click #complete-order
- 5. Assert "Order Confirmed" text is visible
All Commands
| Category | Example Commands |
|---|---|
| Execution | "Run pipeline" • "Execute test" • "Start smoke" |
| Tasks | "Open tasks" • "Critical tasks" • "Create task" |
| Reports | "Failed tests" • "Pass rate" • "Download PDF" |
| AI | "Create login test" • "Write checkout flow" |
| Navigation | "Go to testcase X" • "Open Reports" • "Settings" |
Pro Tips
Speak Naturally
No need for exact commands. "run", "execute", "start" all work.
Use Context
AI knows your current project. No need to specify project name.
Follow-up Questions
Refine with "more details", "only today's" etc.