Skip to content
tengzy edited this page Jan 20, 2011 · 1 revision

After discussion with team, the first version of test standard is

  • Use Acceptance Test (UI based) to do smoke test
  • Use AT to make sure happy paths work
  • AT should touch all (or most) pages
  • In case the features cannot be tested with Integration Test and Unit Test, use AT (for example, page navigation)
  • Prefer UT to IT, prefer IT to AT if possible
Clone this wiki locally