Settings

Theme

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

github.com

15 points by nikhil896 2 years ago · 2 comments · 1 min read

Reader

Hey HN, QA GPT enables engineers and QA teams to write UI and functionality tests in plain english.

As engineers, we sometimes get a little lazy when it comes to testing the functionality of our changes. It's hard to switch from coder hat to user hat. However, a single bug can significantly impact users experience and satisfaction.

Errors found in production aren't just a nuisance; they're costly. The later a bug is discovered, the more expensive it becomes to fix.

I built QA GPT as a proof of concept to make writing UI/functionality tests really easy.

It's super simple - just write your test case in plain english and run it. For example: - "Test the new sharing functionality by signing in, selecting a user, and clicking share." - "Log in and try adding a product to the cart" - "Create a new card, view the number of the card, and verify the digits match the face of the card"

Let me know what you guys think

akashgguptaa 2 years 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?

agubba3 2 years 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.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection