Changes between Version 85 and Version 86 of TestCaseManagementPlugin


Ignore:
Timestamp:
Jun 3, 2008, 12:27:58 AM (16 years ago)
Author:
edunne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v85 v86  
    5757
    5858'''Brief Digression'''[[BR]]
    59 My personal philosohpy is to encourage people to write work flow or task based driven testcases and have the tester use their brains to find issues.  I call it script based Exploratory testing.  Check out Exploratoy testing by James Bach at http://satisfice.com .  If they need to look at the UI in very high detail then the test case could simply be "compare the UI to the mockup and here's the link to the screen shot: http://(screen shot checked in to subversion)".  If there is no mock up, trying to describe a GUI using words is completely ridiculous and it shouldn't be the job of a test case to document what the GUI looks like.
     59My personal philosohpy is to encourage people to write work flow or task based driven testcases and have the tester use their brains to find issues.  I call it script based Exploratory testing.  Check out Exploratoy testing by James Bach at http://satisfice.com .  If they need to look at the UI in very high detail then the test case could simply be "compare the UI to the mockup and here's the link to the screen shot.
    6060[[BR]]
    6161'''End Digression'''