#include <testdefinitiondatatypes.h>
Data Fields | |
| td_gen_attribs | gen |
| xmlChar * | subfeature |
| xmlListPtr | steps |
| xmlChar * | tc_id |
| xmlChar * | state |
| xmlChar * | bugzilla_id |
| xmlChar * | description |
| xmlChar * | comment |
| case_result_t | case_res |
| xmlChar * | failure_info |
| int | dummy |
| int | filtered |
Test case
Definition at line 128 of file testdefinitiondatatypes.h.
| xmlChar* td_case::bugzilla_id |
Id mapping the case to bug or feature number in bugs.meego.com
Definition at line 135 of file testdefinitiondatatypes.h.
Case result
Definition at line 140 of file testdefinitiondatatypes.h.
| xmlChar* td_case::comment |
Manual test case comment
Definition at line 139 of file testdefinitiondatatypes.h.
| xmlChar* td_case::description |
Definition at line 137 of file testdefinitiondatatypes.h.
| int td_case::dummy |
Case is dummy - used with pre post steps
Definition at line 142 of file testdefinitiondatatypes.h.
| xmlChar* td_case::failure_info |
optional failure info
Definition at line 141 of file testdefinitiondatatypes.h.
Case is filtered
Definition at line 143 of file testdefinitiondatatypes.h.
General attributes
Definition at line 130 of file testdefinitiondatatypes.h.
| xmlChar* td_case::state |
State attribute
Definition at line 134 of file testdefinitiondatatypes.h.
| xmlListPtr td_case::steps |
Steps in this test case
Definition at line 132 of file testdefinitiondatatypes.h.
| xmlChar* td_case::subfeature |
Sub feature attribute
Definition at line 131 of file testdefinitiondatatypes.h.
| xmlChar* td_case::tc_id |
TC_ID
Definition at line 133 of file testdefinitiondatatypes.h.
1.6.3