views:

24

answers:

0

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.=)