Changes between Version 70 and Version 71 of TestCaseManagementPlugin


Ignore:
Timestamp:
May 21, 2008, 8:12:54 PM (16 years ago)
Author:
edunne
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TestCaseManagementPlugin

    v70 v71  
    6464
    6565'''Example...'''
    66 Take the testcases that you've written a in a word doc or excel and put one test case into one xml document.  I've heard some feedback that potentially this ends up in a huge set of test cases.  That's only if you write test cases in the form : "Test case 1: click the submit button...end of test case".
     66Take the testcases that you've written a in a word doc or excel and put one test case into one xml document.  Check the testcases into subversion (more on that below).  I've heard some feedback that potentially this ends up in a huge set of test cases.  That's only if you write test cases in the form : "Testcase 1: click the submit button...end of test case".
    6767
    6868'''Brief Digression'''[[BR]]
    69 My personal philosohpy is to encourage people to write workflow or task based driven testcases and have the tester use their brains to find issues.  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.
     69My personal philosohpy is to encourage people to write workflow 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.
     70'''End Digression'''
    7071
    7172'''Grouping Test cases together...'''