My Continuous Testing Journey
Execute automated test suite from Testing IDE ⇒ Build Scripts from Command Line ⇒ CI Server ⇒ CT Server

My approaches to running all automated UI tests (as regression testing) have gone through the following stages:
- 2006–2007: From IDE. (here I mean running all regression tests. For developing/debugging individual…