from Hacker News

Ask HN: Writing automation UI tests with automation?

by kagaw on 2/13/23, 6:27 PM with 1 comments

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.