- Publicity: Public Only All
tclwebtest-procs.tcl
Automated tests.
- Location:
- packages/faq/tcl/test/tclwebtest-procs.tcl
- Created:
- 14 June 2005
- Author:
- Mounir Lallali
Procedures in this file
- faq::twt::delete (private)
- faq::twt::delete_Q_A (private)
- faq::twt::disable_enable (private)
- faq::twt::edit_Q_A (private)
- faq::twt::edit_one (private)
- faq::twt::edit_two (private)
- faq::twt::insert_after_Q_A (private)
- faq::twt::new (private)
- faq::twt::new_Q_A (private)
- faq::twt::preview_Q_A (private)
- faq::twt::swap_with_next_Q_A (private)
Detailed information
faq::twt::delete (private)
faq::twt::delete faq_name
Deletes a FAQ from the UI.
- Parameters:
- faq_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::delete_Q_A (private)
faq::twt::delete_Q_A faq_name question
Deletes a Question/Answer from the UI.
- Parameters:
- faq_name (required)
- question (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::disable_enable (private)
faq::twt::disable_enable faq_name option
Toggle enable/disable for a FAQ from the UI.
- Parameters:
- faq_name (required)
- option (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::edit_Q_A (private)
faq::twt::edit_Q_A faq_name new_question new_answer
Edits a Question/Answer from the UI.
- Parameters:
- faq_name (required)
- new_question (required)
- new_answer (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::edit_one (private)
faq::twt::edit_one faq_name faq_new_name
Edits a FAQ from the UI by decoding faq_name and retrieving directly edit URL by faq_id.
- Parameters:
- faq_name (required)
- faq_new_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::edit_two (private)
faq::twt::edit_two faq_name faq_new_name
Edits a FAQ from the UI by simulating clicks to the edit page.
- Parameters:
- faq_name (required)
- faq_new_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::insert_after_Q_A (private)
faq::twt::insert_after_Q_A faq_name
Inserts a Question/Answer after another existing one from the UI.
- Parameters:
- faq_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::new (private)
faq::twt::new faq_name
Adds a FAQ from the UI.
- Parameters:
- faq_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::new_Q_A (private)
faq::twt::new_Q_A faq_name question answer
Creates a new Question/Answer from the UI.
- Parameters:
- faq_name (required)
- question (required)
- answer (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::preview_Q_A (private)
faq::twt::preview_Q_A faq_name
Gets preview of a Question/Answer from the UI.
- Parameters:
- faq_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
faq::twt::swap_with_next_Q_A (private)
faq::twt::swap_with_next_Q_A faq_name
Swaps two adjacent questions in the FAQ from the UI.
- Parameters:
- faq_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.