SOLVED

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

Go to solution
Anonymous
Not applicable

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!

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

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

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.

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

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

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.

Anonymous
Not applicable

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

Thanks so much for the recommendation!