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.
Have a look at the 'desktop tools' section on <a href="https://github.com/christian-bromann/awesome-selenium">https://github.com/christian-bromann/awesome-selenium</a>