I am new to Go lang. And I am looking for automating signup, login processes in a web app. Please suggest a good tool like Selenium and how can I implement it in go language.
I want to do the following process automatically using Go Lang:
- Auto entry in signup page and auto submit a form.
- Login check for the registered user. Everything needs to be done automatically for more users.