Product Hunt logo dark
  • Launches
    Coming soon
    Upcoming launches to watch
    Launch archive
    Most-loved launches by the community
    Launch Guide
    Checklists and pro tips for launching
  • Products
  • News
    Newsletter
    The best of Product Hunt, every day
    Stories
    Tech news, interviews, and tips from makers
    Changelog
    New Product Hunt features and releases
  • Forums
    Forums
    Ask questions, find support, and connect
    Streaks
    The most active community members
    Events
    Meet others online and in-person
  • Advertise
Subscribe
Sign in
Subscribe
Sign in
Reflect

Reflect

Blazing fast automated testing

5.0
•1 review•

13 followers

Blazing fast automated testing

5.0
•1 review•

13 followers

Visit website
Testing and QA software
Reflect is Automated web testing that anyone can use. No-code, No-installation user experience website testing.
  • Overview
  • Launches2
  • Reviews1
  • Alternatives
  • Team
  • Awards
  • More
Company Info
reflect.run
Reflect Info
Launched in 2020View 2 launches
Forum
p/reflect-2
Awards
Reflect was ranked #5 of the day for April 10th, 2020
View all
  • Blog
  • •
  • Newsletter
  • •
  • Questions
  • •
  • Forums
  • •
  • Product Categories
  • •
  • Apps
  • •
  • About
  • •
  • FAQ
  • •
  • Terms
  • •
  • Privacy and Cookies
  • •
  • X.com
  • •
  • Facebook
  • •
  • Instagram
  • •
  • LinkedIn
  • •
  • YouTube
  • •
  • Advertise
© 2025 Product Hunt
SocialX

Similar Products

Waldo Testing
Waldo Testing
The developer tool to speed up testing your mobile app, and squash bugs as a team!
4.8(45 reviews)
Team collaboration softwareMobile editing apps
Monkey Test It
Monkey Test It
Free website checker and monitoring for everyone
5.0(1 review)
Automation toolsWebsite analytics
Crunchbase
Crunchbase
The leading platform to discover innovative companies
4.9(7 reviews)
Startup communitiesBusiness intelligence software
Metabob
Metabob
Automate debugging and refactoring with AI
Automation toolsAI Coding Assistants
Taplytics
Taplytics
Upgrade your digital platforms
4.5(2 reviews)
Website analyticsA/B testing tools
View more
LaunchDarkly
LaunchDarkly — Helps devs ship faster and safer with feature flags
Helps devs ship faster and safer with feature flags
Promoted

Reflect Launches

Reflect 2.0
Reflect 2.0 A no-code testing platform for web apps

Launched on September 30th, 2021

Do you use Reflect ?

5.0
Based on 1 review
Review Reflect ?
Reviews
Helpful

You might also like

Waldo Testing
Waldo Testing
The developer tool to speed up testing your mobile app, and squash bugs as a team!
Monkey Test It
Monkey Test It
Free website checker and monitoring for everyone
Crunchbase
Crunchbase
The leading platform to discover innovative companies
Metabob
Metabob
Automate debugging and refactoring with AI
Taplytics
Taplytics
Upgrade your digital platforms
Firelab
Firelab
Eliminate bugs with automated testing no-code required
View more
This is the 2nd launch from Reflect . View more
Reflect 2.0

Reflect 2.0

A no-code testing platform for web apps
Reflect is a no-code, cloud-based platform for creating end-to-end tests. It's the fastest way to create and maintain end-to-end tests for your web app.
Reflect 2.0 gallery image
Free Options
Launch tags:
Web App•Software Engineering•Developer Tools
Launch Team
Kat ManalacKyle SheehanFitz Nowlan

What do you think? …

Todd McNeal
Todd McNeal
Reflect

Reflect

Maker
Hi Product Hunt! We're excited to launch the new version of Reflect today! Back in April of 2020, my co-founder Fitz and I launched Reflect right here on Product Hunt. Since then, Reflect has evolved from just a fast way of creating end-to-end tests, to a complete testing platform that helps developers build and maintain test suites in a fraction of the time of other tools. Testing helps prevent customers from hitting bugs. We all know that. But why is the process of testing web apps so inefficient? If you were building an automated test suite today, you'd probably use a code-based tool like Selenium or Cypress. Code-based testing has been the norm for the past 15 years (!), and yet it still has some very fundamental problems that make them difficult to use: 1. Translating a user's actions into code is a painstaking, time-consuming process. Just think of a simple workflow in your app, like signing up for a new account. There's probably 20 or 30 separate steps involved. Translating each click and form field interaction into code is not something that most developers would consider the highlight of their day. 2. These tests break all of the time. Any change you make to your app is at risk of breaking these tests. That's because these tools use a single CSS selector to know what element to target when running an action like a click or form input. These hidden dependencies often cause tests to fail even when no bug is present. Having to fix up tests all the time becomes a huge distraction and causes test suites to quickly fall out of use. 3. Existing tools have major limitations that prevent you from testing common workflows or catching common types of bugs. Cypress can't test workflows that span multiple domains, so good luck testing Google sign-ins. Selenium has poor support for drag-and-drop, file-uploading, and common building blocks like Web Components and Shadow DOM. Neither tool can detect visual regressions, like a button that's the wrong color or a modal that's obscured. This means even if you had 100% test coverage, you're still going to have a whole class of failures that you're not going to catch. And if you want coverage for visual issues, you'll need to use a third-party tool that costs extra. We've built Reflect to address these issues. With Reflect, you don't write code to create tests. Instead, Reflect spins up a browser in the cloud and records your actions as you use your site. Those actions are automatically translated into tests. We believe the *browser* is the best interface for creating E2E tests, not your IDE. For one thing, it's way faster. Workflows that would take half a day to write in a code-based tool take just a few minutes to build in Reflect. Since end-to-end tests replicate user behavior, any workflow that you'd want to test, *by definition* can be done in the browser directly. So in a sense we're just cutting out the middle-man :) We've also built what we believe is the best way of maintaining these tests: an online debugger for your tests. You can fast-forward into any part of a test and add additional steps, tweak settings, and watch the test run live to ensure it's repeatable. If an issue is found with your test changes, you can take steps to fix it immediately. We even provide a set of recommendations for how to fix up the issue. And if you’re a developer fearing the loss of code reuse in a no-code tool, we have that covered too, with reusable sub-tests called Segments Reflect is a "batteries included" solution in that the infrastructure for running the tests is provided with our application. You can choose to schedule tests (e.g. run them daily at noon), run them on-demand, or hook it up to your CI/CD platform to kick tests off after a successful deployment. We also integrate with platforms like Vercel and Heroku so that you can use Preview Environments to run tests on every Pull Request. We're excited to get your feedback on what's been over a year of product development and iteration since our initial launch! - The Reflect Team (Fitz, Kyle, Todd, and Zach)
Report
4yr ago
Dmitry Goloktionov
Dmitry Goloktionov

ChatAndBot

I really liked your platform. Good luck.
Report
4yr ago
Todd McNeal
Todd McNeal
Reflect

Reflect

Maker
@dmitry_goloktionov Thank you Dmitry!
Report
4yr ago
David Tran
David Tran
Flow Club

Flow Club

Congrats on the launch @toddmcneal @fitzn! When I first tried out Reflect, I had a big AHA moment— this is definitely the way to keep regression test coverage high and up-to-date for teams that release often. Previously, I had written tons of selenium tests with CSS selectors and various mock hacking. Being able to drag-drop and "write tests" visually is a game-changer even if an engineer is the one doing it.
Report
4yr ago
Todd McNeal
Todd McNeal
Reflect

Reflect

Maker
@dtran320 Thank you David! It's been great working with you and the team at Flow Club
Report
4yr ago
A M
A M
•4 reviews
Very interesting tool, and cool use of generative AI.
Report
2yr ago