Vinktank

Pragmatic software testing & development by Kristan Vingrys

6 Integrating Quick Test Pro with Cruise Control

For those that have worked on an Agile project most would agree that integrating automated test cases with continuous integration is imperative. It provides regular feedback not only on the application but also on the tests themselves. Small iterative changes are easier to manage then large updates. There are challenges keeping the build time reasonable as well as ensuring the environment is up to date and kept in line with the latest code, but that is for another entry. Here ...

1 Reducing the reliance on Test Analysis

The most important part to get right with testing is determining what to test. You can waste time writing automated test cases or running manual tests that cover areas that don't need to be covered. You can also let poor quality code through to production because you forgot to test something. So how can you reduce the reliance on Test Analysis skills? By capturing the business process in a way that allows test patterns to be applied and drives out the ...

Design by: Derek Punsalan
RSS