TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: QA GPT – Write UI tests in plain English powered by GPT-4-Vision

15 pointsby nikhil896over 1 year ago
Hey HN, QA GPT enables engineers and QA teams to write UI and functionality tests in plain english.<p>As engineers, we sometimes get a little lazy when it comes to testing the functionality of our changes. It&#x27;s hard to switch from coder hat to user hat. However, a single bug can significantly impact users experience and satisfaction.<p>Errors found in production aren&#x27;t just a nuisance; they&#x27;re costly. The later a bug is discovered, the more expensive it becomes to fix.<p>I built QA GPT as a proof of concept to make writing UI&#x2F;functionality tests really easy.<p>It&#x27;s super simple - just write your test case in plain english and run it. For example: - &quot;Test the new sharing functionality by signing in, selecting a user, and clicking share.&quot; - &quot;Log in and try adding a product to the cart&quot; - &quot;Create a new card, view the number of the card, and verify the digits match the face of the card&quot;<p>Let me know what you guys think

2 comments

akashgguptaaover 1 year ago
Yah selenium tests are hard to maintain! Would we have to describe all cases in plain english? Or, could GPT infer all possible user paths from just seeing our website and tool?
agubba3over 1 year ago
This is amazing! UI tests are super brittle. At my previous company, we ended up stopping maintaining UI tests because they broke so often.