documenting black-box test cases
        Posted  
        
            by Blux
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blux
        
        
        
        Published on 2010-04-09T12:52:03Z
        Indexed on 
            2010/04/09
            12:53 UTC
        
        
        Read the original article
        Hit count: 350
        
Hi everyone,
I want to write an initial (black box) test cases for one of my university projects. I haven't started coding yet, I'm still in completing the SRS document and i should specify the test cases i'm going to implement after the coding.
The project is web based, and i should follow this template in each test case:
+++++
Test case ID:
Author:
Initial state:
Preconditions:
Use Case:
Test input:
Expected output:
++++++  
The thing is, i don't know what is the difference between "initial state" and "preconditions". In some of the test cases it's hard to differentiate between them. Like in "Edit Page" what should be the initial state and what should be the preconditions?
any help will appreciated.=)
© Stack Overflow or respective owner