Template:Test case: Difference between revisions
Jump to navigation
Jump to search
m (more formatting...) |
m (again...) |
||
Line 28: | Line 28: | ||
<div style="align: left; margin-top:-1px; padding: 0.5em; {{#ifeq:{{{clear}}}|true||border: solid 2px #00B20D; background-color:white; -moz-border-radius-bottomleft: 25px; -moz-border-radius-bottomright: 25px;}}"> |
<div style="align: left; margin-top:-1px; padding: 0.5em; {{#ifeq:{{{clear}}}|true||border: solid 2px #00B20D; background-color:white; -moz-border-radius-bottomleft: 25px; -moz-border-radius-bottomright: 25px;}}"> |
||
{| border="0" cellpadding="4" cellspacing="4" |
{| border="0" cellpadding="4" cellspacing="4" |
||
! |
! Stream |
||
| {{#arraymap:{{{testcase_stream|}}}|,|x|[[Stream::x]]}} |
| {{#arraymap:{{{testcase_stream|}}}|,|x|[[Stream::x]]}} |
||
! |
! Build # |
||
| {{#arraymap:{{{testcase_build|}}}|,|x|[[Build::x]]}} |
| {{#arraymap:{{{testcase_build|}}}|,|x|[[Build::x]]}} |
||
|-valign="top" |
|-valign="top" |
||
! |
! Component or<br>Subcomponent |
||
|colspan=3|[[Component::{{{testcase_component|}}}]] |
|colspan=3|[[Component::{{{testcase_component|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Objective |
||
|colspan=3|[[Objective::{{{testcase_objective|}}}]] |
|colspan=3|[[Objective::{{{testcase_objective|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Feature |
||
|colspan=3|[[Feature::{{{testcase_feature|}}}]] |
|colspan=3|[[Feature::{{{testcase_feature|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Source |
||
|colspan=3|[[Source code::{{{testcase_source|}}}]] |
|colspan=3|[[Source code::{{{testcase_source|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Approach |
||
|colspan=3|[[Approach::{{{testcase_approach|}}}]] |
|colspan=3|[[Approach::{{{testcase_approach|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Tools |
||
|colspan=3|[[Test Tools::{{{testcase_tools|}}}]] |
|colspan=3|[[Test Tools::{{{testcase_tools|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Setup |
||
|colspan=3|[[Test Setup::{{{testcase_setup|}}}]] |
|colspan=3|[[Test Setup::{{{testcase_setup|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Procedure |
||
|colspan=3|[[Test Procedure::{{{testcase_procedure|}}}]] |
|colspan=3|[[Test Procedure::{{{testcase_procedure|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Expected Results<br> and Pass Criteria |
||
|colspan=3|[[Expected Results and Pass Criteria::{{{testcase_expectedresults|}}}]] |
|colspan=3|[[Expected Results and Pass Criteria::{{{testcase_expectedresults|}}}]] |
||
|-valign="top" |
|-valign="top" |
||
! |
! Comments |
||
|colspan=3|[[Comments::{{{testcase_comments|}}}]] |
|colspan=3|[[Comments::{{{testcase_comments|}}}]] |
||
|} |
|} |
Revision as of 20:47, 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.