msjit / testcasedb

TestCaseDB - Web based test case management
MIT License
40 stars 18 forks source link

[Feature Request] Preconditions for test cases #68

Open neusdan opened 9 years ago

neusdan commented 9 years ago

Hi,

i would like to add preconditions to test cases. Things that have to be checked before the actual steps. I tried to do this by defining a custom field for test cases but unfortunately this is not shown during execution.

joffems commented 9 years ago

@neusdan, tt sounds like there are 2 issues here. Custom fields are not displayed during execution and you want pre-conditions. I'll look into tackling both issues.

kirantpatil commented 9 years ago

@neusdan, how about if you define the preconditions in the step (Action) itself. That way the testcase will be more meaningful.

joffems commented 9 years ago

@neusdan I've fixed the execution page to include your custom fields. Note that you will not see the field on the execution page if the field hasn't been included on the test case.

neusdan commented 9 years ago

Thanks! Would be also nice if only those custom fields are shown which are actualy defined