Template:Test case: Difference between revisions
Jump to navigation
Jump to search
(added component property) |
m (formatting changes...) |
||
Line 32: | Line 32: | ||
! Build # |
! Build # |
||
| {{#arraymap:{{{testcase_build|}}}|,|x|[[Build::x]]}} |
| {{#arraymap:{{{testcase_build|}}}|,|x|[[Build::x]]}} |
||
|-valign="top" |
|||
|- |
|||
! Component/Subcomponent |
! Component/Subcomponent |
||
|colspan=3|[[Component::{{{testcase_component|}}}]] |
|colspan=3|[[Component::{{{testcase_component|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Objective |
! Objective |
||
|colspan=3|[[Objective::{{{testcase_objective|}}}]] |
|colspan=3|[[Objective::{{{testcase_objective|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Feature |
! Feature |
||
|colspan=3|[[Feature::{{{testcase_feature|}}}]] |
|colspan=3|[[Feature::{{{testcase_feature|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Source |
! Source |
||
|colspan=3|[[Source code::{{{testcase_source|}}}]] |
|colspan=3|[[Source code::{{{testcase_source|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Approach |
! Approach |
||
|colspan=3|[[Approach::{{{testcase_approach|}}}]] |
|colspan=3|[[Approach::{{{testcase_approach|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Tools |
! Tools |
||
|colspan=3|[[Test Tools::{{{testcase_tools|}}}]] |
|colspan=3|[[Test Tools::{{{testcase_tools|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Setup |
! Setup |
||
|colspan=3|[[Test Setup::{{{testcase_setup|}}}]] |
|colspan=3|[[Test Setup::{{{testcase_setup|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Procedure |
! Procedure |
||
|colspan=3|[[Test Procedure::{{{testcase_procedure|}}}]] |
|colspan=3|[[Test Procedure::{{{testcase_procedure|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Expected Results and Pass Criteria |
! Expected Results and Pass Criteria |
||
|colspan=3|[[Expected Results and Pass Criteria::{{{testcase_expectedresults|}}}]] |
|colspan=3|[[Expected Results and Pass Criteria::{{{testcase_expectedresults|}}}]] |
||
|-valign="top" |
|||
|- |
|||
! Comments |
! Comments |
||
|colspan=3|[[Comments::{{{testcase_comments|}}}]] |
|colspan=3|[[Comments::{{{testcase_comments|}}}]] |
Revision as of 20:33, 24 July 2008
This is the 'Test Case' template. It should be called in the following format:
{{Test Case |testcase_name= |testcase_stream= |testcase_build= |testcase_component= |testcase_objective= |testcase_feature= |testcase_source= |testcase_approach= |testcase_tools= |testcase_setup= |testcase_procedure= |testcase_expectedresults= |testcase_comments= }}
Edit the page to see the template text.