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:
I know there are a bunch of packages that do this sort of thing. Does anyone have one they especially like?
Thanks!
Solved! Go to Solution.
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.
Thanks so much for the recommendation!