I have to automate my front end testing. Currently i am doing it manually by selecting each and every combination. Is there any tool or anything which can automate my front end testing and data testing.
Say for example:
1. I select a field in sheet1.
2. It takes me to sheet2 and selects any other field automatically
Currently i am testing this functionality manually. Can i automate the same thing so that the code automatically does this work and throws an error if this test case fails.