Does anyone have a good automated form testing tool to recommend? | Community
Skip to main content
February 15, 2017
Solved

Does anyone have a good automated form testing tool to recommend?

  • February 15, 2017
  • 1 reply
  • 2109 views

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!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

The gold standard for browser simulation and unit testing is Selenium.  You can run Selenium scripts via Cross Browser Testing (my preference) and other vendors.

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 15, 2017

The gold standard for browser simulation and unit testing is Selenium.  You can run Selenium scripts via Cross Browser Testing (my preference) and other vendors.

February 15, 2017

Thanks so much for the recommendation!