I want to test API, the program was developed by Golang. If I want to create the automation test, Should I use Go for API test or use go selenium for API testing? Who have any ideas?
If it is REST APIs then, rest-assured, will be the good option to automate.