tclwebtest-procs.tcl

Automated tests.

Location:
packages/faq/tcl/test/tclwebtest-procs.tcl
Created:
14 June 2005
Author:
Mounir Lallali

Procedures in this file

Detailed information

faq::twt::delete (private)

 faq::twt::delete faq_name

Deletes a FAQ from the UI.

Parameters:
faq_name (required)

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)

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)

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)

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)

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)

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)

Testcases:
No testcase defined.

faq::twt::new (private)

 faq::twt::new faq_name

Adds a FAQ from the UI.

Parameters:
faq_name (required)

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)

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)

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)

Testcases:
No testcase defined.
[ show source ]