Merge lp:~komputes/ubuntu-manual-tests/komputes-manual-tests into lp:ubuntu-manual-tests

Proposed by komputes
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: no longer in the source branch.
Merged at revision: 19
Proposed branch: lp:~komputes/ubuntu-manual-tests/komputes-manual-tests
Merge into: lp:ubuntu-manual-tests
Diff against target: 66 lines (+33/-4)
1 file modified
testcases/packages/1496_Thunderbird Tests (+33/-4)
To merge this branch: bzr merge lp:~komputes/ubuntu-manual-tests/komputes-manual-tests
Reviewer Review Type Date Requested Status
Nicholas Skaggs (community) Approve
Review via email: mp+150138@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Nicholas Skaggs (nskaggs) wrote :

looks good, thanks for making the edits ;-)

review: Approve
19. By Nicholas Skaggs

Add komputes thunderbird tests

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'testcases/packages/1496_Thunderbird Tests'
2--- testcases/packages/1496_Thunderbird Tests 2013-02-22 17:19:45 +0000
3+++ testcases/packages/1496_Thunderbird Tests 2013-02-22 20:25:25 +0000
4@@ -9,9 +9,9 @@
5 <dl>
6 This test will check that Thunderbird can receive and send messages
7 <em>Note that errors might be caused by issues related to username, password, server configuration, mail provider, network or ISP</em>
8- <dt>The first time opening Thunderbird, a "Welcome to Thunderbird" window could appear with a commercial offer to create a personalized email domain.</dt>
9+ <dt>The first time opening Thunderbird, a "Welcome to Thunderbird" window could appear with a commercial offer to create a personalized email domain</dt>
10 <dt>To skip this you can click "Skip this and configure my existing email</dt>
11- <dt>Set up an existing account using the "Mail Account Setup" window.</dt>
12+ <dt>Set up an existing account using the "Mail Account Setup" window</dt>
13 <dt>Enter your name, email address and password</dt>
14 <dd> Thunderbird should automatically find the server configuration in the Mozilla ISP database (major providers). Otherwise click the "Manual config" button and set up your account manually</dd>
15 <dt>Click on your inbox, retrieve your mail by clicking on the "Get Mail" button in the top panel</dt>
16@@ -26,8 +26,10 @@
17 <dt>Click on "Address Book" in the top panel</dt>
18 <dd>The Address Book should come up.</dd>
19 <dt>Create a new address book (File > New > Address Book)</dt>
20- <dt>Create a new contact (File > New > Address Book Contact)</dt>
21+ <dt>Create a few new contacts (File > New > Address Book Contact)</dt>
22 <dt>Create a new mailing list (File > New > Mailing List)</dt>
23+ <dt>Drag and drop one contact to a mailing list</dt>
24+ <dt>Drag and drop multiple contacts to a mailing list</dt>
25 <dd>Do all of these actions complete with no errors?</dd>
26 </dl>
27
28@@ -44,10 +46,37 @@
29
30 Test-case name: thunderbird/tb-005
31 <dl>
32- This test will check that Thunderbird can send messages using mailto: links found on web sites.
33+ This test will check that Thunderbird can send messages using mailto: links found on web sites
34 <dt>Clicking <a href="mailto:someone@example.com">here</a> should open a new email in Thunderbird with someone@example.com as the recipient.</dt>
35 <dt>Clicking <a href="mailto:someone@example.com?subject=Just%20Testing">here</a> should open a new email in Thunderbird with someone@example.com as the recipient and "Just Testing" as the subject</dt>
36 <dt>Clicking <a href="mailto:someone@example.com?subject=Just%20Testing&body=Thank you for using Ubuntu%0Ahttp%3A%2F%2Fwww.ubuntu.com%2F">here</a> should open a new email in Thunderbird with someone@example.com as the recipient, "Just Testing" as the Subject and should put two lines of text in the email body.</dt>
37 <dd>Do all of these actions complete with no errors?</dd>
38 </dl>
39+
40+Test-case name: thunderbird/tb-006
41+<dl>
42+ This drag and drop test will check that attachments interact properly with the desktop
43+ <dt>Send an email to yourself with an attachment. To add the attachment drag the file from your file browser to the message window</dt>
44+ <dd>The email should now indicate that you have attached a file</dd>
45+ <dt>Check your mail and open the email with the attachment. Drag the attachment from the message to the desktop.</dt>
46+ <dd>The file browser should now contain a copy of the attached file. If this creates a link instead of a file or give an error while copying, you may be experiencing <a href=https://bugs.launchpad.net/thunderbird/+bug/381017>Bug #381017</a></dd>
47+ <dd>Do all of these actions complete with no errors?</dd>
48+</dl>
49+
50+Test-case name: thunderbird/tb-007
51+<dl>
52+ This drag and drop test will check that LDAP address book contacts can be searched and copied locally
53+ <dt>Click on "Address Book" in the top panel</dt>
54+ <dd>The Address Book should come up</dd>
55+ <dt>Create a new LDAP Directory</dt>
56+ <dt>Give it a name and provide the address of a server. If unsure, try using a public server such as use public Debian directory - Name: Debian - Server: db.debian.org - Base DN: dc=debian,dc=org</dt>
57+ <dt>Select the Debian LDAP directory and search for "al"</dt>
58+ <dd>Search results should show up</dd>
59+ <dt>Drag one contact from the LDAP directory (hold Ctrl) and drop it on a local address book</dt>
60+ <dd>The contact should now be copied to the local address book</dd>
61+ <dt>Select multiple contacts in the LDAP direcotry. Drag multiple contacts (hold Ctrl) from the directory to a local address book</dt>
62+ <dd>The contacts should now be copied to the local address book</dd>
63+ <dd>Do all of these actions complete with no errors?</dd>
64+</dl>
65+
66 <strong>If all actions produce the expected results listed, please <a href="results#add_result">submit</a> a 'passed' result. If an action fails, or produces an unexpected result, please <a href="results#add_result">submit</a> 'failed' and <a href="../../buginstructions">file a bug</a>. Please be sure to include the bug number when you <a href="results#add_result">submit</a> your result</strong>

Subscribers

People subscribed via source and target branches