Small Tester is a free Chrome extension that lets you automate test cases and test plans using natural language descriptions of steps and expected results.
You can install the extension using the following link:
https://chromewebstore.google.com/det....
To get started, you'll need a free API key for a large language model (LLM), such as Google Gemini, which you can obtain for free via Google AI Studio (https://aistudio.google.com/).
Simply input your manual test cases and test plans through the extension’s interface. Once set up, you can execute your tests directly in the current browser tab with the 'Run' button and view the results. Each test will either pass or fail based on its logic, the tested interface and data, and the expected outcome.
No need to use Selenium, Playwright, Cypress, Puppeteer, or any other automation tools that require programming skills. Just describe your test cases in natural language — the AI will handle the rest.
This tool is especially useful for manual testers looking to automate their tests without writing code.
It can also serve as an AI-powered web automation agent.
Simple steps to get started:
1. Install the Chrome extension from this page:
https://chromewebstore.google.com/det....
Alternatively, search for "Small Tester" on the Chrome Web Store and click Add to Chrome.
2. Go to Google AI Studio (https://aistudio.google.com/) and get a free API key; Feel free to obtain a key in another place or use an existing one.
3. Open the extension’s Options page, select Google Gemini, enter your API key, and save.
4. In the main window, create test cases with one or more steps. For each step, write the action and expected result in natural language (you can use any language supported by the LLM).
5. Run the test — it will execute in the active browser tab.
6. Review the results. If needed, refine your steps or expected results for better accuracy and rerun the case.