What's the best and easiest automated testing tool that you have used?

I am setting up a new site and would like to setup automated testing for every time I push new code up. If you could shoot through recommendations of easy to setup tools that would be much appreciated. Thanks.
Jeronimo De LeonFounder Welcome.AI · Edited

1 recommended

Kunal Bhatia22Co-founder & Design Lead @SlidesUp · Edited
Not sure what you're trying to test or what your site is built in, but for web apps, I love to use the BDD (Behavior-Driven Development) methodology. This sits one level above TDD (Test-Driven Development), and helps you understand the user behaviors that drive your requirements/tests. Back to your specific question, check out any Gherkin library. Cucumber is linked here, but there are a lot of automated testing tools out there. I can be more helpful if I know what the site is, what you used to build it, and what you need to test.
CommentsTweet