Does anyone have a good automated form testing tool to recommend?
I am restructuring a lot of our programs and need to test that they work as intended. I'm looking for a test automation tool that will let me run multi-step tests. Something along the lines of:
- go to this link with these parameters.
- Then go to this other link and input these values into the form and submit it.
- Take a screen snapshot of the resulting thank you page
I know there are a bunch of packages that do this sort of thing. Does anyone have one they especially like?
Thanks!