ipbkoaadeihckgcdnbnahnooojmjoffm
Test automation code generator using AI - Just click and generate 🤖 Testron - Your AI-Powered Testing Co-pilot Transform your test automation workflow with Testron, an intelligent Chrome extension designed specifically for Test Automation Engineers, Functional Testers and Web Developers. Generate production-ready test code with just a few clicks! ## v1.3 - Major Update! 🎉 • Complete rewrite in ReactJS for better organization and faster feature delivery • Added support for Playwright with Python • Implemented real-time response streaming for faster experience • Enhanced Element Inspector with multi-element selection capability • New dedicated DevTools panel with undocking support • Added visual indicators for active AI model and persona • Improved message history with persistent storage • New element viewer with DOM HTML inspection 🎭 Multi-Framework Support: • Playwright with TypeScript and Python • Cypress with TypeScript • Selenium with Java Choose your preferred framework and let Testron handle the code generation 🧠 Powered by Leading AI Models: • Anthropic Claude • OpenAI GPT • Groq • Deepseek - High performance at fraction of the cost • Local LLM support via Ollama 💡 Intelligent Code Generation: • Framework-specific best practices • Page Object Model support • Built-in error handling • Auto-waiting mechanisms • Real data generation using Faker • Comprehensive comments and documentation 🛠️ Advanced Features: • Dedicated DevTools panel with undocking support • Real-time response streaming • Visual model and persona indicators • Follow-up questions support • Contextual chat history • Session persistence • Smart conversation reset 🛠️ Developer-Friendly Features: • Beautiful syntax highlighting • Markdown support • Code copying with one click • Cost tracking for API usage • Multiple AI provider options • Debug mode for troubleshooting Perfect for: • Test Automation Engineers • QA Developers • Web Developers • DevOps Engineers • Anyone looking to accelerate their test automation workflow 🚀 Why Choose Testron? • Save hours of test writing time • Ensure consistent test patterns • Follow framework best practices • Generate maintainable test code • Leverage AI for smarter automation • Cost-effective with new Deepseek integration Whether you're writing end-to-end tests, integration tests, or just automating repetitive scenarios, Testron is your intelligent companion for faster, better test automation. 📺 Stay Updated! Subscribe to our YouTube channel for: • Latest feature updates • Video tutorials • Tips & tricks • Best practices • Live demos Get started today and experience the future of test automation! 🚀 Note: Requires API keys for cloud AI providers (Claude, GPT, Groq, Deepseek). Local usage available through Ollama without API keys. 💰 Cost-Effective Options: • Use Deepseek models for high quality at lower costs • Run locally with Ollama for free • Track and manage API costs with built-in monitoring
AI Cypress Tests generator
Records user session and generates cypress tests with support of Open AI Introducing the ultimate tool for web developers and testers! Our Chrome extension uses the power of OpenAI to automatically generate Cypress test cases when you interact with your website. With our extension, you can easily create comprehensive test cases by simply clicking on different elements on your website. Say goodbye to tedious manual testing and hello to faster, more efficient testing. Our extension is perfect for teams who want to save time and improve the quality of their web applications. Whether you're a developer, tester, or QA engineer, our tool will help you catch bugs and ensure your website is running smoothly. Features: • Easy to use: Simply click on elements to generate test cases. • Out of box: It suggests out of the box test scenarios to test your website. • Comprehensive: Generates Cypress test cases to cover multiple scenarios. • Efficient: Saves time and improves the quality of your web applications. • Powerful: Uses OpenAI to automate the testing process. Try our extension today and see how it can transform your web development and testing process! How to Generate Your OpenAI API Key • If you already have an API Key, you can use it for this extension. If not, follow these steps to generate new api key: • Go to the OpenAI website https://platform.openai.com/ and Sign up for an OpenAI account. • Once you have signed up and logged in, Go to https://platform.openai.com/account/api-keys • Click on the "Create API key" button. • After you have created your API key, it will be displayed on the page. Copy it to your clipboard. • Paste the new API key in the space provided in extension and start using the extension. ***Important: “Our extension allows users to send data to OpenAI for natural language processing and analysis. We take user privacy and security seriously and have designed our extension to protect user data as much as possible. However, it is important for users to understand that they are responsible for the data they choose to send through the extension. We strongly recommend that users review and understand OpenAI's data privacy and security policies before using our extension to send data”. Usage • Navigate to test website • Open the extension and enter Open AI API key • Click Record button to start recording • Click on any elements on the website that you want to test • Choose suitable value from the action dropdown on top of each selected element • Click Stop to stop recording • Click Get Scenarios button to generate test scenarios • Click Get Test cases button to generate cypress test cases code Contributing Thank you for your interest in contributing to AI Cypress Tests Generator, We welcome contributions to this project! Check us out on GitHub: Link to GitHub - https://github.com/syscolabs/ai-cypress-tests-generator
Playwright Recorder
Record browser actions and generate Playwright test scripts in JavaScript, TypeScript, Python, Java, and C# (.NET). Playwright Recorder is a powerful Chrome extension that allows you to record browser interactions and automatically generate Playwright test scripts in JavaScript, TypeScript, Python, Java, and C# (.NET). It is perfect for QA engineers, developers, and automation testers who want to create reliable automated tests without writing code manually. • 🌙 Dark Mode - Toggle between light and dark themes with your preference saved between sessions. • ⏸ Pause & Resume - Pause recording mid-session to handle popups or manual steps, then resume without losing any recorded actions. • 🏷️ Step Labels - Insert named markers between actions (e.g. "Login flow", "Fill form"). Labels appear as readable comments in the generated script. • ✅ Auto-Assertions - Automatically inserts URL assertions after every navigation step so your tests validate page state with zero extra work. • 🗑 Per-Action Delete - Hover over any recorded action and click × to remove it individually. No need to clear everything and re-record. • 📋 Copy to Clipboard - Copy the generated script instantly without exporting to a file first. • 🔔 Toast Notifications - Real-time feedback for every action — recording started, action removed, script copied, export complete. • Multi-Language Support - Generate test scripts in JavaScript, TypeScript, Python, Java, or C# (.NET) with a simple dropdown selection. • Session Persistence - Save authentication state (cookies + localStorage) to skip login flows. Load saved states to instantly authenticate in tests without repeating login steps. • Network Recording - Capture HTTP requests and automatically generate page.route() mocks. Perfect for testing without hitting real APIs or creating deterministic tests. • ARIA Selectors - Generate accessibility-first selectors using getByRole() and ARIA attributes. These selectors are more resilient to UI changes and improve test stability. • Mobile Emulation - Select from popular devices (iPhone, iPad, Pixel) to generate tests with proper viewport and user agent configuration for mobile testing. • One-Click Recording - Start recording your browser actions with a single click. • Accurate Selectors - Automatically generates robust CSS selectors that work even when the page structure changes. • Multi-Tab Support - Records actions across different tabs and windows. • Navigation Tracking - Captures all page navigations and URL changes automatically. • Real-Time Preview - See your Playwright script generated in real-time as you interact with web pages. • Custom Filename - Name your test scripts with the correct file extension automatically applied. • Resizable Interface - Adjust the panels to focus on either recorded actions or generated code. • Export Ready Scripts - Download complete, ready-to-run Playwright scripts with proper syntax. • Install the extension and click on its icon in your Chrome toolbar. • Open the recorder window by clicking "Open Recorder." • Select your preferred programming language (JavaScript, TypeScript, Python, Java, or C# (.NET)). • (Optional) Toggle Dark Mode from the top-right for a comfortable recording environment. • (Optional) Save authentication state by clicking "Save Auth State" if your site requires login. • (Optional) Enable "Record Network" to capture API calls for mocking. • (Optional) Enable "Aria Selectors" for more resilient accessibility-based selectors. • (Optional) Enable "Auto Assertions" to auto-insert URL checks after every navigation. • (Optional) Select a mobile device from the "Device" dropdown for mobile testing. • Click the green "Start" button to begin recording. • Interact with your website normally by clicking links, filling forms, and navigating between pages. • Use Pause to temporarily stop capturing without losing recorded actions. • Add Labels to annotate sections of your test flow. • Delete any unwanted action with the × button on hover. • Stop recording when finished. • Copy the script directly or customize the filename and click Export. • Run the exported script using Playwright in your automation project. Playwright Recorder generates scripts using the official Playwright API, making them compatible with any Playwright project. The scripts are ready to use without modifications and follow best practices for reliable automation. The extension works on any website without requiring any special configuration. It is designed to be lightweight and non-intrusive, ensuring your browsing experience is not affected. • QA Engineers automating regression tests • Developers creating end-to-end tests • Product teams validating user journeys • Anyone looking to save time on test automation • Teams working with multiple programming languages • .NET developers building automated testing workflows The extension generates complete, runnable test scripts in your chosen language: JavaScript: Uses native Playwright JS API with async/await patterns TypeScript: Includes proper type annotations and error handling Python: Follows Python conventions with async Playwright API Java: Implements Java-specific Playwright patterns C# (.NET): Uses modern C# async/await with proper resource disposal These scripts include all recorded steps such as navigations, clicks, form inputs, and can be directly executed within any Playwright automation framework. SecuriScan - Web Security Analyzer Find security vulnerabilities, check headers, analyze your web apps → https://chromewebstore.google.com/detail/securiscan-web-security-a/ngiloibpcojbjpkpkkohmliamfhmanm Vajra AI - AI Coding Assistant AI-powered code generation and testing for VS Code → https://marketplace.visualstudio.com/items?itemName=AshishSharda.vajra
Exploratory Tester
Get the Test Report Before You Start Testing - Automated exploratory & accessibility testing Exploratory Tester - A browser extension for automated smoke testing, exploratory testing and accessibility testing. How to use- 1. Just install it and pin it to tool bar. 2. Now open any url and click on the Exploratory Tester Logo from the toolbar 3. It will execute all test and generate the report. Features: Test Categories (Human Tester Focus) Category | What It Tests - 1. Spelling Mistakes- Detects typos in visible text using 100+ word dictionary 2. Email Field Validation- Can email fields accept invalid emails? Missing validation? 3. Phone Number Validation- Can phone fields accept alphabets? No numeric restriction? 4. Input Fields Status- Are inputs unexpectedly disabled or read-only? 5. Required Fields- Do required fields actually reject empty submissions? 6. Number Field Validation- Can number fields accept text? Missing min/max? 7. Password Fields- Minimum length, required, HTTPS security 8. Button Functionality- Are buttons clickable? Disabled? Too small? 9. Links Check- Empty hrefs, javascript:void links, missing text 10. Broken Links- Fetches all links and detects 404s, dead links, timeouts 11. Form Submission- Can forms be submitted? Submit button working? 12. Dropdown Fields- Empty dropdowns, single option, duplicates 13. Checkboxes & Radio- Missing labels, single radio option 14. Date Fields- Accepts invalid dates? Missing date picker? 15. Text Areas- No character limit? Read-only? 16. Images- Do images load successfully? 17. Input Placeholders- Missing placeholder or label text 18. Error Messages- Are there visible errors on the page? 19. Page Loading- Are loading spinners still showing? 🧠 Smart Test – Context-Aware Automated Testing Smart Test automatically detects the type of page you're on — login, registration, checkout, search, dashboard, and more — and runs the most relevant tests for that context. If you face any issue, write to us at support@selectorshub.com
TestCraft
Introducing TestCraft, a free and open-source browser extension with the power OpenAI LLMs, designed to be a companion to your software testing. AI-Powered Test Idea Generation: Leverage the power of OpenAI to generate comprehensive test ideas based on webpage elements. Automated Test Creation: Generate ready-to-run test scripts for popular automation frameworks, Playwright, Selenium, and Cypress, in your preferred programming language: JavaScript, TypeScript, Python, C#, and Java. TestCraft eases your test creation process and saves time. Accessibility Checks: Empower your web applications to be inclusive for all users. TestCraft identifies accessibility issues and provides actionable insights to improve. Test Idea to Automated Tests: Seamlessly convert your AI-generated test ideas into automated test scripts. Additionally, you can edit the test ideas to improve them before generating automation tests. Unlock the full potential of your testing process with TestCraft. Download it now and experience the future of software testing!