Template:Test case: Difference between revisions

From OLPC
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"
!align="left"| Stream
! Stream
| {{#arraymap:{{{testcase_stream|}}}|,|x|[[Stream::x]]}}
| {{#arraymap:{{{testcase_stream|}}}|,|x|[[Stream::x]]}}
!align="left"| Build #
! Build #
| {{#arraymap:{{{testcase_build|}}}|,|x|[[Build::x]]}}
| {{#arraymap:{{{testcase_build|}}}|,|x|[[Build::x]]}}
|-valign="top"
|-valign="top"
!align="left"| Component or<br>Subcomponent
! Component or<br>Subcomponent
|colspan=3|[[Component::{{{testcase_component|}}}]]
|colspan=3|[[Component::{{{testcase_component|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Objective
! Objective
|colspan=3|[[Objective::{{{testcase_objective|}}}]]
|colspan=3|[[Objective::{{{testcase_objective|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Feature
! Feature
|colspan=3|[[Feature::{{{testcase_feature|}}}]]
|colspan=3|[[Feature::{{{testcase_feature|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Source
! Source
|colspan=3|[[Source code::{{{testcase_source|}}}]]
|colspan=3|[[Source code::{{{testcase_source|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Approach
! Approach
|colspan=3|[[Approach::{{{testcase_approach|}}}]]
|colspan=3|[[Approach::{{{testcase_approach|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Tools
! Tools
|colspan=3|[[Test Tools::{{{testcase_tools|}}}]]
|colspan=3|[[Test Tools::{{{testcase_tools|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Setup
! Setup
|colspan=3|[[Test Setup::{{{testcase_setup|}}}]]
|colspan=3|[[Test Setup::{{{testcase_setup|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Procedure
! Procedure
|colspan=3|[[Test Procedure::{{{testcase_procedure|}}}]]
|colspan=3|[[Test Procedure::{{{testcase_procedure|}}}]]
|-valign="top"
|-valign="top"
!align="left"| Expected Results<br> and Pass Criteria
! 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"
!align="left"| Comments
! 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.