July, 2008

Posts
  • Various Thoughts about Software Testing

    Why Automate

    • 6 Comments
    (Forgive the formatting of this post. Getting the code to be readable seems to be given me issues.) Reasons why to automate tests: 1. Laziness. Executed the same test over and over manually is boring. 2. Speed. Automation runs faster than a human....
  • Various Thoughts about Software Testing

    Test vs. Test Case

    • 0 Comments
    A common term in testing is test case. Unfortunately it doesn't have a single meaning. Instead it is viewed different depending on contest. My definition is fairly simple. A test case is the minimum unit of execution which performs a test. A test is...
  • Various Thoughts about Software Testing

    Test Case Automation vs. Execution Automation

    • 1 Comments
    When talking about test automation, there are two different classes of automation that often come up. The first is the automation of a test case. This is the code/script which actually exercises the system being tested. The second is the automation of...
Page 1 of 1 (3 items)