I am working on a Spring-MVC application(config XML based, no Main class) in which I would like to do testing. I have known that there is a way to test code which is backend+frontend code. For that, I thought there would be some way I can check by running the code automatically in browser, which fills up forms, logs me in, etc.
And while that happens, I would be able to see in console as well as in the browser as to what is happening..
I have seen this in one of the company, but don't know how they were doing it. Any ideas? Is it suitable for Spring-MVC?