Skip to main content
  1. Tags/

Test Strategy

What is the difference between traditional testing and agile testing?

When we are talking about traditional testing, we are talking about the V-model which is used in waterfall projects. We do requirement engineering, we write down features for our software, then we break them down and then write stories which are then given to the developer to implement this story. The developer then codifies this and then writes unite tests and integration tests.