Automated Testing Approach

automated-teststestingunit testing

We write a lot of integration tests that work quite well for us, we did attempt to introduce unit testing but found it more difficult to introduce as it took longer and the benefits were not that apparent.

We still have testers manually going through test scripts. We still have a long way to go to automate our testing process and we wanted to know how others approach it and what tools you use?

Thanks,

B

Best Answer

"took longer and the benefits were not that apparent"

Always the case. Quality appears to cost money up front.

"We still have testers manually going through test scripts"

And folks claim this is cheaper? How or why?

"approach it and what tools you use?"

Automate everything. It's not negotiable. Management pressure to reduce time invested into testing is something I always translate to "you mean reduce quality so we can spend more time doing rework? I can't. Find someone else who likes to do rework. I hate rework because it's always more expensive and complicated than doing it closer to right up front."

Related Topic