Hi all.
I have a question regarding automated testing.
Currently, I’m manually checking sign-ups, logins, and email confirmations with a handful of test accounts. I’m interested in automating this process, not just to save time, but also to really stress-test the app:
Simulating real user actions – clicking buttons, filling out forms, the whole user journey. Any suggestions on how to automate this kind of user-flow testing? Do I have to use external tools?
Thanks.