introducing automated testing without steep learning curve

Posted by esther h on Programmers See other posts from Programmers or by esther h
Published on 2012-06-05T09:34:10Z Indexed on 2012/06/05 10:46 UTC
Read the original article Hit count: 240

Filed under:

We're a group of 4 developers on a ajax/mysql/php web application. 2 of us end up focusing most of our efforts on testing the application, as it is time-consuming, instead of actually coding. When I say testing, I mean opening screens and testing links, making sure nothing is broken and the data is correct.

I understand there are test frameworks out there which can automate this kind of testing for you, but I am not familiar with any of them (neither is anyone on the team), or the fancy jargon (is it test-driven? behavior-driven? acceptance testing?)

So, we're looking to slowly incorporate automated testing. We're all programmers, so it doesn't have to be super-simple. But we don't want something that will take a week to learn... And it has to match our php/ajax platform...

What do you recommend?

© Programmers or respective owner

Related posts about acceptance-testing