Top "Testing-strategies" questions

What Makes a Good Unit Test?

I'm sure most of you are writing lots of automated tests and that you also have run into some common …

unit-testing language-agnostic tdd integration-testing testing-strategies
Is there a difference between TDD and Test First Development (or Test First Programming)?

Both ideas sound very similar to me, but there might be subtle differences or the exact same thing, explained in …

testing tdd testing-strategies test-first
How to test on Live paypal site with dummy credit cards

Right now I am able to test credit card functionality on development server using test/dummy credit cards. But not …

paypal credit-card testing-strategies