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.

Ask HN: Writing automation UI tests with automation?

1 pointsby kagawover 2 years ago
Hi! I'm currently writing UI test using selenium. Is there a product that can write UI test automatically just by 'recording' what I've done in manual test? Like a macro recorder in excel. I'm thinking like a browser extension then I can set a test scenario like this is for product checkout. Then I will click 'record test' then I will proceed to do a manual test in checkout page until completion. Then I will stop 'record test' and save it. Ofcourse it would be great If I can set predefined parameters for input. I will add those recorded tests in our ci/cd pipeline and done.

1 comment

mtmailover 2 years ago
Have a look at the &#x27;desktop tools&#x27; section on <a href="https:&#x2F;&#x2F;github.com&#x2F;christian-bromann&#x2F;awesome-selenium">https:&#x2F;&#x2F;github.com&#x2F;christian-bromann&#x2F;awesome-selenium</a>