Home
last modified time | relevance | path

Searched refs:qa_owner (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/truc/truc_0.12.0/
H A Dtest_detail_update_action.php44 $qa_owner = session_validate_form_get_field('qa_owner'); variable
68 … $testareatested, $testtype, $ba_owner, $qa_owner, $tester, $assigned_to, $assigned_by,
72 … $testareatested, $testtype, $ba_owner, $qa_owner, $tester, $assigned_to, $assigned_by,
H A Dtest_add_action.php42 $qa_owner = session_validate_form_get_field('qa_owner'); variable
81 $qa_owner,
H A Drequirement_tests_assoc_page.php195 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
237 print"<td class='tbl-l'>$qa_owner</td>\n";
H A Dtest_detail_update_page.php69 $qa_owner = $row[TEST_QA_OWNER]; variable
H A Dtest_page.php120 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
/dports/devel/rth/rth/api/
H A Dfilter_api.php25 $qa_owner = TEST_TBL. "." .TEST_QA_OWNER;
48 …ssoc_comments, $ts_assoc_assigned_to, $manual_tests, $automated_tests, $qa_owner, $test_load, $ba_…
72 $where_clause = $where_clause." AND $qa_owner = '$qaowner'";
H A Dtest_api.php595 …s, $testpriority, $teststatus, $testareatested, $testtype, $ba_owner, $qa_owner, $assigned_to, $a… argument
637 '$testtype', '$testpriority', '$teststatus', '$ba_owner', '$qa_owner',
651 …, $comments, $priority, $status, $area_tested, $test_type, $ba_owner, $qa_owner, $tester, $assign… argument
712 '$autopass', 'N', 'N', '$ba_owner', '$qa_owner', '$tester', '$manual', '$automated',
753 …, $comments, $priority, $status, $area_tested, $test_type, $ba_owner, $qa_owner, $tester, $assign… argument
814 '$autopass', 'N', 'N', '$ba_owner', '$qa_owner', '$tester', '$manual', '$automated',
858 $test_status, $area_tested, $test_type, $ba_owner, $qa_owner, $tester, argument
916 $f_qa_owner = '$qa_owner',
3714 $qa_owner = $test_detail[TEST_QA_OWNER];
3748 $message .= "QA Owner: $qa_owner\r". NEWLINE;
/dports/devel/truc/truc_0.12.0/api/
H A Dfilter_api.php24 $qa_owner = TEST_TBL. "." .TEST_QA_OWNER;
47 …ssoc_comments, $ts_assoc_assigned_to, $manual_tests, $automated_tests, $qa_owner, $test_load, $ba_…
71 $where_clause = $where_clause." AND $qa_owner = '$qaowner'";
/dports/devel/rth/rth/
H A Dtest_csv_export.php52 $qa_owner = ${'v_' . TEST_QA_OWNER}; variable
85 …print"$test_id,$script,$file_type,$autopass,$test_name,$ba_owner,$qa_owner,$tester,$test_type,$are…
H A Dtest_workflow_csv_export.php55 $qa_owner = ${'v_' . TEST_QA_OWNER}; variable
87 …print"$test_id,$script,$test_name,$test_status,$test_priority,$ba_owner,$qa_owner, $tester, $date_…
H A Dtest_add_action.php42 $qa_owner = session_validate_form_get_field('qa_owner'); variable
103 $qa_owner,
H A Dtest_detail_copy_action.php42 $qa_owner = session_validate_form_get_field('qa_owner_required'); variable
102 $qa_owner,
H A Dtest_detail_update_action.php37 $qa_owner = session_validate_form_get_field('qa_owner'); variable
80 … $testareatested, $testtype, $ba_owner, $qa_owner, $tester, $assigned_to, $assigned_by,
H A Dresults_test_run_page.php71 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
78 print"<td class='tbl-c'>$qa_owner</td>";
H A Dtestset_add_tests_page.php225 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
267 print"<td class='tbl-l'>$qa_owner</td>". NEWLINE;
H A Dtestset_edit_page.php224 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
264 print"<td class='tbl-l'>$qa_owner</td>". NEWLINE;
H A Dtest_workflow_page.php146 $qa_owner = $test_wf[TEST_QA_OWNER]; variable
175 print"<td class='tbl-l'>$qa_owner</td>". NEWLINE;
H A Dtest_page.php147 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
185 print"<td class='tbl-l'>$qa_owner</td>". NEWLINE;
H A Dtest_add_page.php159 $qa_owner = user_get_qaowners_by_project($project_id, $blank=true); variable
160 html_print_list_box_from_array( $qa_owner, $selected_value );
H A Dtestset_copy_page.php168 $qa_owner = $row[TEST_QA_OWNER]; variable
196 print"<td class='left'>$qa_owner</td>". NEWLINE;
H A Drequirement_tests_assoc_page.php195 $qa_owner = $row_test_detail[TEST_QA_OWNER]; variable
239 print"<td class='tbl-l'>$qa_owner</td>". NEWLINE;
H A Dtest_detail_copy_page.php174 $qa_owner = user_get_qaowners_by_project($project_id, $blank=true); variable
175 html_print_list_box_from_array( $qa_owner, $selected_value );
H A Dtest_detail_update_page.php59 $qa_owner = $row[TEST_QA_OWNER]; variable
199 $selected_value = session_validate_form_get_field('qa_owner', $qa_owner);
H A Dtest_step_import_csv_page.php63 $qa_owner = $row[TEST_QA_OWNER]; variable
H A Dresults_page.php277 $qa_owner = $row_detail[TEST_QA_OWNER]; variable
303 print"<td class='tbl-l'>$qa_owner</td>". NEWLINE;

12