manage_testcases_add_testcase
open /index.cgi
clickAndWait link=Manage Testcases
verifyTextNotPresent Coop's New Testcase
verifyTextNotPresent Coop's Edited Testcase
verifyTextNotPresent Coop's Cloned Testcase
click add_testcase_button
type summary Coop's New Testcase
type steps <ol>
<li>Step 1</li>
<li>Step 2</li>
</ol>
type results Everything should work.
select product label=Thunderbird (3)
select branch label=Trunk (5)
click enabled
click communityenabled
type regression_bug_id 666
clickAndWait submit
selectWindow null
waitForVisible testcase_display_div
verifyText summary_text Coop's New Testcase
verifyText product_text Thunderbird
verifyText branch_text Trunk
verifyElementPresent link=666
verifyTable //table[2].0.0 Steps to Perform:
Step 1 Step 2
verifyTable //table[2].0.1 Expected Results:
Everything should work.